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

Constructor Details

#initialize(**args) ⇒ RemoveHeldAccountsRequest

Returns a new instance of RemoveHeldAccountsRequest.



1580
1581
1582
# File 'generated/google/apis/vault_v1/classes.rb', line 1580

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


1578
1579
1580
# File 'generated/google/apis/vault_v1/classes.rb', line 1578

def 
  @account_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1585
1586
1587
# File 'generated/google/apis/vault_v1/classes.rb', line 1585

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