Class ServiceIdGroup
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ServiceIdGroup
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ServiceIdGroup extends com.ibm.cloud.sdk.core.service.model.GenericModelServiceIdGroup.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.java.lang.StringgetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCrn()Gets the crn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetEntityTag()Gets the entityTag.java.lang.StringgetId()Gets the id.java.lang.StringgetModifiedAt()Gets the modifiedAt.java.lang.StringgetName()Gets the name.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. ID of the the service ID group.- Returns:
- the id
-
getEntityTag
public java.lang.String getEntityTag()
Gets the entityTag. Version of the service ID group details object. You need to specify this value when updating the service ID group to avoid stale updates.- Returns:
- the entityTag
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. ID of the account the service ID group belongs to.- Returns:
- the accountId
-
getCrn
public java.lang.String getCrn()
Gets the crn. Cloud Resource Name of the item.- Returns:
- the crn
-
getName
public java.lang.String getName()
Gets the name. Name of the service ID group. Unique in the account.- Returns:
- the name
-
getDescription
public java.lang.String getDescription()
Gets the description. Description of the service ID group.- Returns:
- the description
-
getCreatedAt
public java.lang.String getCreatedAt()
Gets the createdAt. Timestamp of when the service ID group was created.- Returns:
- the createdAt
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. IAM ID of the user or service which created the Service Id group.- Returns:
- the createdBy
-
getModifiedAt
public java.lang.String getModifiedAt()
Gets the modifiedAt. Timestamp of when the service ID group was modified.- Returns:
- the modifiedAt
-
-