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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/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.



1769
1770
1771
# File 'lib/google/apis/vault_v1/classes.rb', line 1769

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

Instance Attribute Details

#account_idsArray<String>

The account IDs of the accounts to remove from the hold. Corresponds to the JSON property accountIds

Returns:

  • (Array<String>)


1767
1768
1769
# File 'lib/google/apis/vault_v1/classes.rb', line 1767

def 
  @account_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1774
1775
1776
# File 'lib/google/apis/vault_v1/classes.rb', line 1774

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