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.



1636
1637
1638
# File 'lib/google/apis/vault_v1/classes.rb', line 1636

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


1634
1635
1636
# File 'lib/google/apis/vault_v1/classes.rb', line 1634

def 
  @account_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1641
1642
1643
# File 'lib/google/apis/vault_v1/classes.rb', line 1641

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