ConfigSchema API

Predominant token scopeAny valid scope, such as Agent, Certificate, or SSH

The ConfigSchema interface provides information about classes and attributes. For a particular object class name, you can find specific attribute names and values in the appropriate section of the Web SDK Object class reference. For common information, such as a description attribute, look in the parent class which is listed at the beginning of many of the object class topics.

ConfigAttribute Properties

A set of properties that define an attribute that may be associated with a class in the Config subsystem.

{
   
"Syntax": <integer value of type ConfigAttribute.Syntaxes>,
   "Property":  <integer values of type ConfigAttribute.Properties>,
   "Name": <the name of the attribute>
}
  • For the Syntax value, the following ConfigAttribute.Syntaxes are available: None: 0, CaseIgnoreString: 5, and DistinguishedName = 7.
  • For the Property value, the following ConfigAttribute.Properties are available: None: 0, NonRemovable: 1, Hidden: 2 , PublicRead: 4, ReadOnly: 8, and SingleValued: 16.