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