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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 152698
def _section
        :'entry'
end
algorithm() click to toggle source
# File lib/palo_alto/config.rb, line 152833
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 153003
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 153007
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 152893
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 153019
def digest
        prop_get('digest')
end
digest=(val) click to toggle source

Digest Algorithm for CSR

# File lib/palo_alto/config.rb, line 153023
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 153027
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 153031
def fingerprint=(val)
        prop_set('fingerprint', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 152695
def has_multiple_values?
        false
end
name() click to toggle source

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

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

SCEP Server CA Certificate

# File lib/palo_alto/config.rb, line 152987
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 152991
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 152792
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 152995
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 152999
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 152979
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 152983
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 153011
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 153015
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 153035
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 153039
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 153043
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 153047
def use_for_key_encipherment=(val)
        prop_set('use-for-key-encipherment', val)
end