Package | Description |
---|---|
com.oracle.bmc.delegateaccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.builder()
Create a new builder.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains this Delegation Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.copy(CreateDelegationControlDetails model) |
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.delegationSubscriptionIds(List<String> delegationSubscriptionIds)
List of Delegation Subscription OCID that are allowed for this Delegation Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.description(String description)
Description of the Delegation Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.displayName(String displayName)
Name of the Delegation Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.isAutoApproveDuringMaintenance(Boolean isAutoApproveDuringMaintenance)
Set to true to allow all Delegated Resource Access Request to be approved automatically
during maintenance.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.notificationTopicId(String notificationTopicId)
The OCID of the OCI Notification topic to publish messages related to this Delegation
Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.numApprovalsRequired(Integer numApprovalsRequired)
number of approvals required.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.preApprovedServiceProviderActionNames(List<String> preApprovedServiceProviderActionNames)
List of pre-approved Service Provider Action names.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.resourceIds(List<String> resourceIds)
The OCID of the selected resources that this Delegation Control is applicable to.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.resourceType(DelegationControlResourceType resourceType)
Resource type for which the Delegation Control is applicable to.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.toBuilder() |
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.vaultId(String vaultId)
The OCID of the OCI Vault that will store the secrets containing the SSH keys to access
the resource governed by this Delegation Control by Delegate Access Control Service.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.vaultKeyId(String vaultKeyId)
The OCID of the Master Encryption Key in the OCI Vault specified by vaultId.
|
Copyright © 2016–2024. All rights reserved.