Access Approval V1 API - Class Google::Cloud::AccessApproval::V1::AccessApprovalServiceAccount (v0.11.2)

Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::AccessApprovalServiceAccount.

Access Approval service account related to a project/folder/organization.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#account_email

def account_email() -> ::String
Returns
  • (::String) — Email address of the service account.

#account_email=

def account_email=(value) -> ::String
Parameter
  • value (::String) — Email address of the service account.
Returns
  • (::String) — Email address of the service account.

#name

def name() -> ::String
Returns
  • (::String) —

    The resource name of the Access Approval service account. Format is one of:

    • "projects/{project}/serviceAccount"
    • "folders/{folder}/serviceAccount"
    • "organizations/{organization}/serviceAccount"

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    The resource name of the Access Approval service account. Format is one of:

    • "projects/{project}/serviceAccount"
    • "folders/{folder}/serviceAccount"
    • "organizations/{organization}/serviceAccount"
Returns
  • (::String) —

    The resource name of the Access Approval service account. Format is one of:

    • "projects/{project}/serviceAccount"
    • "folders/{folder}/serviceAccount"
    • "organizations/{organization}/serviceAccount"