Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static AccessRequestSeverities |
AccessRequestSeverities.create(String key) |
AccessRequestSeverities |
AccessRequestSummary.getSeverity()
Priority assigned to the access request by the operator
|
AccessRequestSeverities |
AccessRequest.getSeverity()
Priority assigned to the access request by the operator
|
static AccessRequestSeverities |
AccessRequestSeverities.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRequestSeverities[] |
AccessRequestSeverities.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessRequestSummary.Builder |
AccessRequestSummary.Builder.severity(AccessRequestSeverities severity)
Priority assigned to the access request by the operator
|
AccessRequest.Builder |
AccessRequest.Builder.severity(AccessRequestSeverities severity)
Priority assigned to the access request by the operator
|
Constructor and Description |
---|
AccessRequest(String id,
String requestId,
String accessReasonSummary,
String operatorId,
String resourceId,
String resourceName,
String compartmentId,
ResourceTypes resourceType,
List<String> actionRequestsList,
String reason,
AccessRequestSeverities severity,
Integer duration,
Integer extendDuration,
List<String> workflowId,
Boolean isAutoApproved,
AccessRequestLifecycleStates lifecycleState,
String lifecycleDetails,
Date timeOfCreation,
Date timeOfModification,
Date timeOfUserCreation,
String userId,
String approverComment,
String closureComment,
String opctlId,
String opctlName,
String systemMessage,
String opctlAdditionalMessage,
List<String> auditType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
AccessRequestSummary(String id,
String requestId,
String accessReasonSummary,
String compartmentId,
String resourceId,
String resourceName,
ResourceTypes resourceType,
AccessRequestLifecycleStates lifecycleState,
String lifecycleDetails,
Date timeOfCreation,
Date timeOfModification,
Date timeOfUserCreation,
Integer duration,
Integer extendDuration,
AccessRequestSeverities severity,
Boolean isAutoApproved,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.