class PaloAlto::XML::Config::Panorama::Scep::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 14483
def _section
        :'entry'
end
algorithm() click to toggle source
# File lib/palo_alto/config.rb, line 14636
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 14826
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 14830
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 14696
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 14842
def digest
        prop_get('digest')
end
digest=(val) click to toggle source

Digest Algorithm for CSR

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

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

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

SCEP Server CA Certificate

# File lib/palo_alto/config.rb, line 14810
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 14814
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 14595
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 14818
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 14822
def scep_client_cert=(val)
        prop_set('scep-client-cert', val)
end
scep_url__4() click to toggle source

The base URL for the SCEP server

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

The base URL for the SCEP server

# File lib/palo_alto/config.rb, line 14798
def scep_url__4=(val)
        prop_set('scep-url__4', val)
end
scep_url__5() click to toggle source

The base URL for the SCEP server

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

The base URL for the SCEP server

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

Representation of a X.500 name

# File lib/palo_alto/config.rb, line 14834
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 14838
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 14858
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 14862
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 14866
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 14870
def use_for_key_encipherment=(val)
        prop_set('use-for-key-encipherment', val)
end