Condividi tramite


SamlAuthorizationDecisionStatement.SamlActions Proprietà

Definizione

Ottiene il set di azioni che l'oggetto è autorizzato a eseguire sulla risorsa.

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)

Valore della proprietà

IList<T> di tipo SamlAction che specifica il set di azioni che il soggetto è autorizzato a eseguire sulla risorsa.

Commenti

La proprietà SamlActions corrisponde all'elemento <Action> definito nella specifica OASIS SAML 1.1.

Si applica a

Vedi anche