The AddAssociation method adds a configuration parameter name and value for this agent configuration.
Syntax
The AddAssociation method has the following format:
Netegrity::PolicyMgtAgentConfig‑>AddAssociation(Name, Value, Flags)
Parameters
The AddAssociation method accepts the following parameters:
Name (string)
Specifies the configuration parameter name.
Value (string)
Specifies the configuration parameter value.
Flag (int)
Specifies the encryption flag value:
Return Value
The AddAssociation method returns one of the following values:
The AddAssociationMultiValue method adds a multi-valued configuration parameter for this agent configuration. If the specified configuration parameter exists, the new value is concatenated with the old value.
Note: Do not call this method more than once in a session. Otherwise, the new value overwrites the old value.
Syntax
The AddAssociationMultiValue method has the following format:
Netegrity::PolicyMgtAgentConfig‑>AddAssociationMultiValue(Name, valueArray)
Parameters
The AddAssociationMultiValue method accepts the following parameters:
Name (string)
Specifies the configuration parameter name.
valueArray (string array)
Specifies a reference to an array of values associated with this parameter name (for example: \@myarray).
Return Value
The AddAssociationMultiValue method returns one of the following values:
Remarks
Multi-valued parameters can be stored only as plain text.
The Description method sets or retrieves the description of the agent configuration object.
Syntax
The Description method has the following format:
Netegrity::PolicyMgtAgentConfig‑>Description([Description])
Parameters
The Description method accepts the following parameters:
Description (string)
(Optional) Specifies the description to set.
Return Value
The Description method returns one of the following values:
The GetAssociations method retrieves a list of all the configuration parameters for this agent configuration.
Syntax
The GetAssociations method has the following format:
Netegrity::PolicyMgtAgentConfig‑>GetAssociations( )
Parameters
The GetAssociations method accepts no parameters.
Return Value
The GetAssociations method returns one of the following values:
The Name method sets or retrieves the agent configuration object name.
Syntax
The Name method has the following format:
Netegrity::PolicyMgtAgentConfig‑>Name([Name])
Parameters
The Name method accepts the following parameters:
Name (string)
(Optional) Specifies the name to set.
Return Value
The Name method returns one of the following values:
The RemoveAssociation method removes a configuration parameter name/value pair from the agent configuration object.
Syntax
The RemoveAssociation method has the following format:
Netegrity::PolicyMgtAgentConfig‑>RemoveAssociation(assoc)
Parameters
The RemoveAssociation method accepts the following parameter:
assoc (PolicyMgtAssociation)
Specifies the configuration parameter name/value pair to remove.
Return Value
The RemoveAssociation method returns one of the following values:
Copyright © 2015 CA Technologies.
All rights reserved.
|
|