Uses of Class
com.oracle.bmc.apiaccesscontrol.model.PrivilegedApiRequestSeverity
-
Packages that use PrivilegedApiRequestSeverity Package Description com.oracle.bmc.apiaccesscontrol.model -
-
Uses of PrivilegedApiRequestSeverity in com.oracle.bmc.apiaccesscontrol.model
Methods in com.oracle.bmc.apiaccesscontrol.model that return PrivilegedApiRequestSeverity Modifier and Type Method Description static PrivilegedApiRequestSeverity
PrivilegedApiRequestSeverity. create(String key)
PrivilegedApiRequestSeverity
CreatePrivilegedApiRequestDetails. getSeverity()
Priority assigned to the access request by the operatorPrivilegedApiRequestSeverity
PrivilegedApiRequest. getSeverity()
Priority assigned to the access request by the operatorPrivilegedApiRequestSeverity
PrivilegedApiRequestSummary. getSeverity()
Priority assigned to the privilegedApi request by the operatorstatic PrivilegedApiRequestSeverity
PrivilegedApiRequestSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrivilegedApiRequestSeverity[]
PrivilegedApiRequestSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apiaccesscontrol.model with parameters of type PrivilegedApiRequestSeverity Modifier and Type Method Description CreatePrivilegedApiRequestDetails.Builder
CreatePrivilegedApiRequestDetails.Builder. severity(PrivilegedApiRequestSeverity severity)
Priority assigned to the access request by the operatorPrivilegedApiRequest.Builder
PrivilegedApiRequest.Builder. severity(PrivilegedApiRequestSeverity severity)
Priority assigned to the access request by the operatorPrivilegedApiRequestSummary.Builder
PrivilegedApiRequestSummary.Builder. severity(PrivilegedApiRequestSeverity severity)
Priority assigned to the privilegedApi request by the operatorConstructors in com.oracle.bmc.apiaccesscontrol.model with parameters of type PrivilegedApiRequestSeverity Constructor Description CreatePrivilegedApiRequestDetails(String reasonSummary, String compartmentId, String resourceId, List<String> subResourceNameList, List<PrivilegedApiRequestOperationDetails> privilegedOperationList, String notificationTopicId, String reasonDetail, PrivilegedApiRequestSeverity severity, Integer durationInHrs, List<String> ticketNumbers, Date timeRequestedForFutureAccess, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.PrivilegedApiRequest(String id, String displayName, String requestId, String reasonSummary, String notificationTopicId, List<String> requestedBy, String resourceName, String resourceId, List<String> subResourceNameList, String compartmentId, String resourceType, String entityType, List<PrivilegedApiRequestOperationDetails> privilegedOperationList, String reasonDetail, PrivilegedApiRequestSeverity severity, Integer durationInHrs, List<String> ticketNumbers, PrivilegedApiRequest.State state, String stateDetails, PrivilegedApiRequest.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String closureComment, String privilegedApiControlId, String privilegedApiControlName, Integer numberOfApproversRequired, List<ApproverDetail> approverDetails, Date timeRequestedForFutureAccess, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PrivilegedApiRequestSummary(String id, String displayName, String requestId, String reasonSummary, String compartmentId, String resourceName, String resourceId, List<String> subResourceNameList, String resourceType, List<PrivilegedApiRequestOperationDetails> privilegedOperationList, PrivilegedApiRequest.State state, PrivilegedApiRequest.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Integer durationInHrs, PrivilegedApiRequestSeverity severity, Date timeRequestedForFutureAccess, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-