Class: Ansible::Ruby::Modules::Ipa_subca

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/identity/ipa/ipa_subca.rb

Overview

Add, modify, enable, disable and delete an IPA Lightweight Sub Certificate Authorities using IPA API.

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

#state:present, ...

Returns State to ensure,State ‘disable’ and ‘enable’ is available for FreeIPA 4.4.2 version and onwards.

Returns:

  • (:present, :absent, :enabled, :disabled, nil)

    State to ensure,State ‘disable’ and ‘enable’ is available for FreeIPA 4.4.2 version and onwards



24
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_subca.rb', line 24

attribute :state

#subca_descString

Returns The Sub Certificate Authority’s description.

Returns:

  • (String)

    The Sub Certificate Authority’s description.



20
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_subca.rb', line 20

attribute :subca_desc

#subca_nameString

Returns The Sub Certificate Authority name which needs to be managed.

Returns:

  • (String)

    The Sub Certificate Authority name which needs to be managed.



12
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_subca.rb', line 12

attribute :subca_name

#subca_subjectArray<String>, String

Returns The Sub Certificate Authority’s Subject. e.g., ‘CN=SampleSubCA1,O=testrelm.test’.

Returns:

  • (Array<String>, String)

    The Sub Certificate Authority’s Subject. e.g., ‘CN=SampleSubCA1,O=testrelm.test’



16
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_subca.rb', line 16

attribute :subca_subject