Class TemplateAssignmentResponseResourceDetail
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.TemplateAssignmentResponseResourceDetail
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TemplateAssignmentResponseResourceDetail extends com.ibm.cloud.sdk.core.service.model.GenericModelTemplateAssignmentResponseResourceDetail.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateAssignmentResourceErrorgetErrorMessage()Gets the errorMessage.java.lang.StringgetId()Gets the id.TemplateAssignmentResourcegetResourceCreated()Gets the resourceCreated.java.lang.StringgetStatus()Gets the status.java.lang.StringgetVersion()Gets the version.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. Policy Template Id, only returned for a profile assignment with policy references.- Returns:
- the id
-
getVersion
public java.lang.String getVersion()
Gets the version. Policy version, only returned for a profile assignment with policy references.- Returns:
- the version
-
getResourceCreated
public TemplateAssignmentResource getResourceCreated()
Gets the resourceCreated. Body parameters for created resource.- Returns:
- the resourceCreated
-
getErrorMessage
public TemplateAssignmentResourceError getErrorMessage()
Gets the errorMessage. Body parameters for assignment error.- Returns:
- the errorMessage
-
getStatus
public java.lang.String getStatus()
Gets the status. Status for the target account's assignment.- Returns:
- the status
-
-