class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::SamlIdp::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 242058 def _section :'entry' end
Can only be used for administrative purposes
# File lib/palo_alto/config.rb, line 242171 def admin_use_only prop_get('admin-use-only') end
Can only be used for administrative purposes
# File lib/palo_alto/config.rb, line 242175 def admin_use_only=(val) prop_set('admin-use-only', val) end
access-domain
# File lib/palo_alto/config.rb, line 242271 def attribute_name_access_domain_import prop_get('attribute-name-access-domain-import') end
access-domain
# File lib/palo_alto/config.rb, line 242275 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 242263 def attribute_name_admin_role_import prop_get('attribute-name-admin-role-import') end
admin-role
# File lib/palo_alto/config.rb, line 242267 def attribute_name_admin_role_import=(val) prop_set('attribute-name-admin-role-import', val) end
usergroup
# File lib/palo_alto/config.rb, line 242255 def attribute_name_usergroup_import prop_get('attribute-name-usergroup-import') end
usergroup
# File lib/palo_alto/config.rb, line 242259 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 242247 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 242251 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 242187 def certificate prop_get('certificate') end
Object name of IdP signing certificate
# File lib/palo_alto/config.rb, line 242191 def certificate=(val) prop_set('certificate', val) end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 242179 def entity_id prop_get('entity-id') end
Unique identifier for SAML IdP
# File lib/palo_alto/config.rb, line 242183 def entity_id=(val) prop_set('entity-id', val) end
# File lib/palo_alto/config.rb, line 242055 def has_multiple_values? false end
maximum allowed clock skew in second between SAML entities' system time
# File lib/palo_alto/config.rb, line 242239 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 242243 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 242167 def name prop_get('@name') end
# File lib/palo_alto/config.rb, line 242216 def slo_bindings prop_get('slo-bindings') end
# File lib/palo_alto/config.rb, line 242219 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 242209 def slo_url prop_get('slo-url') end
The Single Logout Service URL for the IdP server
# File lib/palo_alto/config.rb, line 242213 def slo_url=(val) prop_set('slo-url', val) end
# File lib/palo_alto/config.rb, line 242202 def sso_bindings prop_get('sso-bindings') end
# File lib/palo_alto/config.rb, line 242205 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 242195 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 242199 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 242223 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 242227 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 242231 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 242235 def want_auth_requests_signed=(val) prop_set('want-auth-requests-signed', val) end