Class AccountSettingsTemplateResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.AccountSettingsTemplateResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AccountSettingsTemplateResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse body format for account settings template REST requests.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.AccountSettingsComponentgetAccountSettings()Gets the accountSettings.java.lang.StringgetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedById()Gets the createdById.java.lang.StringgetCrn()Gets the crn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetEntityTag()Gets the entityTag.java.util.List<EnityHistoryRecord>getHistory()Gets the history.java.lang.StringgetId()Gets the id.java.lang.StringgetLastModifiedAt()Gets the lastModifiedAt.java.lang.StringgetLastModifiedById()Gets the lastModifiedById.java.lang.StringgetName()Gets the name.java.lang.LonggetVersion()Gets the version.java.lang.BooleanisCommitted()Gets the committed.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. ID of the the template.- Returns:
- the id
-
getVersion
public java.lang.Long getVersion()
Gets the version. Version of the the template.- Returns:
- the version
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. ID of the account where the template resides.- Returns:
- the accountId
-
getName
public java.lang.String getName()
Gets the name. The name of the trusted profile template. This is visible only in the enterprise account.- Returns:
- the name
-
getDescription
public java.lang.String getDescription()
Gets the description. The description of the trusted profile template. Describe the template for enterprise account users.- Returns:
- the description
-
isCommitted
public java.lang.Boolean isCommitted()
Gets the committed. Committed flag determines if the template is ready for assignment.- Returns:
- the committed
-
getAccountSettings
public AccountSettingsComponent getAccountSettings()
Gets the accountSettings.- Returns:
- the accountSettings
-
getHistory
public java.util.List<EnityHistoryRecord> getHistory()
Gets the history. History of the Template.- Returns:
- the history
-
getEntityTag
public java.lang.String getEntityTag()
Gets the entityTag. Entity tag for this templateId-version combination.- Returns:
- the entityTag
-
getCrn
public java.lang.String getCrn()
Gets the crn. Cloud resource name.- Returns:
- the crn
-
getCreatedAt
public java.lang.String getCreatedAt()
Gets the createdAt. Template Created At.- Returns:
- the createdAt
-
getCreatedById
public java.lang.String getCreatedById()
Gets the createdById. IAMid of the creator.- Returns:
- the createdById
-
getLastModifiedAt
public java.lang.String getLastModifiedAt()
Gets the lastModifiedAt. Template last modified at.- Returns:
- the lastModifiedAt
-
getLastModifiedById
public java.lang.String getLastModifiedById()
Gets the lastModifiedById. IAMid of the identity that made the latest modification.- Returns:
- the lastModifiedById
-
-