Class GetKeyPoliciesOneOfGetKeyPolicyDualAuthDeleteResourcesItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKeyPoliciesOneOfGetKeyPolicyDualAuthDeleteResourcesItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetKeyPoliciesOneOfGetKeyPolicyDualAuthDeleteResourcesItem extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that are associated with key level dual authorization delete policy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetKeyPoliciesOneOfGetKeyPolicyDualAuthDeleteResourcesItem.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.KeyPolicyDualAuthDeleteDualAuthDeletegetDualAuthDelete()Gets the dualAuthDelete.StringgetId()Gets the id.DategetLastUpdateDate()Gets the lastUpdateDate.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
-
getDualAuthDelete
public KeyPolicyDualAuthDeleteDualAuthDelete getDualAuthDelete()
Gets the dualAuthDelete. Data associated with the dual authorization delete policy.- Returns:
- the dualAuthDelete
-
-