CLI Agent Configuration Parameters Methods

Contents
casso126
Contents
Name Method Sets or Retrieves the Name Portion of the Agent Configuration Parameter
The Name method sets or retrieves the name portion of the agent configuration parameter name/value pair.
Syntax
The Name method has the following format:
Netegrity::PolicyMgtAssociation->Name([Name])
Parameters
The Name method accepts the following parameters:
  1. Name
    (string)
    (Optional) Specifies the name to set.
Return Value
The Name method returns one of the following values:
  • The name of the agent configuration parameter.
  • undef
    if unsuccessful
Flags Method Sets or Retrieves the Encryption Flag Attribute
The Flags method sets or retrieves the encryption flag attribute for the agent configuration name/value pair.
Syntax
The Flags method has the following format:
Netegrity::PolicyMgtAssociation->Flags([Flags])
Parameters
The Flags method accepts the following parameter:
  1. Flags
    (int)
    (Optional) Specifies the flag value to set.
Return Value
The Flags method returns one of the following values:
  • 1 if the name/value pair is in encrypted format
  • 0 if the name/value pair is plain text
  • undef
    if the call was unsuccessful
Value Method Sets or Retrieves the Value of the Agent Configuration Parameter
The Value method sets or retrieves the value portion of the agent configuration parameter name/value pair.
Syntax
The Value method has the following format:
Netegrity::PolicyMgtAssociation->Value([Value])
Parameters
The Value method accepts the following parameter:
  1. Value
    (int)
    (Optional) Specifies the value to set.
Return Value
The Value method returns one of the following values:
  • The value of the agent configuration parameter
  • undef
    if unsuccessful