When you create a attribute it will be in a staged state. This allows you to configure ruleset conditions or wait for change management approval.
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.
Directory Attribute ID
ActivateDirectoryAttributeRequestData
The body is of type ActivateDirectoryAttributeRequestData · object.
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