class PaloAlto::XML::Config::Panorama::ServerProfile::SamlIdp::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 2261 def _section :'entry' end
access-domain
# File lib/palo_alto/config.rb, line 2463 def attribute_name_access_domain_import prop_get('attribute-name-access-domain-import') end
access-domain
# File lib/palo_alto/config.rb, line 2467 def attribute_name_access_domain_import=(val) prop_set('attribute-name-access-domain-import', val) end
admin-role
# File lib/palo_alto/config.rb, line 2455 def attribute_name_admin_role_import prop_get('attribute-name-admin-role-import') end
admin-role
# File lib/palo_alto/config.rb, line 2459 def attribute_name_admin_role_import=(val) prop_set('attribute-name-admin-role-import', val) end
usergroup
# File lib/palo_alto/config.rb, line 2447 def attribute_name_usergroup_import prop_get('attribute-name-usergroup-import') end
usergroup
# File lib/palo_alto/config.rb, line 2451 def attribute_name_usergroup_import=(val) prop_set('attribute-name-usergroup-import', val) end
Attribute name for username to be extracted from SAML response
# File lib/palo_alto/config.rb, line 2439 def attribute_name_username_import prop_get('attribute-name-username-import') end
Attribute name for username to be extracted from SAML response
# File lib/palo_alto/config.rb, line 2443 def attribute_name_username_import=(val) prop_set('attribute-name-username-import', val) end
Object name of IdP signing certificate
# File lib/palo_alto/config.rb, line 2379 def certificate prop_get('certificate') end
Object name of IdP signing certificate
# File lib/palo_alto/config.rb, line 2383 def certificate=(val) prop_set('certificate', val) end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 2371 def entity_id prop_get('entity-id') end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 2375 def entity_id=(val) prop_set('entity-id', val) end
# File lib/palo_alto/config.rb, line 2258 def has_multiple_values? false end
maximum allowed clock skew in second between SAML entities' system time
# File lib/palo_alto/config.rb, line 2431 def max_clock_skew prop_get('max-clock-skew') end
maximum allowed clock skew in second between SAML entities' system time
# File lib/palo_alto/config.rb, line 2435 def max_clock_skew=(val) prop_set('max-clock-skew', val) end
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 2367 def name prop_get('@name') end
# File lib/palo_alto/config.rb, line 2408 def slo_bindings prop_get('slo-bindings') end
# File lib/palo_alto/config.rb, line 2411 def slo_bindings=(val) prop_set('slo-bindings', val) end
The Single Logout Service URL for the IdP server
# File lib/palo_alto/config.rb, line 2401 def slo_url prop_get('slo-url') end
The Single Logout Service URL for the IdP server
# File lib/palo_alto/config.rb, line 2405 def slo_url=(val) prop_set('slo-url', val) end
# File lib/palo_alto/config.rb, line 2394 def sso_bindings prop_get('sso-bindings') end
# File lib/palo_alto/config.rb, line 2397 def sso_bindings=(val) prop_set('sso-bindings', val) end
The Single Sign On Service URL for the IdP server
# File lib/palo_alto/config.rb, line 2387 def sso_url prop_get('sso-url') end
The Single Sign On Service URL for the IdP server
# File lib/palo_alto/config.rb, line 2391 def sso_url=(val) prop_set('sso-url', val) end
Certificate
revocation check for IdP certificate when checking assertion signature
# File lib/palo_alto/config.rb, line 2415 def validate_idp_certificate prop_get('validate-idp-certificate') end
Certificate
revocation check for IdP certificate when checking assertion signature
# File lib/palo_alto/config.rb, line 2419 def validate_idp_certificate=(val) prop_set('validate-idp-certificate', val) end
Client auth request signed by cert
# File lib/palo_alto/config.rb, line 2423 def want_auth_requests_signed prop_get('want-auth-requests-signed') end
Client auth request signed by cert
# File lib/palo_alto/config.rb, line 2427 def want_auth_requests_signed=(val) prop_set('want-auth-requests-signed', val) end