Cloud Asset V1 API - Class Google::Cloud::Asset::V1::BatchGetEffectiveIamPoliciesRequest (v0.21.1)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::BatchGetEffectiveIamPoliciesRequest.

A request message for AssetService.BatchGetEffectiveIamPolicies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#names

def names() -> ::Array<::String>
Returns

#names=

def names=(value) -> ::Array<::String>
Parameter
Returns

#scope

def scope() -> ::String
Returns
  • (::String) — Required. Only IAM policies on or below the scope will be returned.

    This can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").

    To know how to get organization id, visit here .

    To know how to get folder or project id, visit here .

#scope=

def scope=(value) -> ::String
Parameter
  • value (::String) — Required. Only IAM policies on or below the scope will be returned.

    This can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").

    To know how to get organization id, visit here .

    To know how to get folder or project id, visit here .

Returns
  • (::String) — Required. Only IAM policies on or below the scope will be returned.

    This can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345").

    To know how to get organization id, visit here .

    To know how to get folder or project id, visit here .