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 安全断言标记语言 (SAML) 断言和协议规范中定义的 <Action> 元素。

适用于

另请参阅