Package | Description |
---|---|
com.oracle.bmc.delegateaccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static DelegationControl.NotificationMessageFormat |
DelegationControl.NotificationMessageFormat.create(String key) |
DelegationControl.NotificationMessageFormat |
UpdateDelegationControlDetails.getNotificationMessageFormat()
The format of the OCI Notification messages for this Delegation Control.
|
DelegationControl.NotificationMessageFormat |
CreateDelegationControlDetails.getNotificationMessageFormat()
The format of the OCI Notification messages for this Delegation Control.
|
DelegationControl.NotificationMessageFormat |
DelegationControl.getNotificationMessageFormat()
The format of the OCI Notification messages for this Delegation Control.
|
static DelegationControl.NotificationMessageFormat |
DelegationControl.NotificationMessageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegationControl.NotificationMessageFormat[] |
DelegationControl.NotificationMessageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDelegationControlDetails.Builder |
UpdateDelegationControlDetails.Builder.notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.
|
CreateDelegationControlDetails.Builder |
CreateDelegationControlDetails.Builder.notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.
|
DelegationControl.Builder |
DelegationControl.Builder.notificationMessageFormat(DelegationControl.NotificationMessageFormat notificationMessageFormat)
The format of the OCI Notification messages for this Delegation Control.
|
Constructor and Description |
---|
CreateDelegationControlDetails(String compartmentId,
String displayName,
String description,
Integer numApprovalsRequired,
List<String> preApprovedServiceProviderActionNames,
List<String> delegationSubscriptionIds,
Boolean isAutoApproveDuringMaintenance,
List<String> resourceIds,
DelegationControlResourceType resourceType,
String notificationTopicId,
DelegationControl.NotificationMessageFormat notificationMessageFormat,
String vaultId,
String vaultKeyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
DelegationControl(String id,
String compartmentId,
String displayName,
String description,
Integer numApprovalsRequired,
List<String> preApprovedServiceProviderActionNames,
List<String> delegationSubscriptionIds,
Boolean isAutoApproveDuringMaintenance,
List<String> resourceIds,
DelegationControlResourceType resourceType,
String notificationTopicId,
DelegationControl.NotificationMessageFormat notificationMessageFormat,
String vaultId,
String vaultKeyId,
DelegationControl.LifecycleState lifecycleState,
String lifecycleStateDetails,
Date timeCreated,
Date timeUpdated,
Date timeDeleted,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateDelegationControlDetails(String displayName,
String description,
Integer numApprovalsRequired,
List<String> delegationSubscriptionIds,
Boolean isAutoApproveDuringMaintenance,
List<String> resourceIds,
List<String> preApprovedServiceProviderActionNames,
String notificationTopicId,
DelegationControl.NotificationMessageFormat notificationMessageFormat,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.