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 的断言和协议

适用于