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 セキュリティ アサーション マークアップ言語 (SAML) V2.0 のアサーションとプロトコル」の仕様を参照してください。

適用対象