mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.2 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-attribute-definition-schema | AttributeDefinitionSchema | AttributeDefinitionSchema | AttributeDefinitionSchema | powershellsdk |
|
/tools/sdk/powershell/beta/models/attribute-definition-schema |
|
AttributeDefinitionSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "CONNECTOR_SCHEMA" ] | The type of object being referenced | [optional] |
| Id | Pointer to String | The object ID this reference applies to. | [optional] |
| Name | Pointer to String | The human-readable display name of the object. | [optional] |
Examples
- Prepare the resource
$AttributeDefinitionSchema = Initialize-PSSailpoint.BetaAttributeDefinitionSchema -Type CONNECTOR_SCHEMA `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name group
- Convert the resource to JSON
$AttributeDefinitionSchema | ConvertTo-JSON