다음을 통해 공유


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(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소에 해당 <Action> 합니다.

적용 대상

추가 정보