Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthzDecisionQueryElement.Resource

TElSAMLAuthzDecisionQueryElement     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Indicates the resource for which authorization is requested.

Declaration

[C#]
    string Resource;

[VB.NET]
    Property Resource As String

[Pascal]
    property Resource : TSBAnyURI;

[C++]
    void get_Resource(std::string &OutResult);
    void set_Resource(const std::string &Value);

[PHP]
    string get_Resource()
    void set_Resource(string $Value)

[Java]
    String getResource();
    void setResource(String Value);

Description

This property contains a URI reference indicating the resource for which authorization is requested.

Discuss this help topic in SecureBlackbox Forum