SamlAuthorizationDecisionStatement.SamlActions Eigenschap

Definitie

Hiermee haalt u de set acties op die het onderwerp mag uitvoeren op de 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)

Waarde van eigenschap

Een IList<T> type SamlAction dat de set acties aangeeft die het onderwerp mag uitvoeren op de resource.

Opmerkingen

De SamlActions eigenschap komt overeen met het <Action> element dat is gedefinieerd in de Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)-specificatie.

Van toepassing op

Zie ook