SamlAccessDecision Enum
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.
Specifies whether the subject of a SamlSecurityToken security token is granted access to a given resource.
public enum class SamlAccessDecision
[System.Runtime.Serialization.DataContract]
public enum SamlAccessDecision
[<System.Runtime.Serialization.DataContract>]
type SamlAccessDecision =
Public Enum SamlAccessDecision
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Permit | 0 | Specifies that access to a resource is granted. |
Deny | 1 | Specifies that access to a resource is denied. |
Indeterminate | 2 | Specifies that the security token service that issued the SamlSecurityToken security token does not have enough information to determine the access permissions for a particular resource. A recipient of the SamlSecurityToken security token must use other means to determine the user's access permissions. |
Remarks
Use the SamlAccessDecision to express access permissions to a resource in a SamlAuthorizationDecisionStatement within a SamlSecurityToken security token.