SamlAuthorizationDecisionStatement.SamlActions 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 set of actions that the subject is authorized to perform on the resource.
public:
property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAction ^> ^ SamlActions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAction ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAction> SamlActions { get; }
member this.SamlActions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAction>
Public ReadOnly Property SamlActions As IList(Of SamlAction)
Property Value
An IList<T> of type SamlAction that specifies the set of actions that the subject is authorized to perform on the resource.
Remarks
The SamlActions property corresponds to the <Action>
element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.