Class: Google::Apis::VaultV1::RemoveHeldAccountsRequest

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

Overview

Remove a list of accounts from a hold.

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) ⇒ RemoveHeldAccountsRequest

Returns a new instance of RemoveHeldAccountsRequest.



1225
1226
1227
# File 'generated/google/apis/vault_v1/classes.rb', line 1225

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

Instance Attribute Details

#account_idsArray<String>

Account ids to identify HeldAccounts to remove. Corresponds to the JSON property accountIds

Returns:

  • (Array<String>)


1223
1224
1225
# File 'generated/google/apis/vault_v1/classes.rb', line 1223

def 
  @account_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1230
1231
1232
# File 'generated/google/apis/vault_v1/classes.rb', line 1230

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