Saml2AuthorizationDecisionStatement.Actions 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 or sets the set of actions authorized to be performed on the specified resource.
public:
property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Action ^> ^ Actions { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Action ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Action> Actions { get; }
member this.Actions : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Action>
Public ReadOnly Property Actions As Collection(Of Saml2Action)
Property Value
A collection of type Saml2Action that specifies the authorized actions.
Remarks
Corresponds to the <saml:Actions>
child element. For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.