class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::SamlIdp::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 327438 def _section :'entry' end
access-domain
# File lib/palo_alto/config.rb, line 327640 def attribute_name_access_domain_import prop_get('attribute-name-access-domain-import') end
access-domain
# File lib/palo_alto/config.rb, line 327644 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 327632 def attribute_name_admin_role_import prop_get('attribute-name-admin-role-import') end
admin-role
# File lib/palo_alto/config.rb, line 327636 def attribute_name_admin_role_import=(val) prop_set('attribute-name-admin-role-import', val) end
usergroup
# File lib/palo_alto/config.rb, line 327624 def attribute_name_usergroup_import prop_get('attribute-name-usergroup-import') end
usergroup
# File lib/palo_alto/config.rb, line 327628 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 327616 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 327620 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 327556 def certificate prop_get('certificate') end
Object name of IdP signing certificate
# File lib/palo_alto/config.rb, line 327560 def certificate=(val) prop_set('certificate', val) end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 327548 def entity_id prop_get('entity-id') end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 327552 def entity_id=(val) prop_set('entity-id', val) end
# File lib/palo_alto/config.rb, line 327435 def has_multiple_values? false end
maximum allowed clock skew in second between SAML entities' system time
# File lib/palo_alto/config.rb, line 327608 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 327612 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 327544 def name prop_get('@name') end
# File lib/palo_alto/config.rb, line 327585 def slo_bindings prop_get('slo-bindings') end
# File lib/palo_alto/config.rb, line 327588 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 327578 def slo_url prop_get('slo-url') end
The Single Logout Service URL for the IdP server
# File lib/palo_alto/config.rb, line 327582 def slo_url=(val) prop_set('slo-url', val) end
# File lib/palo_alto/config.rb, line 327571 def sso_bindings prop_get('sso-bindings') end
# File lib/palo_alto/config.rb, line 327574 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 327564 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 327568 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 327592 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 327596 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 327600 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 327604 def want_auth_requests_signed=(val) prop_set('want-auth-requests-signed', val) end