Documentation Index
Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
CreateDirectoryAttributeRequestData
^drdim_[0-9a-hjkmnp-tv-z]{26}$"drdim_01hq8xyzabc123def456ghi789"
Title Case human readable name
63If this attribute is replacing a previous attribute (ex. due to a rename), you can provide a cosmetic map to the previous record for easier history and audit discovery
^dratr_[0-9a-hjkmnp-tv-z]{26}$"dratr_01hq8xyzabc123def456ghi789"
alpha-dash string that is similar to the name or uses shorthand abbreviations. If not set, the name will be converted to alpha-dash format. This is used for generating group names in email addresses or URL paths
55If this Attribute is generated from a Blueprint, this is the signature of the blueprint when it is created. This allows tracking of which attributes were created from which blueprint version, while allowing the handle and name to be renamed to a more descriptive name based on business needs
"{blueprint_id_last4}-{blueprint_handle}-{dimension_handle}-{attribute_handle}-{ref_id_last4}',"
"bej2-mgr-team-dept-mktg-a1b2"
By default (false) the status is set to STAGED. Set to true to set to ACTIVE. This allows the resource to be created and then activated in a separate step. This prevents the resource from being activated before it is fully configured
DirectoryAttributeDetailedResponseData
"dratr_01hq8xyzabc123def456ghi789"
The state of the directory attribute
staged The record is staged and is only visible to administrators or in the API. Use the activate method during your change window. |
active The record is active. |
expiring The expires_at value is set in the future for the record. You can run the activate action to remove the scheduled expiration. |
expired The expires_at value is in the past and the record was deactivated. |
deactivated The record was deactivated manually by an administrator. |
staged, active, expiring, expired, deactivated "active"
The type of the directory attribute
integration The attribute was imported by the Workspace Integration when attributes_enabled is enabled for a Directory Dimension |
ruleset The custom attribute was created by an administrator to define a reusable set of rules and conditions |
catch The attribute is designed as a catch all for a dimension for users that don't meet the criteria (ex. Unknown) |
integration, ruleset, catch "integration"
The name of the attribute
"Engineering"
The handle of the attribute
"eng"
If this Attribute is generated from a Blueprint, this is the signature of the blueprint when it is created. This allows tracking of which attributes were created from which blueprint version, while allowing the handle and name to be renamed to a more descriptive name based on business needs
"{blueprint_id_last4}-{dimension_id}-{attribute_id}-{ref_id}"
"bbbb-dddd-aaaa-rrrr"
The raw value of the attribute from the Vendor API
"Engineering"
The timestamps for the attribute record
Counts of related resources
Included related resources.
attribute_successor: DirectoryAttributeSummaryResponseData|null, attribute_predecessors: array|null workspace_integration: WorkspaceIntegrationSummaryResponseData|null, directory_dimension: DirectoryDimensionSummaryResponseData|null, policy_ruleset: PolicyRulesetSummaryResponseData|null, policy_rules: array|null, }
API hyperlinks related to the attribute record