SamlAuthorizationDecisionStatement.Resource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 屬性 (Property) 會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 Decision
項目的 <AuthorizationDecisionStatement>
屬性 (Attribute)。