saml:AuthzDecisionStatement
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Schema document: saml-2.0-os/saml-schema-assertion-2.0.xsd
Type: saml:AuthzDecisionStatementType
Properties: Global, Qualified
Content
- saml:Action [1..*]
- saml:Evidence [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Resource | [1..1] | xsd:anyURI | ||
Decision | [1..1] | saml:DecisionType |
Used in
- Type saml:AssertionType (Element saml:Assertion)
Sample instance
<saml:AuthzDecisionStatement Resource="http://www.example.com/" Decision="Permit"> <saml:Action Namespace="http://www.example.com/">string</saml:Action> <saml:Evidence> <saml:AssertionIDRef>NCName</saml:AssertionIDRef> </saml:Evidence> </saml:AuthzDecisionStatement>