次の方法で共有


Saml2AuthorizationDecisionStatement.Actions プロパティ

定義

指定したリソースで実行することを許可されるアクション セットを取得または設定します。

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)

プロパティ値

承認されたアクションを指定する Saml2Action 型のコレクション。

注釈

子要素に <saml:Actions> 対応します。 このクラスが表す要素について詳しくは、OASIS Security Assertion Markup Language (SAML) V2.0 のアサーションとプロトコルの仕様をご覧ください。

適用対象