Package | Description |
---|---|
com.oracle.bmc.identitydataplane.model |
Modifier and Type | Method and Description |
---|---|
AuthorizationRequest |
AuthorizationRequest.Builder.build() |
AuthorizationRequest |
AccessibleCompartmentRequest.getAuthorizationRequest()
The authorization request.
|
AuthorizationRequest |
ThinAuthorizationResponse.getAuthorizationRequest()
The policy string related to the request.
|
Modifier and Type | Method and Description |
---|---|
List<AuthorizationRequest> |
AssociationAuthorizationRequest.getRequests()
The list of authorization requests.
|
Modifier and Type | Method and Description |
---|---|
AccessibleCompartmentRequest.Builder |
AccessibleCompartmentRequest.Builder.authorizationRequest(AuthorizationRequest authorizationRequest)
The authorization request.
|
ThinAuthorizationResponse.Builder |
ThinAuthorizationResponse.Builder.authorizationRequest(AuthorizationRequest authorizationRequest)
The policy string related to the request.
|
AuthorizationRequest.Builder |
AuthorizationRequest.Builder.copy(AuthorizationRequest model) |
Modifier and Type | Method and Description |
---|---|
AssociationAuthorizationRequest.Builder |
AssociationAuthorizationRequest.Builder.requests(List<AuthorizationRequest> requests)
The list of authorization requests.
|
Constructor and Description |
---|
AccessibleCompartmentRequest(AuthorizationRequest authorizationRequest,
List<String> compartmentIds)
Deprecated.
|
ThinAuthorizationResponse(AuthorizationRequest authorizationRequest,
String decisionCacheDuration)
Deprecated.
|
Constructor and Description |
---|
AssociationAuthorizationRequest(List<AuthorizationRequest> requests)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.