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