Saml2AuthorizationDecisionStatement.Actions Proprietà

Definizione

Ottiene o imposta il set di azioni autorizzate da eseguire sulla risorsa specificata.

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)

Valore della proprietà

Raccolta di tipo Saml2Action che specifica le azioni autorizzate.

Commenti

Corrisponde all'elemento <saml:Actions> figlio. Per altre informazioni sull'elemento rappresentato da questa classe, vedere la specifica seguente: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.

Si applica a