SamlAuthorizationDecisionClaimResource.Resource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得主體要向其請求存取權的資源。
public:
property System::String ^ Resource { System::String ^ get(); };
public string Resource { get; }
member this.Resource : string
Public ReadOnly Property Resource As String
屬性值
表示主體請求存取之資源的 URI。
備註
AccessDecision 屬性 (Property) 會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 Resource
項目的 <AuthorizationDecisionStatement>
屬性 (Attribute)。