class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::SamlIdp::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 135572 def _section :'entry' end
Can only be used for administrative purposes
# File lib/palo_alto/config.rb, line 135685 def admin_use_only prop_get('admin-use-only') end
Can only be used for administrative purposes
# File lib/palo_alto/config.rb, line 135689 def admin_use_only=(val) prop_set('admin-use-only', val) end
access-domain
# File lib/palo_alto/config.rb, line 135785 def attribute_name_access_domain_import prop_get('attribute-name-access-domain-import') end
access-domain
# File lib/palo_alto/config.rb, line 135789 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 135777 def attribute_name_admin_role_import prop_get('attribute-name-admin-role-import') end
admin-role
# File lib/palo_alto/config.rb, line 135781 def attribute_name_admin_role_import=(val) prop_set('attribute-name-admin-role-import', val) end
usergroup
# File lib/palo_alto/config.rb, line 135769 def attribute_name_usergroup_import prop_get('attribute-name-usergroup-import') end
usergroup
# File lib/palo_alto/config.rb, line 135773 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 135761 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 135765 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 135701 def certificate prop_get('certificate') end
Object name of IdP signing certificate
# File lib/palo_alto/config.rb, line 135705 def certificate=(val) prop_set('certificate', val) end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 135693 def entity_id prop_get('entity-id') end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 135697 def entity_id=(val) prop_set('entity-id', val) end
# File lib/palo_alto/config.rb, line 135569 def has_multiple_values? false end
maximum allowed clock skew in second between SAML entities' system time
# File lib/palo_alto/config.rb, line 135753 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 135757 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 135681 def name prop_get('@name') end
# File lib/palo_alto/config.rb, line 135730 def slo_bindings prop_get('slo-bindings') end
# File lib/palo_alto/config.rb, line 135733 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 135723 def slo_url prop_get('slo-url') end
The Single Logout Service URL for the IdP server
# File lib/palo_alto/config.rb, line 135727 def slo_url=(val) prop_set('slo-url', val) end
# File lib/palo_alto/config.rb, line 135716 def sso_bindings prop_get('sso-bindings') end
# File lib/palo_alto/config.rb, line 135719 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 135709 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 135713 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 135737 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 135741 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 135745 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 135749 def want_auth_requests_signed=(val) prop_set('want-auth-requests-signed', val) end