SamlAuthorizationDecisionStatement.SamlActions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该主题有权对资源执行的操作集。
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>
元素。