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-BetaAttributeDefinitionSchema  -Type CONNECTOR_SCHEMA `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name group
- Convert the resource to JSON
$AttributeDefinitionSchema | ConvertTo-JSON