Reference documentation and code samples for the Cloud Controls Partner V1BETA API class Google::Cloud::CloudControlsPartner::V1beta::ListAccessApprovalRequestsRequest.
Request for getting the access requests associated with a workload.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filtering results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filtering results.
Returns
- (::String) — Optional. Filtering results.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Hint for how to order the results.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Hint for how to order the results.
Returns
- (::String) — Optional. Hint for how to order the results.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.
Returns
- (::Integer) — Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token, received from a previous
ListAccessApprovalRequests
call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token, received from a previous
ListAccessApprovalRequests
call. Provide this to retrieve the subsequent page.
Returns
-
(::String) — Optional. A page token, received from a previous
ListAccessApprovalRequests
call. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource
Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource
Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
Returns
-
(::String) — Required. Parent resource
Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}