Class GetKeyPolicyRotationResourcesItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKeyPolicyRotationResourcesItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetKeyPolicyRotationResourcesItem extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that are associated with rotation policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetKeyPolicyRotationResourcesItem.TypeSpecifies the MIME type that represents the policy resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedBy()Gets the createdBy.DategetCreationDate()Gets the creationDate.StringgetCrn()Gets the crn.StringgetId()Gets the id.DategetLastUpdateDate()Gets the lastUpdateDate.KeyPolicyRotationRotationgetRotation()Gets the rotation.StringgetType()Gets the type.StringgetUpdatedBy()Gets the updatedBy.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. The v4 UUID used to uniquely identify the policy resource, as specified by RFC 4122.- Returns:
- the id
-
getCrn
public String getCrn()
Gets the crn. The Cloud Resource Name (CRN) that uniquely identifies your cloud resources.- Returns:
- the crn
-
getCreationDate
public Date getCreationDate()
Gets the creationDate. The date the policy was created. The date format follows RFC 3339.- Returns:
- the creationDate
-
getCreatedBy
public String getCreatedBy()
Gets the createdBy. The unique identifier for the resource that created the policy.- Returns:
- the createdBy
-
getLastUpdateDate
public Date getLastUpdateDate()
Gets the lastUpdateDate. Updates when the policy is replaced or modified. The date format follows RFC 3339.- Returns:
- the lastUpdateDate
-
getUpdatedBy
public String getUpdatedBy()
Gets the updatedBy. The unique identifier for the resource that updated the policy.- Returns:
- the updatedBy
-
getType
public String getType()
Gets the type. Specifies the MIME type that represents the policy resource. Currently, only the default is supported.- Returns:
- the type
-
getRotation
public KeyPolicyRotationRotation getRotation()
Gets the rotation. Data associated with the automatic key rotation policy.- Returns:
- the rotation
-
-