Skip to main content

AttributeDefinitionSchema

Properties

NameTypeDescriptionNotes
TypeEnum [ "CONNECTOR_SCHEMA" ]The type of object being referenced[optional]
IdStringThe object ID this reference applies to.[optional]
NameStringThe human-readable display name of the object.[optional]

Examples

  • Prepare the resource
$AttributeDefinitionSchema = Initialize-PSSailpoint.V3AttributeDefinitionSchema  -Type CONNECTOR_SCHEMA `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name group
  • Convert the resource to JSON
$AttributeDefinitionSchema | ConvertTo-JSON

[Back to top]