AccessibleCompartmentRequest¶
-
class
oci.identity_data_plane.models.
AccessibleCompartmentRequest
(**kwargs)¶ Bases:
object
AccessibleCompartmentRequest model.
Methods
__init__
(**kwargs)Initializes a new AccessibleCompartmentRequest object with values from keyword arguments. Attributes
authorization_request
[Required] Gets the authorization_request of this AccessibleCompartmentRequest. compartment_ids
[Required] Gets the compartment_ids of this AccessibleCompartmentRequest. -
__init__
(**kwargs)¶ Initializes a new AccessibleCompartmentRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - authorization_request (oci.identity_data_plane.models.AuthorizationRequest) – The value to assign to the authorization_request property of this AccessibleCompartmentRequest.
- compartment_ids (list[str]) – The value to assign to the compartment_ids property of this AccessibleCompartmentRequest.
[Required] Gets the authorization_request of this AccessibleCompartmentRequest. The authorization request.
Returns: The authorization_request of this AccessibleCompartmentRequest. Return type: oci.identity_data_plane.models.AuthorizationRequest
-
compartment_ids
¶ [Required] Gets the compartment_ids of this AccessibleCompartmentRequest. The list of compartment ids.
Returns: The compartment_ids of this AccessibleCompartmentRequest. Return type: list[str]
-