SamlAuthorizationDecisionStatement.SamlActions プロパティ

定義

サブジェクトがリソースに対して実行することを許可されるアクション セットを取得します。

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)

プロパティ値

サブジェクトがリソースに対して実行することを許可されるアクション セットを指定する IList<T> 型の SamlAction

注釈

SamlActions プロパティは、OASIS Security Assertion Markup Language (SAML) 仕様のアサーションおよびプロトコルで定義されている <Action> 要素に対応しています。

適用対象

こちらもご覧ください