Saml2AuthorizationDecisionStatement.Actions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したリソースに対して実行する権限を持つ一連のアクションを取得または設定します。
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 のアサーションとプロトコル」の仕様を参照してください。