class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::Scep::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 259190
def _section
        :'entry'
end
algorithm() click to toggle source
# File lib/palo_alto/config.rb, line 259325
def algorithm
        if @create_children
                @subclasses['algorithm'] ||= Algorithm.new(parent_instance: self, create_children: @create_children)
        else
                Algorithm.new(parent_instance: self)
        end
end
ca_identity_name() click to toggle source

Name of the SCEP server CA Identity

# File lib/palo_alto/config.rb, line 259495
def ca_identity_name
        prop_get('ca-identity-name')
end
ca_identity_name=(val) click to toggle source

Name of the SCEP server CA Identity

# File lib/palo_alto/config.rb, line 259499
def ca_identity_name=(val)
        prop_set('ca-identity-name', val)
end
certificate_attributes() click to toggle source
# File lib/palo_alto/config.rb, line 259385
def certificate_attributes
        if @create_children
                @subclasses['certificate-attributes'] ||= CertificateAttributes.new(parent_instance: self, create_children: @create_children)
        else
                CertificateAttributes.new(parent_instance: self)
        end
end
digest() click to toggle source

Digest Algorithm for CSR

# File lib/palo_alto/config.rb, line 259511
def digest
        prop_get('digest')
end
digest=(val) click to toggle source

Digest Algorithm for CSR

# File lib/palo_alto/config.rb, line 259515
def digest=(val)
        prop_set('digest', val)
end
fingerprint() click to toggle source

Hex String to use as a fingerprint

# File lib/palo_alto/config.rb, line 259519
def fingerprint
        prop_get('fingerprint')
end
fingerprint=(val) click to toggle source

Hex String to use as a fingerprint

# File lib/palo_alto/config.rb, line 259523
def fingerprint=(val)
        prop_set('fingerprint', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 259187
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 259467
def name
        prop_get('@name')
end
scep_ca_cert() click to toggle source

SCEP Server CA Certificate

# File lib/palo_alto/config.rb, line 259479
def scep_ca_cert
        prop_get('scep-ca-cert')
end
scep_ca_cert=(val) click to toggle source

SCEP Server CA Certificate

# File lib/palo_alto/config.rb, line 259483
def scep_ca_cert=(val)
        prop_set('scep-ca-cert', val)
end
scep_challenge() click to toggle source
# File lib/palo_alto/config.rb, line 259284
def scep_challenge
        if @create_children
                @subclasses['scep-challenge'] ||= ScepChallenge.new(parent_instance: self, create_children: @create_children)
        else
                ScepChallenge.new(parent_instance: self)
        end
end
scep_client_cert() click to toggle source

Client Certificate to use when connecting to SCEP Server over SSL

# File lib/palo_alto/config.rb, line 259487
def scep_client_cert
        prop_get('scep-client-cert')
end
scep_client_cert=(val) click to toggle source

Client Certificate to use when connecting to SCEP Server over SSL

# File lib/palo_alto/config.rb, line 259491
def scep_client_cert=(val)
        prop_set('scep-client-cert', val)
end
scep_url() click to toggle source

The base URL for the SCEP server

# File lib/palo_alto/config.rb, line 259471
def scep_url
        prop_get('scep-url')
end
scep_url=(val) click to toggle source

The base URL for the SCEP server

# File lib/palo_alto/config.rb, line 259475
def scep_url=(val)
        prop_set('scep-url', val)
end
subject() click to toggle source

Representation of a X.500 name

# File lib/palo_alto/config.rb, line 259503
def subject
        prop_get('subject')
end
subject=(val) click to toggle source

Representation of a X.500 name

# File lib/palo_alto/config.rb, line 259507
def subject=(val)
        prop_set('subject', val)
end
use_as_digital_signature() click to toggle source

Use as digital signature

# File lib/palo_alto/config.rb, line 259527
def use_as_digital_signature
        prop_get('use-as-digital-signature')
end
use_as_digital_signature=(val) click to toggle source

Use as digital signature

# File lib/palo_alto/config.rb, line 259531
def use_as_digital_signature=(val)
        prop_set('use-as-digital-signature', val)
end
use_for_key_encipherment() click to toggle source

Use for key encipherment

# File lib/palo_alto/config.rb, line 259535
def use_for_key_encipherment
        prop_get('use-for-key-encipherment')
end
use_for_key_encipherment=(val) click to toggle source

Use for key encipherment

# File lib/palo_alto/config.rb, line 259539
def use_for_key_encipherment=(val)
        prop_set('use-for-key-encipherment', val)
end