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