Class 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.
    • 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