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 プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている Decision 要素の <AuthorizationDecisionStatement> 属性に対応します。

適用対象