Policy Troubleshooter V3 API - Class Google::Iam::V2::ListPoliciesRequest (v0.3.2)

Reference documentation and code samples for the Policy Troubleshooter V3 API class Google::Iam::V2::ListPoliciesRequest.

Request message for ListPolicies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of policies to return. IAM ignores this value and uses the value 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of policies to return. IAM ignores this value and uses the value 1000.
Returns
  • (::Integer) — The maximum number of policies to return. IAM ignores this value and uses the value 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token received in a ListPoliciesResponse. Provide this token to retrieve the next page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A page token received in a ListPoliciesResponse. Provide this token to retrieve the next page.
Returns
  • (::String) — A page token received in a ListPoliciesResponse. Provide this token to retrieve the next page.

#parent

def parent() -> ::String
Returns
  • (::String) — 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.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.