Class GetInstancePoliciesOneOfGetInstancePolicyKeyCreateImportAccessResourcesItemPolicyDataAttributes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetInstancePoliciesOneOfGetInstancePolicyKeyCreateImportAccessResourcesItemPolicyDataAttributes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstancePoliciesOneOfGetInstancePolicyKeyCreateImportAccessResourcesItemPolicyDataAttributes extends com.ibm.cloud.sdk.core.service.model.GenericModel
Data associated with the policy type `keyCreateImportAccess`.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isCreateRootKey()
Gets the createRootKey.Boolean
isCreateStandardKey()
Gets the createStandardKey.Boolean
isEnforceToken()
Gets the enforceToken.Boolean
isImportRootKey()
Gets the importRootKey.Boolean
isImportStandardKey()
Gets the importStandardKey.
-
-
-
Method Detail
-
isCreateRootKey
public Boolean isCreateRootKey()
Gets the createRootKey. If set to `false`, the service prevents you or any authorized users from using Key Protect to create root keys in the specified service instance. If set to `true`, Key Protect allows you or any authorized users to create root keys in the instance. **Note:** If omitted, `POST /instance/policies` will set this attribute to the default value (`true`).- Returns:
- the createRootKey
-
isCreateStandardKey
public Boolean isCreateStandardKey()
Gets the createStandardKey. If set to `false`, the service prevents you or any authorized users from using Key Protect to create standard keys in the specified service instance. If set to `true`, Key Protect allows you or any authorized users to create standard keys in the instance. **Note:** If omitted, `POST /instance/policies` will set this attribute to the default value (`true`).- Returns:
- the createStandardKey
-
isImportRootKey
public Boolean isImportRootKey()
Gets the importRootKey. If set to `false`, the service prevents you or any authorized users from importing root keys into the specified service instance. If set to `true`, Key Protect allows you or any authorized users to import root keys into the instance. **Note:** If omitted, `POST /instance/policies` will set this attribute to the default value (`true`).- Returns:
- the importRootKey
-
isImportStandardKey
public Boolean isImportStandardKey()
Gets the importStandardKey. If set to `false`, the service prevents you or any authorized users from importing standard keys into the specified service instance. If set to `true`, Key Protect allows you or any authorized users to import standard keys into the instance. **Note:** If omitted, `POST /instance/policies` will set this attribute to the default value (`true`).- Returns:
- the importStandardKey
-
isEnforceToken
public Boolean isEnforceToken()
Gets the enforceToken. If set to `true`, the service prevents you or any authorized users from importing key material into the specified service instance without using an import token. If set to `false`, Key Protect allows you or any authorized users to import key material into the instance without the use of an import token. **Note:** If omitted, `POST /instance/policies` will set this attribute to the default value (`false`).- Returns:
- the enforceToken
-
-