다음을 통해 공유


SamlAction.Action 속성

정의

SamlAuthorizationDecisionStatement의 주체가 지정된 리소스에서 수행할 수 있는 작업을 가져오거나 설정합니다.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

속성 값

SamlSecurityToken 보안 토큰의 주체가 지정된 리소스에서 수행하려고 하는 작업입니다.

예외

Action 속성은 null로 설정됩니다.

또는

Action 속성은 Empty로 설정됩니다.

IsReadOnly 속성의 값이 true이고 Action 속성이 설정된 경우

설명

속성은 Action OASIS SAML 1.1 사양에 정의된 XML 요소의 <saml:Action> 텍스트에 해당합니다.

적용 대상