| Id |
Pointer to String |
The ID of the Access Profile |
[optional] [readonly] |
| Name |
String |
Name of the Access Profile |
[required] |
| Description |
Pointer to String |
Information about the Access Profile |
[optional] |
| Created |
Pointer to System.DateTime |
Date the Access Profile was created |
[optional] [readonly] |
| Modified |
Pointer to System.DateTime |
Date the Access Profile was last modified. |
[optional] [readonly] |
| Enabled |
Pointer to Boolean |
Whether the Access Profile is enabled. If the Access Profile is enabled then you must include at least one Entitlement. |
[optional] [default to $true] |
| Owner |
OwnerReference |
|
[required] |
| Source |
AccessProfileSourceRef |
|
[required] |
| Entitlements |
Pointer to []EntitlementRef |
A list of entitlements associated with the Access Profile. If enabled is false this is allowed to be empty otherwise it needs to contain at least one Entitlement. |
[optional] |
| Requestable |
Pointer to Boolean |
Whether the Access Profile is requestable via access request. Currently, making an Access Profile non-requestable is only supported for customers enabled with the new Request Center. Otherwise, attempting to create an Access Profile with a value false in this field results in a 400 error. |
[optional] [default to $true] |
| AccessRequestConfig |
Pointer to Requestability |
|
[optional] |
| RevocationRequestConfig |
Pointer to Revocability |
|
[optional] |
| Segments |
Pointer to []String |
List of IDs of segments, if any, to which this Access Profile is assigned. |
[optional] |
| ProvisioningCriteria |
Pointer to ProvisioningCriteriaLevel1 |
|
[optional] |