SamlAuthorizationDecisionClaimResource.AccessDecision Property

Definition

Gets the authorization decision rendered by the SAML authority regarding the access to the resource by the subject.

public:
 property System::IdentityModel::Tokens::SamlAccessDecision AccessDecision { System::IdentityModel::Tokens::SamlAccessDecision get(); };
public System.IdentityModel.Tokens.SamlAccessDecision AccessDecision { get; }
member this.AccessDecision : System.IdentityModel.Tokens.SamlAccessDecision
Public ReadOnly Property AccessDecision As SamlAccessDecision

Property Value

The authorization decision rendered by the SAML authority regarding the access to the resource by the subject.

Remarks

The AccessDecision property corresponds to the Decision attribute of the <AuthorizationDecisionStatement> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to