Class: Google::Apis::IamV1::UndeleteServiceAccountResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/google/apis/iam_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UndeleteServiceAccountResponse

Returns a new instance of UndeleteServiceAccountResponse.



1716
1717
1718
# File 'generated/google/apis/iam_v1/classes.rb', line 1716

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#restored_accountGoogle::Apis::IamV1::ServiceAccount

A service account in the Identity and Access Management API. To create a service account, specify the project_id and the account_id for the account. The account_id is unique within the project, and is used to generate the service account email address and a stable unique_id. If the account already exists, the account's resource name is returned in the format of projects/PROJECT_ID/serviceAccounts/ACCOUNT. The caller can use the name in other methods to access the account. All other methods can identify the service account using the format projects/PROJECT_ID/serviceAccounts/ACCOUNT`. Using-as a wildcard for thePROJECT_IDwill infer the project from the account. TheACCOUNTvalue can be theemailaddress or the unique_idof the service account. Corresponds to the JSON propertyrestoredAccount`



1714
1715
1716
# File 'generated/google/apis/iam_v1/classes.rb', line 1714

def 
  @restored_account
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1721
1722
1723
# File 'generated/google/apis/iam_v1/classes.rb', line 1721

def update!(**args)
  @restored_account = args[:restored_account] if args.key?(:restored_account)
end