Class GetMultipleKeyPoliciesResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetMultipleKeyPoliciesResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetMultipleKeyPoliciesResource extends com.ibm.cloud.sdk.core.service.model.GenericModel
Properties that are associated with rotation policy.
-
-
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.GetMultipleKeyPoliciesResourceDualAuthDelete
getDualAuthDelete()
Gets the dualAuthDelete.String
getId()
Gets the id.Date
getLastUpdateDate()
Gets the lastUpdateDate.KeyPolicyRotationNonRequiredRotation
getRotation()
Gets the rotation.String
getUpdatedBy()
Gets the updatedBy.
-
-
-
Method Detail
-
getDualAuthDelete
public GetMultipleKeyPoliciesResourceDualAuthDelete getDualAuthDelete()
Gets the dualAuthDelete. Data associated with the dual authorization delete policy.- Returns:
- the dualAuthDelete
-
getRotation
public KeyPolicyRotationNonRequiredRotation getRotation()
Gets the rotation. Data associated with the automatic key rotation policy.- Returns:
- the rotation
-
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
-
-