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.GenericModel
Properties that are associated with rotation policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GetKeyPolicyRotationResourcesItem.Type
Specifies the MIME type that represents the policy resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedBy()
Gets the createdBy.Date
getCreationDate()
Gets the creationDate.String
getCrn()
Gets the crn.String
getId()
Gets the id.Date
getLastUpdateDate()
Gets the lastUpdateDate.KeyPolicyRotationRotation
getRotation()
Gets the rotation.String
getType()
Gets the type.String
getUpdatedBy()
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
-
-