class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::SamlIdp::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 220838 def _section :'entry' end
access-domain
# File lib/palo_alto/config.rb, line 221040 def attribute_name_access_domain_import prop_get('attribute-name-access-domain-import') end
access-domain
# File lib/palo_alto/config.rb, line 221044 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 221032 def attribute_name_admin_role_import prop_get('attribute-name-admin-role-import') end
admin-role
# File lib/palo_alto/config.rb, line 221036 def attribute_name_admin_role_import=(val) prop_set('attribute-name-admin-role-import', val) end
usergroup
# File lib/palo_alto/config.rb, line 221024 def attribute_name_usergroup_import prop_get('attribute-name-usergroup-import') end
usergroup
# File lib/palo_alto/config.rb, line 221028 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 221016 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 221020 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 220956 def certificate prop_get('certificate') end
Object name of IdP signing certificate
# File lib/palo_alto/config.rb, line 220960 def certificate=(val) prop_set('certificate', val) end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 220948 def entity_id prop_get('entity-id') end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 220952 def entity_id=(val) prop_set('entity-id', val) end
# File lib/palo_alto/config.rb, line 220835 def has_multiple_values? false end
maximum allowed clock skew in second between SAML entities' system time
# File lib/palo_alto/config.rb, line 221008 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 221012 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 220944 def name prop_get('@name') end
# File lib/palo_alto/config.rb, line 220985 def slo_bindings prop_get('slo-bindings') end
# File lib/palo_alto/config.rb, line 220988 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 220978 def slo_url prop_get('slo-url') end
The Single Logout Service URL for the IdP server
# File lib/palo_alto/config.rb, line 220982 def slo_url=(val) prop_set('slo-url', val) end
# File lib/palo_alto/config.rb, line 220971 def sso_bindings prop_get('sso-bindings') end
# File lib/palo_alto/config.rb, line 220974 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 220964 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 220968 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 220992 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 220996 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 221000 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 221004 def want_auth_requests_signed=(val) prop_set('want-auth-requests-signed', val) end