Sdílet prostřednictvím


SamlAuthorizationDecisionStatement.SamlActions Vlastnost

Definice

Získá sadu akcí, které má subjekt oprávnění provést s prostředkem.

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)

Hodnota vlastnosti

Typ IList<T>SamlAction určující sadu akcí, ke kterým má subjekt oprávnění s prostředkem provádět.

Poznámky

Vlastnost SamlActions odpovídá elementu <Action> , který je definován v kontrolních výrazů a protokolu pro specifikaci OASIS Security Assertion Markup Language (SAML).

Platí pro

Viz také