Class TemplateAssignmentResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.TemplateAssignmentResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TemplateAssignmentResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse body format for Template Assignment Record.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.ResponseContextgetContext()Gets the context.java.lang.StringgetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedById()Gets the createdById.java.lang.StringgetEntityTag()Gets the entityTag.java.util.List<EnityHistoryRecord>getHistory()Gets the history.java.lang.StringgetHref()Gets the href.java.lang.StringgetId()Gets the id.java.lang.StringgetLastModifiedAt()Gets the lastModifiedAt.java.lang.StringgetLastModifiedById()Gets the lastModifiedById.java.util.List<TemplateAssignmentResponseResource>getResources()Gets the resources.java.lang.StringgetStatus()Gets the status.java.lang.StringgetTarget()Gets the target.java.lang.StringgetTargetType()Gets the targetType.java.lang.StringgetTemplateId()Gets the templateId.java.lang.LonggetTemplateVersion()Gets the templateVersion.
-
-
-
Method Detail
-
getContext
public ResponseContext getContext()
Gets the context. Context with key properties for problem determination.- Returns:
- the context
-
getId
public java.lang.String getId()
Gets the id. Assignment record Id.- Returns:
- the id
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. Enterprise account Id.- Returns:
- the accountId
-
getTemplateId
public java.lang.String getTemplateId()
Gets the templateId. Template Id.- Returns:
- the templateId
-
getTemplateVersion
public java.lang.Long getTemplateVersion()
Gets the templateVersion. Template version.- Returns:
- the templateVersion
-
getTargetType
public java.lang.String getTargetType()
Gets the targetType. Assignment target type.- Returns:
- the targetType
-
getTarget
public java.lang.String getTarget()
Gets the target. Assignment target.- Returns:
- the target
-
getStatus
public java.lang.String getStatus()
Gets the status. Assignment status.- Returns:
- the status
-
getResources
public java.util.List<TemplateAssignmentResponseResource> getResources()
Gets the resources. Status breakdown per target account of IAM resources created or errors encountered in attempting to create those IAM resources. IAM resources are only included in the response providing the assignment is not in progress. IAM resources are also only included when getting a single assignment, and excluded by list APIs.- Returns:
- the resources
-
getHistory
public java.util.List<EnityHistoryRecord> getHistory()
Gets the history. Assignment history.- Returns:
- the history
-
getHref
public java.lang.String getHref()
Gets the href. Href.- Returns:
- the href
-
getCreatedAt
public java.lang.String getCreatedAt()
Gets the createdAt. Assignment created at.- Returns:
- the createdAt
-
getCreatedById
public java.lang.String getCreatedById()
Gets the createdById. IAMid of the identity that created the assignment.- Returns:
- the createdById
-
getLastModifiedAt
public java.lang.String getLastModifiedAt()
Gets the lastModifiedAt. Assignment modified at.- Returns:
- the lastModifiedAt
-
getLastModifiedById
public java.lang.String getLastModifiedById()
Gets the lastModifiedById. IAMid of the identity that last modified the assignment.- Returns:
- the lastModifiedById
-
getEntityTag
public java.lang.String getEntityTag()
Gets the entityTag. Entity tag for this assignment record.- Returns:
- the entityTag
-
-