SamlAuthorizationDecisionClaimResource.AccessDecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.