Class: Ansible::Ruby::Modules::Azure_rm_keyvaultsecret

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_keyvaultsecret.rb

Overview

Create or delete a secret within a given keyvault. By using Key Vault, you can encrypt keys and secrets (such as authentication keys, storage account keys, data encryption keys, .PFX files, and passwords).

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#keyvault_uriString

Returns URI of the keyvault endpoint.

Returns:

  • (String)

    URI of the keyvault endpoint.



12
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_keyvaultsecret.rb', line 12

attribute :keyvault_uri

#secret_nameString

Returns Name of the keyvault secret.

Returns:

  • (String)

    Name of the keyvault secret.



16
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_keyvaultsecret.rb', line 16

attribute :secret_name

#secret_valueString?

Returns Secret to be secured by keyvault.

Returns:

  • (String, nil)

    Secret to be secured by keyvault.



20
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_keyvaultsecret.rb', line 20

attribute :secret_value

#state:absent, ...

Returns Assert the state of the subnet. Use ‘present’ to create or update a secret and ‘absent’ to delete a secret .

Returns:

  • (:absent, :present, nil)

    Assert the state of the subnet. Use ‘present’ to create or update a secret and ‘absent’ to delete a secret .



24
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_keyvaultsecret.rb', line 24

attribute :state