SamlAuthorizationDecisionStatement.SamlActions Property

Definition

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.

Applies to

See also