SamlAuthorizationDecisionStatement.Resource 속성

정의

SamlSecurityToken 보안 토큰의 주체가 액세스하려는 리소스입니다.

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

속성 값

액세스하려는 리소스를 식별하는 URI 참조입니다.

설명

속성은 AccessDecision OASIS SAML(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소의 특성 <AuthorizationDecisionStatement> 에 해당 Decision 합니다.

적용 대상