| Id |
Pointer to String |
The ID of the Access Profile |
[optional] |
| Name |
Pointer to String |
Name of the Access Profile |
[optional] |
| Description |
Pointer to String |
Information about the Access Profile |
[optional] |
| Created |
Pointer to System.DateTime |
Date the Access Profile was created |
[optional] |
| Modified |
Pointer to System.DateTime |
Date the Access Profile was last modified. |
[optional] |
| Disabled |
Pointer to Boolean |
Whether the Access Profile is enabled. |
[optional] [default to $true] |
| Requestable |
Pointer to Boolean |
Whether the Access Profile is requestable via access request. |
[optional] [default to $false] |
| Protected |
Pointer to Boolean |
Whether the Access Profile is protected. |
[optional] [default to $false] |
| OwnerId |
Pointer to String |
The owner ID of the Access Profile |
[optional] |
| SourceId |
Pointer to Int64 |
The source ID of the Access Profile |
[optional] |
| SourceName |
Pointer to String |
The source name of the Access Profile |
[optional] |
| AppId |
Pointer to Int64 |
The source app ID of the Access Profile |
[optional] |
| AppName |
Pointer to String |
The source app name of the Access Profile |
[optional] |
| ApplicationId |
Pointer to String |
The id of the application |
[optional] |
| Type |
Pointer to String |
The type of the access profile |
[optional] |
| Entitlements |
Pointer to []String |
List of IDs of entitlements |
[optional] |
| EntitlementCount |
Pointer to Int32 |
The number of entitlements in the access profile |
[optional] |
| Segments |
Pointer to []String |
List of IDs of segments, if any, to which this Access Profile is assigned. |
[optional] |
| ApprovalSchemes |
Pointer to String |
Comma-separated list of approval schemes. Each approval scheme is one of - manager - appOwner - sourceOwner - accessProfileOwner - workgroup:<workgroupId> |
[optional] |
| RevokeRequestApprovalSchemes |
Pointer to String |
Comma-separated list of revoke request approval schemes. Each approval scheme is one of - manager - sourceOwner - accessProfileOwner - workgroup:<workgroupId> |
[optional] |
| RequestCommentsRequired |
Pointer to Boolean |
Whether the access profile require request comment for access request. |
[optional] [default to $false] |
| DeniedCommentsRequired |
Pointer to Boolean |
Whether denied comment is required when access request is denied. |
[optional] [default to $false] |
| AccountSelector |
Pointer to AccessProfileDetailsAccountSelector |
|
[optional] |