Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/AttributeDefinitionSchema.md
2025-05-07 14:37:48 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
attribute-definition-schema AttributeDefinitionSchema AttributeDefinitionSchema AttributeDefinitionSchema powershellsdk
powershell
PowerShell
sdk
AttributeDefinitionSchema
AttributeDefinitionSchema
/tools/sdk/powershell/v3/models/attribute-definition-schema
SDK
Software Development Kit
AttributeDefinitionSchema
AttributeDefinitionSchema

AttributeDefinitionSchema

Properties

Name Type Description Notes
Type Enum [ "CONNECTOR_SCHEMA" ] The type of object being referenced [optional]
Id String The object ID this reference applies to. [optional]
Name String The human-readable display name of the object. [optional]

Examples

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

[Back to top]