Class GetInstancePolicyDualAuthDeleteResourcesItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetInstancePolicyDualAuthDeleteResourcesItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstancePolicyDualAuthDeleteResourcesItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
GetInstancePolicyDualAuthDeleteResourcesItem.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedBy()
Gets the createdBy.Date
getCreationDate()
Gets the creationDate.Date
getLastUpdated()
Gets the lastUpdated.DualAuthDeleteProperties
getPolicyData()
Gets the policyData.String
getPolicyType()
Gets the policyType.String
getUpdatedBy()
Gets the updatedBy.
-
-
-
Method Detail
-
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
-
getUpdatedBy
public String getUpdatedBy()
Gets the updatedBy. The unique identifier for the resource that updated the policy.- Returns:
- the updatedBy
-
getLastUpdated
public Date getLastUpdated()
Gets the lastUpdated. Updates when the policy is replaced or modified. The date format follows RFC 3339.- Returns:
- the lastUpdated
-
getPolicyType
public String getPolicyType()
Gets the policyType. The type of policy to be retrieved.- Returns:
- the policyType
-
getPolicyData
public DualAuthDeleteProperties getPolicyData()
Gets the policyData. User defined metadata that is associated with the `dualAuthDelete` instance policy type.- Returns:
- the policyData
-
-