ACVAR Class
Each record in the ACVAR class defines a variable that is deployed on an endpoint. You cannot deactivate this class.
capamsc141
Each record in the ACVAR class defines a variable that is deployed on an endpoint. You cannot deactivate this class.
The key of the ACVAR class is the name of the variable.
The following definitions describe the properties contained in this class record. Most properties are modifiable and can be manipulated using selang or the administration interfaces. Non-modifiable properties are marked
informational
.- COMMENTDefines additional information that you want to include in the record.Privileged Access Managerdoes not use this information for authorization.Limit:255 characters.
- CREATE_TIME(Informational) Displays the date and time when the record was created.
- OWNERDefines the user or group that owns the record.
- POLICIES(Informational) The list of policies (POLICY objects) that use this variable.
- UPDATE_TIME(Informational) Displays the date and time when the record was last modified.
- UPDATE_WHO(Informational) Displays the administrator who performed the update.
- VARIABLE_TYPEDefines the variable type. Valid values are:
- built-inSpecifies that the variable was created byPrivileged Access Managerduring installation. Static variables resolve based on the system settings of the endpoint.Note:You cannot modify or delete built-in variables.
- osvarSpecifies that the variable resolves based on an operating system value.
- regval(Windows) Specifies that the variable resolves based on a registry value.Note:You can only define registry values that point to REG_SZ or REG_EXPAND_SZ registry types.
- staticSpecifies that the variable resolves to the string value you define.
You cannot change the variable type of an existing variable. - VARIABLE_VALUEDefines the values of the variable.Note:This property does not expand any nested variables within the variable value.
- VARIABLE_EXPANDED_VALUE(Informational) Defines the variable values and expands any nested variables within the variable values.
Examples:
To define a new static variable, specify:
nr ACVAR ACHOME type(static) value+("/opt/CA/PAMSC")
To define a new variable that is based on the system environment, specify:
nr ACVAR ACHOME type(OSVAR) value+(AC_HOME)
To add value to a variable, specify:
er ACVAR ACHOME value+("/opt/CA/PAMSC")
To remove value from a variable, specify:
er ACVAR ACHOME value-("/opt/CA/PAMSC")