CLI Response Attribute Methods
Contents
casso10
Contents
GetAgentTypeAttrName Method Retrieves the Name of the Agent Type Attribute
The GetAgentTypeAttrName method retrieves the name of the agent type attribute associated with this response attribute.
Syntax
The GetAgentTypeAttrName method has the following format:
Netegrity::PolicyMgtResponseAttr->GetAgentTypeAttrName()
Parameters
The GetAgentTypeAttrName method accepts no parameters.
Return Value
The GetAgentTypeAttrName method returns one of the following values:
- The agent type attribute name (for example, WebAgent-OnReject-Redirect).
- undefif the call is unsuccessful
GetTTL Method Retrieves the Time To Live (TTL) Setting
The GetTTL method retrieves the Time To Live (TTL) setting.
Syntax
The GetTTL method has the following format:
Netegrity::PolicyMgtResponseAttr->GetTTL()
Parameters
The GetTTL method accepts no parameters.
Return Value
The GetTTL method returns one of the following values:
- The existing TTL setting
- undefif the call is unsuccessful
GetValue Method Retrieves the Response Attribute Value
The GetValue method retrieves the response attribute value.
Syntax
The GetValue method has the following format:
Netegrity::PolicyMgtResponseAttr->GetValue()
Parameters
The GetValue method accepts no parameters.
Return Value
The GetValue method returns one of the following values:
- The existing value of the response attribute
- undefif the call is unsuccessful