Class: Google::Iam::V2::ListPoliciesRequest
- Inherits:
-
Object
- Object
- Google::Iam::V2::ListPoliciesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v2/policy.rb
Overview
Request message for ListPolicies
.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of policies to return.
-
#page_token ⇒ ::String
A page token received in a ListPoliciesResponse.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of policies to return. IAM ignores this value and uses the value 1000.
128 129 130 131 |
# File 'proto_docs/google/iam/v2/policy.rb', line 128 class ListPoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token received in a ListPoliciesResponse. Provide this token to retrieve the next page.
128 129 130 131 |
# File 'proto_docs/google/iam/v2/policy.rb', line 128 class ListPoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource that the policy is attached to, along with the kind of policy
to list. Format:
policies/{attachment_point}/denypolicies
The attachment point is identified by its URL-encoded full resource name,
which means that the forward-slash character, /
, must be written as
%2F
. For example,
policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies
.
For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.
128 129 130 131 |
# File 'proto_docs/google/iam/v2/policy.rb', line 128 class ListPoliciesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |