update doc files

This commit is contained in:
darrell-thobe-sp
2025-04-01 20:27:18 -04:00
parent 878245edd8
commit 0c80cd4cb7
203 changed files with 419 additions and 419 deletions

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessItemOwnerDto', 'BetaAccessItemO
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item owner's DTO type. | [optional] **Type** | Pointer to **string** | Access item owner's DTO type. | [optional]
**Id** | Pointer to **string** | Access item owner's identity ID. | [optional] **Id** | Pointer to **string** | Access item owner's identity ID. | [optional]
**Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional] **Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional]
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessItemRef', 'BetaAccessItemRef']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | ID of the access item to retrieve the recommendation for. | [optional] **Id** | Pointer to **string** | ID of the access item to retrieve the recommendation for. | [optional]
**Type** | Pointer to **string** | Access item's type. | [optional] **Type** | Pointer to **string** | Access item's type. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessItemRequester', 'BetaAccessItem
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item requester's DTO type. | [optional] **Type** | Pointer to **string** | Access item requester's DTO type. | [optional]
**Id** | Pointer to **string** | Access item requester's identity ID. | [optional] **Id** | Pointer to **string** | Access item requester's identity ID. | [optional]
**Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional] **Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessItemRequesterDto', 'BetaAccessI
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item requester's DTO type. | [optional] **Type** | Pointer to **string** | Access item requester's DTO type. | [optional]
**Id** | Pointer to **string** | Access item requester's identity ID. | [optional] **Id** | Pointer to **string** | Access item requester's identity ID. | [optional]
**Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional] **Name** | Pointer to **string** | Access item owner's human-readable display name. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessItemRequesterDto1', 'BetaAccess
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Access item requester's DTO type. | [optional] **Type** | Pointer to **string** | Access item requester's DTO type. | [optional]
**Id** | Pointer to **string** | Access item requester's identity ID. | [optional] **Id** | Pointer to **string** | Access item requester's identity ID. | [optional]
**Name** | Pointer to **string** | Access item requester's name. | [optional] **Name** | Pointer to **string** | Access item requester's name. | [optional]
## Methods ## Methods

View File

@@ -33,8 +33,8 @@ Name | Type | Description | Notes
**Entitlements** | Pointer to **[]string** | List of IDs of entitlements | [optional] **Entitlements** | Pointer to **[]string** | List of IDs of entitlements | [optional]
**EntitlementCount** | Pointer to **int32** | The number of entitlements in the access profile | [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] **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] **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] **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 **bool** | Whether the access profile require request comment for access request. | [optional] [default to false] **RequestCommentsRequired** | Pointer to **bool** | Whether the access profile require request comment for access request. | [optional] [default to false]
**DeniedCommentsRequired** | Pointer to **bool** | Whether denied comment is required when access request is denied. | [optional] [default to false] **DeniedCommentsRequired** | Pointer to **bool** | Whether denied comment is required when access request is denied. | [optional] [default to false]
**AccountSelector** | Pointer to [**AccessProfileDetailsAccountSelector**](access-profile-details-account-selector) | | [optional] **AccountSelector** | Pointer to [**AccessProfileDetailsAccountSelector**](access-profile-details-account-selector) | | [optional]

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessProfileRef', 'BetaAccessProfile
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | ID of the Access Profile | [optional] **Id** | Pointer to **string** | ID of the Access Profile | [optional]
**Type** | Pointer to **string** | Type of requested object. This field must be either left null or set to 'ACCESS_PROFILE' when creating an Access Profile, otherwise a 400 Bad Request error will result. | [optional] **Type** | Pointer to **string** | Type of requested object. This field must be either left null or set to 'ACCESS_PROFILE' when creating an Access Profile, otherwise a 400 Bad Request error will result. | [optional]
**Name** | Pointer to **string** | Human-readable display name of the Access Profile. This field is ignored on input. | [optional] **Name** | Pointer to **string** | Human-readable display name of the Access Profile. This field is ignored on input. | [optional]
## Methods ## Methods

View File

@@ -17,7 +17,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Identifier of Access Profile in bulk update request. | **Id** | **string** | Identifier of Access Profile in bulk update request. |
**Requestable** | **bool** | Access Profile requestable or not. | **Requestable** | **bool** | Access Profile requestable or not. |
**Status** | **string** | The HTTP response status code returned for an individual Access Profile that is requested for update during a bulk update operation. > 201 - Access profile is updated successfully. > 404 - Access profile not found. | **Status** | **string** | The HTTP response status code returned for an individual Access Profile that is requested for update during a bulk update operation. > 201 - Access profile is updated successfully. > 404 - Access profile not found. |
**Description** | Pointer to **string** | Human readable status description and containing additional context information about success or failures etc. | [optional] **Description** | Pointer to **string** | Human readable status description and containing additional context information about success or failures etc. | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequest', 'BetaAccessRequest']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**RequestedFor** | **[]string** | A list of Identity IDs for whom the Access is requested. If it's a Revoke request, there can only be one Identity ID. | **RequestedFor** | **[]string** | A list of Identity IDs for whom the Access is requested. If it's a Revoke request, there can only be one Identity ID. |
**RequestType** | Pointer to [**NullableAccessRequestType**](access-request-type) | | [optional] **RequestType** | Pointer to [**NullableAccessRequestType**](access-request-type) | | [optional]
**RequestedItems** | [**[]AccessRequestItem**](access-request-item) | | **RequestedItems** | [**[]AccessRequestItem**](access-request-item) | |
**ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities. | [optional] **ClientMetadata** | Pointer to **map[string]string** | Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on associated APIs such as /account-activities. | [optional]

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestConfig', 'BetaAccessRequ
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**ApprovalsMustBeExternal** | Pointer to **bool** | If this is true, approvals must be processed by an external system. Also, if this is true, it blocks Request Center access requests and returns an error for any user who isn't an org admin. | [optional] [default to false] **ApprovalsMustBeExternal** | Pointer to **bool** | If this is true, approvals must be processed by an external system. Also, if this is true, it blocks Request Center access requests and returns an error for any user who isn't an org admin. | [optional] [default to false]
**AutoApprovalEnabled** | Pointer to **bool** | If this is true and the requester and reviewer are the same, the request is automatically approved. | [optional] [default to false] **AutoApprovalEnabled** | Pointer to **bool** | If this is true and the requester and reviewer are the same, the request is automatically approved. | [optional] [default to false]
**ReauthorizationEnabled** | Pointer to **bool** | If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state. | [optional] [default to false] **ReauthorizationEnabled** | Pointer to **bool** | If this is true, reauthorization will be enforced for appropriately configured access items. Enablement of this feature is currently in a limited state. | [optional] [default to false]
**RequestOnBehalfOfConfig** | Pointer to [**RequestOnBehalfOfConfig**](request-on-behalf-of-config) | | [optional] **RequestOnBehalfOfConfig** | Pointer to [**RequestOnBehalfOfConfig**](request-on-behalf-of-config) | | [optional]

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApprover', 'BetaA
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**AccessRequestId** | **string** | Unique ID of the access request object. You can use this ID with the [Access Request Status endpoint](https://developer.sailpoint.com/idn/api/beta/list-access-request-status) to get the request's status. | **AccessRequestId** | **string** | Unique ID of the access request object. You can use this ID with the [Access Request Status endpoint](https://developer.sailpoint.com/idn/api/beta/list-access-request-status) to get the request's status. |
**RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities access was requested for. | **RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities access was requested for. |
**RequestedItems** | [**[]AccessRequestDynamicApproverRequestedItemsInner**](access-request-dynamic-approver-requested-items-inner) | Requested access items. | **RequestedItems** | [**[]AccessRequestDynamicApproverRequestedItemsInner**](access-request-dynamic-approver-requested-items-inner) | Requested access items. |
**RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | | **RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | |

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestDynamicApproverRequested
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Access item's unique identifier. | **Id** | **string** | Access item's unique identifier. |
**Name** | **string** | Access item's name. | **Name** | **string** | Access item's name. |
**Description** | Pointer to **NullableString** | Access item's extended description. | [optional] **Description** | Pointer to **NullableString** | Access item's extended description. | [optional]
**Type** | **map[string]interface{}** | Type of access item being requested. | **Type** | **map[string]interface{}** | Type of access item being requested. |
**Operation** | **map[string]interface{}** | Action to perform on the requested access item. | **Operation** | **map[string]interface{}** | Action to perform on the requested access item. |
**Comment** | Pointer to **NullableString** | Comment from the requester about why the access is necessary. | [optional] **Comment** | Pointer to **NullableString** | Comment from the requester about why the access is necessary. | [optional]

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApproval', 'BetaAcce
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**AccessRequestId** | **string** | Access request's unique ID. | **AccessRequestId** | **string** | Access request's unique ID. |
**RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities whom access was requested for. | **RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities whom access was requested for. |
**RequestedItemsStatus** | [**[]AccessRequestPostApprovalRequestedItemsStatusInner**](access-request-post-approval-requested-items-status-inner) | Details about the outcome of each requested access item. | **RequestedItemsStatus** | [**[]AccessRequestPostApprovalRequestedItemsStatusInner**](access-request-post-approval-requested-items-status-inner) | Details about the outcome of each requested access item. |
**RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | | **RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | |

View File

@@ -15,10 +15,10 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedIte
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Access item's unique ID. | **Id** | **string** | Access item's unique ID. |
**Name** | **string** | Access item's name. | **Name** | **string** | Access item's name. |
**Description** | Pointer to **NullableString** | Access item's description. | [optional] **Description** | Pointer to **NullableString** | Access item's description. | [optional]
**Type** | **map[string]interface{}** | Access item's type. | **Type** | **map[string]interface{}** | Access item's type. |
**Operation** | **map[string]interface{}** | Action to perform on the requested access item. | **Operation** | **map[string]interface{}** | Action to perform on the requested access item. |
**Comment** | Pointer to **NullableString** | Comment from the identity requesting access. | [optional] **Comment** | Pointer to **NullableString** | Comment from the identity requesting access. | [optional]
**ClientMetadata** | Pointer to **map[string]interface{}** | Additional customer defined metadata about the access item. | [optional] **ClientMetadata** | Pointer to **map[string]interface{}** | Additional customer defined metadata about the access item. | [optional]

View File

@@ -15,10 +15,10 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestPostApprovalRequestedIte
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**ApprovalComment** | Pointer to **NullableString** | Approver's comment. | [optional] **ApprovalComment** | Pointer to **NullableString** | Approver's comment. | [optional]
**ApprovalDecision** | **map[string]interface{}** | Approver's final decision. | **ApprovalDecision** | **map[string]interface{}** | Approver's final decision. |
**ApproverName** | **string** | Approver's name. | **ApproverName** | **string** | Approver's name. |
**Approver** | [**AccessItemApproverDto**](access-item-approver-dto) | Approver's identity. | **Approver** | [**AccessItemApproverDto**](access-item-approver-dto) | Approver's identity. |
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApproval', 'BetaAcces
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**AccessRequestId** | **string** | Access request's unique ID. | **AccessRequestId** | **string** | Access request's unique ID. |
**RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities whom access was requested for. | **RequestedFor** | [**[]AccessItemRequestedForDto1**](access-item-requested-for-dto1) | Identities whom access was requested for. |
**RequestedItems** | [**[]AccessRequestPreApprovalRequestedItemsInner**](access-request-pre-approval-requested-items-inner) | Details about each requested access item. | **RequestedItems** | [**[]AccessRequestPreApprovalRequestedItemsInner**](access-request-pre-approval-requested-items-inner) | Details about each requested access item. |
**RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | | **RequestedBy** | [**AccessItemRequesterDto1**](access-item-requester-dto1) | |

View File

@@ -15,10 +15,10 @@ tags: ['SDK', 'Software Development Kit', 'AccessRequestPreApprovalRequestedItem
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Access item's unique ID. | **Id** | **string** | Access item's unique ID. |
**Name** | **string** | Access item's name. | **Name** | **string** | Access item's name. |
**Description** | Pointer to **NullableString** | Access item's description. | [optional] **Description** | Pointer to **NullableString** | Access item's description. | [optional]
**Type** | **map[string]interface{}** | Access item's type. | **Type** | **map[string]interface{}** | Access item's type. |
**Operation** | **map[string]interface{}** | Action to perform on the access item. | **Operation** | **map[string]interface{}** | Action to perform on the access item. |
**Comment** | Pointer to **NullableString** | Comment from the identity requesting access. | [optional] **Comment** | Pointer to **NullableString** | Comment from the identity requesting access. | [optional]

View File

@@ -40,7 +40,7 @@ Name | Type | Description | Notes
**HasEntitlements** | **bool** | Indicates if the account has entitlements | **HasEntitlements** | **bool** | Indicates if the account has entitlements |
**Identity** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional] **Identity** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional]
**SourceOwner** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional] **SourceOwner** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional]
**Features** | Pointer to **NullableString** | A string list containing the owning source's features | [optional] **Features** | Pointer to **NullableString** | A string list containing the owning source's features | [optional]
**Origin** | Pointer to **NullableString** | The origin of the account either aggregated or provisioned | [optional] **Origin** | Pointer to **NullableString** | The origin of the account either aggregated or provisioned | [optional]
**OwnerIdentity** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional] **OwnerIdentity** | Pointer to [**BaseReferenceDto**](base-reference-dto) | | [optional]

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'AccountAction', 'BetaAccountAction']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Action** | Pointer to **string** | Describes if action will be enabled or disabled | [optional] **Action** | Pointer to **string** | Describes if action will be enabled or disabled | [optional]
**SourceIds** | Pointer to **[]string** | List of source IDs. The sources must have the ENABLE feature or flat file source. See \"/sources\" endpoint for source features. | [optional] **SourceIds** | Pointer to **[]string** | List of source IDs. The sources must have the ENABLE feature or flat file source. See \"/sources\" endpoint for source features. | [optional]
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompleted', 'BetaAc
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Source** | [**AccountAggregationCompletedSource**](account-aggregation-completed-source) | | **Source** | [**AccountAggregationCompletedSource**](account-aggregation-completed-source) | |
**Status** | **map[string]interface{}** | Aggregation's overall status. | **Status** | **map[string]interface{}** | Aggregation's overall status. |
**Started** | **time.Time** | Date and time when the account aggregation started. | **Started** | **time.Time** | Date and time when the account aggregation started. |
**Completed** | **time.Time** | Date and time when the account aggregation finished. | **Completed** | **time.Time** | Date and time when the account aggregation finished. |
**Errors** | **[]string** | List of errors that occurred during the aggregation. | **Errors** | **[]string** | List of errors that occurred during the aggregation. |

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompletedSource', '
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | **string** | Source's DTO type. | **Type** | **string** | Source's DTO type. |
**Id** | **string** | Source's unique ID. | **Id** | **string** | Source's unique ID. |
**Name** | **string** | Source's name. | **Name** | **string** | Source's name. |
## Methods ## Methods

View File

@@ -18,7 +18,7 @@ Name | Type | Description | Notes
**Scanned** | **int32** | Number of accounts scanned/iterated over. | **Scanned** | **int32** | Number of accounts scanned/iterated over. |
**Unchanged** | **int32** | Number of accounts that existed before but had no changes. | **Unchanged** | **int32** | Number of accounts that existed before but had no changes. |
**Changed** | **int32** | Number of accounts that existed before but had changes. | **Changed** | **int32** | Number of accounts that existed before but had changes. |
**Added** | **int32** | Number of accounts that are new and didn't previously exist. | **Added** | **int32** | Number of accounts that are new and didn't previously exist. |
**Removed** | **int32** | Number accounts that existed before but were removed and no longer exist. | **Removed** | **int32** | Number accounts that existed before but were removed and no longer exist. |
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'AccountAttributesChangedAccount', 'Be
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | SailPoint generated unique identifier. | **Id** | **string** | SailPoint generated unique identifier. |
**Uuid** | **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | **Uuid** | **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. |
**Name** | **string** | Name of the account. | **Name** | **string** | Name of the account. |
**NativeIdentity** | **string** | Unique ID of the account on the source. | **NativeIdentity** | **string** | Unique ID of the account on the source. |
**Type** | **map[string]interface{}** | The type of the account | **Type** | **map[string]interface{}** | The type of the account |

View File

@@ -15,11 +15,11 @@ tags: ['SDK', 'Software Development Kit', 'AccountCorrelatedAccount', 'BetaAccou
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | **string** | The correlated account's DTO type. | **Type** | **string** | The correlated account's DTO type. |
**Id** | **string** | The correlated account's ID. | **Id** | **string** | The correlated account's ID. |
**Name** | **string** | The correlated account's display name. | **Name** | **string** | The correlated account's display name. |
**NativeIdentity** | **string** | Unique ID of the account on the source. | **NativeIdentity** | **string** | Unique ID of the account on the source. |
**Uuid** | Pointer to **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | [optional] **Uuid** | Pointer to **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | [optional]
## Methods ## Methods

View File

@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**SourceId** | Pointer to **string** | the ID of the source for this account | [optional] **SourceId** | Pointer to **string** | the ID of the source for this account | [optional]
**SourceName** | Pointer to **string** | the name of the source for this account | [optional] **SourceName** | Pointer to **string** | the name of the source for this account | [optional]
**EntitlementCount** | Pointer to **int32** | the number of entitlements on this account | [optional] **EntitlementCount** | Pointer to **int32** | the number of entitlements on this account | [optional]
**AccessType** | Pointer to **string** | this value is always \"account\" | [optional] **AccessType** | Pointer to **string** | this value is always \"account\" | [optional]
## Methods ## Methods

View File

@@ -15,11 +15,11 @@ tags: ['SDK', 'Software Development Kit', 'AccountUncorrelatedAccount', 'BetaAcc
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | **map[string]interface{}** | Uncorrelated account's DTO type. | **Type** | **map[string]interface{}** | Uncorrelated account's DTO type. |
**Id** | **string** | Uncorrelated account's ID. | **Id** | **string** | Uncorrelated account's ID. |
**Name** | **string** | Uncorrelated account's display name. | **Name** | **string** | Uncorrelated account's display name. |
**NativeIdentity** | **string** | Unique ID of the account on the source. | **NativeIdentity** | **string** | Unique ID of the account on the source. |
**Uuid** | Pointer to **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | [optional] **Uuid** | Pointer to **NullableString** | The source's unique identifier for the account. UUID is generated by the source system. | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'ActivateCampaignOptions', 'BetaActiva
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**TimeZone** | Pointer to **string** | The timezone must be in a valid ISO 8601 format. Timezones in ISO 8601 are represented as UTC (represented as 'Z') or as an offset from UTC. The offset format can be +/-hh:mm, +/-hhmm, or +/-hh. | [optional] [default to "Z"] **TimeZone** | Pointer to **string** | The timezone must be in a valid ISO 8601 format. Timezones in ISO 8601 are represented as UTC (represented as 'Z') or as an offset from UTC. The offset format can be +/-hh:mm, +/-hhmm, or +/-hh. | [optional] [default to "Z"]
## Methods ## Methods

View File

@@ -15,12 +15,12 @@ tags: ['SDK', 'Software Development Kit', 'ApprovalItemDetails', 'BetaApprovalIt
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The approval item's ID | [optional] **Id** | Pointer to **string** | The approval item's ID | [optional]
**Account** | Pointer to **NullableString** | The account referenced by the approval item | [optional] **Account** | Pointer to **NullableString** | The account referenced by the approval item | [optional]
**Application** | Pointer to **string** | The name of the application/source | [optional] **Application** | Pointer to **string** | The name of the application/source | [optional]
**Name** | Pointer to **NullableString** | The attribute's name | [optional] **Name** | Pointer to **NullableString** | The attribute's name | [optional]
**Operation** | Pointer to **string** | The attribute's operation | [optional] **Operation** | Pointer to **string** | The attribute's operation | [optional]
**Value** | Pointer to **NullableString** | The attribute's value | [optional] **Value** | Pointer to **NullableString** | The attribute's value | [optional]
**State** | Pointer to [**NullableWorkItemState**](work-item-state) | | [optional] **State** | Pointer to [**NullableWorkItemState**](work-item-state) | | [optional]
## Methods ## Methods

View File

@@ -15,12 +15,12 @@ tags: ['SDK', 'Software Development Kit', 'ApprovalItems', 'BetaApprovalItems']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The approval item's ID | [optional] **Id** | Pointer to **string** | The approval item's ID | [optional]
**Account** | Pointer to **NullableString** | The account referenced by the approval item | [optional] **Account** | Pointer to **NullableString** | The account referenced by the approval item | [optional]
**Application** | Pointer to **string** | The name of the application/source | [optional] **Application** | Pointer to **string** | The name of the application/source | [optional]
**Name** | Pointer to **NullableString** | The attribute's name | [optional] **Name** | Pointer to **NullableString** | The attribute's name | [optional]
**Operation** | Pointer to **string** | The attribute's operation | [optional] **Operation** | Pointer to **string** | The attribute's operation | [optional]
**Value** | Pointer to **NullableString** | The attribute's value | [optional] **Value** | Pointer to **NullableString** | The attribute's value | [optional]
**State** | Pointer to [**NullableWorkItemState**](work-item-state) | | [optional] **State** | Pointer to [**NullableWorkItemState**](work-item-state) | | [optional]
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'ApprovalStatusDtoOriginalOwner', 'Bet
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of original approval owner's identity. | [optional] **Type** | Pointer to **string** | DTO type of original approval owner's identity. | [optional]
**Id** | Pointer to **string** | ID of original approval owner's identity. | [optional] **Id** | Pointer to **string** | ID of original approval owner's identity. | [optional]
**Name** | Pointer to **string** | Display name of original approval owner. | [optional] **Name** | Pointer to **string** | Display name of original approval owner. | [optional]
## Methods ## Methods

View File

@@ -19,8 +19,8 @@ Name | Type | Description | Notes
**Name** | Pointer to **string** | The display name of the key. | [optional] **Name** | Pointer to **string** | The display name of the key. | [optional]
**Multiselect** | Pointer to **bool** | Indicates whether the attribute can have multiple values. | [optional] [default to false] **Multiselect** | Pointer to **bool** | Indicates whether the attribute can have multiple values. | [optional] [default to false]
**Status** | Pointer to **string** | The status of the Attribute. | [optional] **Status** | Pointer to **string** | The status of the Attribute. | [optional]
**Type** | Pointer to **string** | The type of the Attribute. This can be either \"custom\" or \"governance\". | [optional] **Type** | Pointer to **string** | The type of the Attribute. This can be either \"custom\" or \"governance\". | [optional]
**ObjectTypes** | Pointer to **[]string** | An array of object types this attributes values can be applied to. Possible values are \"all\" or \"entitlement\". Value \"all\" means this attribute can be used with all object types that are supported. | [optional] **ObjectTypes** | Pointer to **[]string** | An array of object types this attributes values can be applied to. Possible values are \"all\" or \"entitlement\". Value \"all\" means this attribute can be used with all object types that are supported. | [optional]
**Description** | Pointer to **string** | The description of the Attribute. | [optional] **Description** | Pointer to **string** | The description of the Attribute. | [optional]
**Values** | Pointer to [**[]AttributeValueDTO**](attribute-value-dto) | | [optional] **Values** | Pointer to [**[]AttributeValueDTO**](attribute-value-dto) | | [optional]

View File

@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**Description** | Pointer to **string** | A human-readable description of the attribute. | [optional] **Description** | Pointer to **string** | A human-readable description of the attribute. | [optional]
**IsMulti** | Pointer to **bool** | Flag indicating whether or not the attribute is multi-valued. | [optional] [default to false] **IsMulti** | Pointer to **bool** | Flag indicating whether or not the attribute is multi-valued. | [optional] [default to false]
**IsEntitlement** | Pointer to **bool** | Flag indicating whether or not the attribute is an entitlement. | [optional] [default to false] **IsEntitlement** | Pointer to **bool** | Flag indicating whether or not the attribute is an entitlement. | [optional] [default to false]
**IsGroup** | Pointer to **bool** | Flag indicating whether or not the attribute represents a group. This can only be `true` if `isEntitlement` is also `true` **and** there is a schema defined for the attribute. | [optional] [default to false] **IsGroup** | Pointer to **bool** | Flag indicating whether or not the attribute represents a group. This can only be `true` if `isEntitlement` is also `true` **and** there is a schema defined for the attribute. | [optional] [default to false]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'BulkWorkgroupMembersRequestInner', 'B
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Identity's DTO type. | [optional] **Type** | Pointer to **string** | Identity's DTO type. | [optional]
**Id** | Pointer to **string** | Identity ID. | [optional] **Id** | Pointer to **string** | Identity ID. | [optional]
**Name** | Pointer to **string** | Identity's display name. | [optional] **Name** | Pointer to **string** | Identity's display name. | [optional]
## Methods ## Methods

View File

@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'Campaign', 'BetaCampaign']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Id of the campaign | [optional] [readonly] **Id** | Pointer to **string** | Id of the campaign | [optional] [readonly]
**Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. | **Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
**Description** | **string** | The campaign description. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. | **Description** | **string** | The campaign description. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
**Deadline** | Pointer to **time.Time** | The campaign's completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional] **Deadline** | Pointer to **time.Time** | The campaign's completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional]
**Type** | **string** | The type of campaign. Could be extended in the future. | **Type** | **string** | The type of campaign. Could be extended in the future. |
**EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false] **EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false]
**AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false] **AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false]
**RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false] **RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false]
**Status** | Pointer to **string** | The campaign's current status. | [optional] [readonly] **Status** | Pointer to **string** | The campaign's current status. | [optional] [readonly]
**CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional] **CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional]
**Created** | Pointer to **time.Time** | Created time of the campaign | [optional] [readonly] **Created** | Pointer to **time.Time** | Created time of the campaign | [optional] [readonly]
**TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly] **TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly]
@@ -36,7 +36,7 @@ Name | Type | Description | Notes
**SearchCampaignInfo** | Pointer to [**FullcampaignAllOfSearchCampaignInfo**](fullcampaign-all-of-search-campaign-info) | | [optional] **SearchCampaignInfo** | Pointer to [**FullcampaignAllOfSearchCampaignInfo**](fullcampaign-all-of-search-campaign-info) | | [optional]
**RoleCompositionCampaignInfo** | Pointer to [**FullcampaignAllOfRoleCompositionCampaignInfo**](fullcampaign-all-of-role-composition-campaign-info) | | [optional] **RoleCompositionCampaignInfo** | Pointer to [**FullcampaignAllOfRoleCompositionCampaignInfo**](fullcampaign-all-of-role-composition-campaign-info) | | [optional]
**MachineAccountCampaignInfo** | Pointer to [**FullcampaignAllOfMachineAccountCampaignInfo**](fullcampaign-all-of-machine-account-campaign-info) | | [optional] **MachineAccountCampaignInfo** | Pointer to [**FullcampaignAllOfMachineAccountCampaignInfo**](fullcampaign-all-of-machine-account-campaign-info) | | [optional]
**SourcesWithOrphanEntitlements** | Pointer to [**[]FullcampaignAllOfSourcesWithOrphanEntitlements**](fullcampaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\"orphan entitlements\\\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly] **SourcesWithOrphanEntitlements** | Pointer to [**[]FullcampaignAllOfSourcesWithOrphanEntitlements**](fullcampaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\"orphan entitlements\\\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly]
**MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional] **MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional]
## Methods ## Methods

View File

@@ -15,15 +15,15 @@ tags: ['SDK', 'Software Development Kit', 'CampaignActivatedCampaign', 'BetaCamp
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Campaign's unique ID. | **Id** | **string** | Campaign's unique ID. |
**Name** | **string** | Campaign's name. | **Name** | **string** | Campaign's name. |
**Description** | **string** | Campaign's extended description. | **Description** | **string** | Campaign's extended description. |
**Created** | **time.Time** | Date and time when the campaign was created. | **Created** | **time.Time** | Date and time when the campaign was created. |
**Modified** | Pointer to **NullableTime** | Date and time when the campaign was last modified. | [optional] **Modified** | Pointer to **NullableTime** | Date and time when the campaign was last modified. | [optional]
**Deadline** | **time.Time** | Date and time when the campaign is due. | **Deadline** | **time.Time** | Date and time when the campaign is due. |
**Type** | **map[string]interface{}** | Campaign's type. | **Type** | **map[string]interface{}** | Campaign's type. |
**CampaignOwner** | [**CampaignActivatedCampaignCampaignOwner**](campaign-activated-campaign-campaign-owner) | | **CampaignOwner** | [**CampaignActivatedCampaignCampaignOwner**](campaign-activated-campaign-campaign-owner) | |
**Status** | **map[string]interface{}** | Campaign's current status. | **Status** | **map[string]interface{}** | Campaign's current status. |
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'CampaignActivatedCampaignCampaignOwne
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Identity's unique ID. | **Id** | **string** | Identity's unique ID. |
**DisplayName** | **string** | Identity's name. | **DisplayName** | **string** | Identity's name. |
**Email** | **string** | Identity's primary email address. | **Email** | **string** | Identity's primary email address. |
## Methods ## Methods

View File

@@ -15,15 +15,15 @@ tags: ['SDK', 'Software Development Kit', 'CampaignEndedCampaign', 'BetaCampaign
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Campaign's unique ID for the campaign. | **Id** | **string** | Campaign's unique ID for the campaign. |
**Name** | **string** | Campaign's unique ID. | **Name** | **string** | Campaign's unique ID. |
**Description** | **string** | Campaign's extended description. | **Description** | **string** | Campaign's extended description. |
**Created** | **time.Time** | Date and time when the campaign was created. | **Created** | **time.Time** | Date and time when the campaign was created. |
**Modified** | Pointer to **NullableTime** | Date and time when the campaign was last modified. | [optional] **Modified** | Pointer to **NullableTime** | Date and time when the campaign was last modified. | [optional]
**Deadline** | **time.Time** | Date and time when the campaign is due. | **Deadline** | **time.Time** | Date and time when the campaign is due. |
**Type** | **map[string]interface{}** | Campaign's type. | **Type** | **map[string]interface{}** | Campaign's type. |
**CampaignOwner** | [**CampaignActivatedCampaignCampaignOwner**](campaign-activated-campaign-campaign-owner) | | **CampaignOwner** | [**CampaignActivatedCampaignCampaignOwner**](campaign-activated-campaign-campaign-owner) | |
**Status** | **map[string]interface{}** | Campaign's current status. | **Status** | **map[string]interface{}** | Campaign's current status. |
## Methods ## Methods

View File

@@ -15,15 +15,15 @@ tags: ['SDK', 'Software Development Kit', 'CampaignGeneratedCampaign', 'BetaCamp
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Campaign's unique ID. | **Id** | **string** | Campaign's unique ID. |
**Name** | **string** | Campaign's name. | **Name** | **string** | Campaign's name. |
**Description** | **string** | Campaign's extended description. | **Description** | **string** | Campaign's extended description. |
**Created** | **time.Time** | Date and time when the campaign was created. | **Created** | **time.Time** | Date and time when the campaign was created. |
**Modified** | Pointer to **NullableString** | Date and time when the campaign was last modified. | [optional] **Modified** | Pointer to **NullableString** | Date and time when the campaign was last modified. | [optional]
**Deadline** | Pointer to **NullableString** | Date and time when the campaign must be finished. | [optional] **Deadline** | Pointer to **NullableString** | Date and time when the campaign must be finished. | [optional]
**Type** | **map[string]interface{}** | Campaign's type. | **Type** | **map[string]interface{}** | Campaign's type. |
**CampaignOwner** | [**CampaignGeneratedCampaignCampaignOwner**](campaign-generated-campaign-campaign-owner) | | **CampaignOwner** | [**CampaignGeneratedCampaignCampaignOwner**](campaign-generated-campaign-campaign-owner) | |
**Status** | **map[string]interface{}** | Campaign's current status. | **Status** | **map[string]interface{}** | Campaign's current status. |
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'CampaignGeneratedCampaignCampaignOwne
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Identity's unique ID. | **Id** | **string** | Identity's unique ID. |
**DisplayName** | **string** | Identity's name. | **DisplayName** | **string** | Identity's name. |
**Email** | **string** | Identity's primary email address. | **Email** | **string** | Identity's primary email address. |
## Methods ## Methods

View File

@@ -16,13 +16,13 @@ tags: ['SDK', 'Software Development Kit', 'CampaignTemplate', 'BetaCampaignTempl
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Id of the campaign template | [optional] **Id** | Pointer to **string** | Id of the campaign template | [optional]
**Name** | **string** | This template's name. Has no bearing on generated campaigns' names. | **Name** | **string** | This template's name. Has no bearing on generated campaigns' names. |
**Description** | **string** | This template's description. Has no bearing on generated campaigns' descriptions. | **Description** | **string** | This template's description. Has no bearing on generated campaigns' descriptions. |
**Created** | **time.Time** | Creation date of Campaign Template | [readonly] **Created** | **time.Time** | Creation date of Campaign Template | [readonly]
**Modified** | **NullableTime** | Modification date of Campaign Template | [readonly] **Modified** | **NullableTime** | Modification date of Campaign Template | [readonly]
**Scheduled** | Pointer to **bool** | Indicates if this campaign template has been scheduled. | [optional] [readonly] [default to false] **Scheduled** | Pointer to **bool** | Indicates if this campaign template has been scheduled. | [optional] [readonly] [default to false]
**OwnerRef** | Pointer to [**CampaignTemplateOwnerRef**](campaign-template-owner-ref) | | [optional] **OwnerRef** | Pointer to [**CampaignTemplateOwnerRef**](campaign-template-owner-ref) | | [optional]
**DeadlineDuration** | Pointer to **string** | The time period during which the campaign should be completed, formatted as an ISO-8601 Duration. When this template generates a campaign, the campaign's deadline will be the current date plus this duration. For example, if generation occurred on 2020-01-01 and this field was \"P2W\" (two weeks), the resulting campaign's deadline would be 2020-01-15 (the current date plus 14 days). | [optional] **DeadlineDuration** | Pointer to **string** | The time period during which the campaign should be completed, formatted as an ISO-8601 Duration. When this template generates a campaign, the campaign's deadline will be the current date plus this duration. For example, if generation occurred on 2020-01-01 and this field was \"P2W\" (two weeks), the resulting campaign's deadline would be 2020-01-15 (the current date plus 14 days). | [optional]
**Campaign** | [**Campaign**](campaign) | | **Campaign** | [**Campaign**](campaign) | |
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'CertificationSignedOffCertification',
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | **string** | Certification's unique ID. | **Id** | **string** | Certification's unique ID. |
**Name** | **string** | Certification's name. | **Name** | **string** | Certification's name. |
**Created** | **time.Time** | Date and time when the certification was created. | **Created** | **time.Time** | Date and time when the certification was created. |
**Modified** | Pointer to **NullableTime** | Date and time when the certification was last modified. | [optional] **Modified** | Pointer to **NullableTime** | Date and time when the certification was last modified. | [optional]
**CampaignRef** | [**CampaignReference**](campaign-reference) | | **CampaignRef** | [**CampaignReference**](campaign-reference) | |

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'ClientLogConfiguration', 'BetaClientL
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**ClientId** | Pointer to **string** | Log configuration's client ID | [optional] **ClientId** | Pointer to **string** | Log configuration's client ID | [optional]
**DurationMinutes** | **int32** | Duration in minutes for log configuration to remain in effect before resetting to defaults | **DurationMinutes** | **int32** | Duration in minutes for log configuration to remain in effect before resetting to defaults |
**Expiration** | Pointer to **time.Time** | Expiration date-time of the log configuration request | [optional] **Expiration** | Pointer to **time.Time** | Expiration date-time of the log configuration request | [optional]
**RootLevel** | [**StandardLevel**](standard-level) | | **RootLevel** | [**StandardLevel**](standard-level) | |

View File

@@ -17,8 +17,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**AccessRequestIds** | **[]string** | Access Request IDs for the requests to be closed. Accepts 1-500 Identity Request IDs per request. | **AccessRequestIds** | **[]string** | Access Request IDs for the requests to be closed. Accepts 1-500 Identity Request IDs per request. |
**Message** | Pointer to **string** | Reason for closing the access request. Displayed under Warnings in IdentityNow. | [optional] [default to "The IdentityNow Administrator manually closed this request."] **Message** | Pointer to **string** | Reason for closing the access request. Displayed under Warnings in IdentityNow. | [optional] [default to "The IdentityNow Administrator manually closed this request."]
**ExecutionStatus** | Pointer to **string** | The request's provisioning status. Displayed as Stage in IdentityNow. | [optional] [default to "Terminated"] **ExecutionStatus** | Pointer to **string** | The request's provisioning status. Displayed as Stage in IdentityNow. | [optional] [default to "Terminated"]
**CompletionStatus** | Pointer to **string** | The request's overall status. Displayed as Status in IdentityNow. | [optional] [default to "Failure"] **CompletionStatus** | Pointer to **string** | The request's overall status. Displayed as Status in IdentityNow. | [optional] [default to "Failure"]
## Methods ## Methods

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
**Owner** | Pointer to [**AccessItemOwnerDto**](access-item-owner-dto) | | [optional] **Owner** | Pointer to [**AccessItemOwnerDto**](access-item-owner-dto) | | [optional]
**RequestedObject** | Pointer to [**RequestableObjectReference**](requestable-object-reference) | | [optional] **RequestedObject** | Pointer to [**RequestableObjectReference**](requestable-object-reference) | | [optional]
**RequesterComment** | Pointer to [**CommentDto1**](comment-dto1) | | [optional] **RequesterComment** | Pointer to [**CommentDto1**](comment-dto1) | | [optional]
**ReviewerComment** | Pointer to [**NullableCommentDto**](comment-dto) | The approval's reviewer's comment. | [optional] **ReviewerComment** | Pointer to [**NullableCommentDto**](comment-dto) | The approval's reviewer's comment. | [optional]
**PreviousReviewersComments** | Pointer to [**[]CommentDto1**](comment-dto1) | The history of the previous reviewers comments. | [optional] **PreviousReviewersComments** | Pointer to [**[]CommentDto1**](comment-dto1) | The history of the previous reviewers comments. | [optional]
**ForwardHistory** | Pointer to [**[]ApprovalForwardHistory**](approval-forward-history) | The history of approval forward action. | [optional] **ForwardHistory** | Pointer to [**[]ApprovalForwardHistory**](approval-forward-history) | The history of approval forward action. | [optional]
**CommentRequiredWhenRejected** | Pointer to **bool** | When true the rejector has to provide comments when rejecting | [optional] [default to false] **CommentRequiredWhenRejected** | Pointer to **bool** | When true the rejector has to provide comments when rejecting | [optional] [default to false]

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'ConditionEffectConfig', 'BetaConditio
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**DefaultValueLabel** | Pointer to **string** | Effect type's label. | [optional] **DefaultValueLabel** | Pointer to **string** | Effect type's label. | [optional]
**Element** | Pointer to **string** | Element's identifier. | [optional] **Element** | Pointer to **string** | Element's identifier. | [optional]
## Methods ## Methods

View File

@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**SourceConfigXml** | Pointer to **string** | XML representation of the source config data | [optional] **SourceConfigXml** | Pointer to **string** | XML representation of the source config data | [optional]
**SourceConfig** | Pointer to **string** | JSON representation of the source config data | [optional] **SourceConfig** | Pointer to **string** | JSON representation of the source config data | [optional]
**DirectConnect** | Pointer to **bool** | true if the source is a direct connect source | [optional] **DirectConnect** | Pointer to **bool** | true if the source is a direct connect source | [optional]
**FileUpload** | Pointer to **bool** | Connector config's file upload attribute, false if not there | [optional] **FileUpload** | Pointer to **bool** | Connector config's file upload attribute, false if not there | [optional]
**UploadedFiles** | Pointer to **string** | List of uploaded file strings for the connector | [optional] **UploadedFiles** | Pointer to **string** | List of uploaded file strings for the connector | [optional]
**ConnectorMetadata** | Pointer to **map[string]interface{}** | Object containing metadata pertinent to the UI to be used | [optional] **ConnectorMetadata** | Pointer to **map[string]interface{}** | Object containing metadata pertinent to the UI to be used | [optional]

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'ConnectorRuleCreateRequest', 'BetaCon
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Name** | **string** | the name of the rule | **Name** | **string** | the name of the rule |
**Description** | Pointer to **string** | a description of the rule's purpose | [optional] **Description** | Pointer to **string** | a description of the rule's purpose | [optional]
**Type** | **string** | the type of rule | **Type** | **string** | the type of rule |
**Signature** | Pointer to [**ConnectorRuleCreateRequestSignature**](connector-rule-create-request-signature) | | [optional] **Signature** | Pointer to [**ConnectorRuleCreateRequestSignature**](connector-rule-create-request-signature) | | [optional]
**SourceCode** | [**SourceCode**](source-code) | | **SourceCode** | [**SourceCode**](source-code) | |

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'ConnectorRuleResponse', 'BetaConnecto
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Name** | **string** | the name of the rule | **Name** | **string** | the name of the rule |
**Description** | Pointer to **string** | a description of the rule's purpose | [optional] **Description** | Pointer to **string** | a description of the rule's purpose | [optional]
**Type** | **string** | the type of rule | **Type** | **string** | the type of rule |
**Signature** | Pointer to [**ConnectorRuleCreateRequestSignature**](connector-rule-create-request-signature) | | [optional] **Signature** | Pointer to [**ConnectorRuleCreateRequestSignature**](connector-rule-create-request-signature) | | [optional]
**SourceCode** | [**SourceCode**](source-code) | | **SourceCode** | [**SourceCode**](source-code) | |

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'ConnectorRuleUpdateRequest', 'BetaCon
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Name** | **string** | the name of the rule | **Name** | **string** | the name of the rule |
**Description** | Pointer to **string** | a description of the rule's purpose | [optional] **Description** | Pointer to **string** | a description of the rule's purpose | [optional]
**Type** | **string** | the type of rule | **Type** | **string** | the type of rule |
**Signature** | Pointer to [**ConnectorRuleCreateRequestSignature**](connector-rule-create-request-signature) | | [optional] **Signature** | Pointer to [**ConnectorRuleCreateRequestSignature**](connector-rule-create-request-signature) | | [optional]
**SourceCode** | [**SourceCode**](source-code) | | **SourceCode** | [**SourceCode**](source-code) | |

View File

@@ -18,7 +18,7 @@ Name | Type | Description | Notes
**Property** | Pointer to **string** | The property of the attribute assignment. | [optional] **Property** | Pointer to **string** | The property of the attribute assignment. | [optional]
**Value** | Pointer to **string** | The value of the attribute assignment. | [optional] **Value** | Pointer to **string** | The value of the attribute assignment. | [optional]
**Operation** | Pointer to **string** | The operation of the attribute assignment. | [optional] **Operation** | Pointer to **string** | The operation of the attribute assignment. | [optional]
**Complex** | Pointer to **bool** | Whether or not the it's a complex attribute assignment. | [optional] [default to false] **Complex** | Pointer to **bool** | Whether or not the it's a complex attribute assignment. | [optional] [default to false]
**IgnoreCase** | Pointer to **bool** | Whether or not the attribute assignment should ignore case. | [optional] [default to false] **IgnoreCase** | Pointer to **bool** | Whether or not the attribute assignment should ignore case. | [optional] [default to false]
**MatchMode** | Pointer to **string** | The match mode of the attribute assignment. | [optional] **MatchMode** | Pointer to **string** | The match mode of the attribute assignment. | [optional]
**FilterString** | Pointer to **string** | The filter string of the attribute assignment. | [optional] **FilterString** | Pointer to **string** | The filter string of the attribute assignment. | [optional]

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
**Enabled** | **bool** | An indicator of whether the API Client is enabled for use | **Enabled** | **bool** | An indicator of whether the API Client is enabled for use |
**StrongAuthSupported** | Pointer to **bool** | An indicator of whether the API Client supports strong authentication | [optional] **StrongAuthSupported** | Pointer to **bool** | An indicator of whether the API Client supports strong authentication | [optional]
**ClaimsSupported** | Pointer to **bool** | An indicator of whether the API Client supports the serialization of SAML claims when used with the authorization_code flow | [optional] **ClaimsSupported** | Pointer to **bool** | An indicator of whether the API Client supports the serialization of SAML claims when used with the authorization_code flow | [optional]
**Scope** | Pointer to **[]string** | Scopes of the API Client. If no scope is specified, the client will be created with the default scope \"sp:scopes:all\". This means the API Client will have all the rights of the owner who created it. | [optional] **Scope** | Pointer to **[]string** | Scopes of the API Client. If no scope is specified, the client will be created with the default scope \"sp:scopes:all\". This means the API Client will have all the rights of the owner who created it. | [optional]
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'CreatePersonalAccessTokenRequest', 'B
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Name** | **string** | The name of the personal access token (PAT) to be created. Cannot be the same as another PAT owned by the user for whom this PAT is being created. | **Name** | **string** | The name of the personal access token (PAT) to be created. Cannot be the same as another PAT owned by the user for whom this PAT is being created. |
**Scope** | Pointer to **[]string** | Scopes of the personal access token. If no scope is specified, the token will be created with the default scope \"sp:scopes:all\". This means the personal access token will have all the rights of the owner who created it. | [optional] **Scope** | Pointer to **[]string** | Scopes of the personal access token. If no scope is specified, the token will be created with the default scope \"sp:scopes:all\". This means the personal access token will have all the rights of the owner who created it. | [optional]
**AccessTokenValiditySeconds** | Pointer to **int32** | Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200. | [optional] **AccessTokenValiditySeconds** | Pointer to **int32** | Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200. | [optional]
## Methods ## Methods

View File

@@ -16,8 +16,8 @@ tags: ['SDK', 'Software Development Kit', 'CustomPasswordInstruction', 'BetaCust
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**PageId** | Pointer to **string** | The page ID that represents the page for forget user name, reset password and unlock account flow. | [optional] **PageId** | Pointer to **string** | The page ID that represents the page for forget user name, reset password and unlock account flow. | [optional]
**PageContent** | Pointer to **string** | The custom instructions for the specified page. Allow basic HTML format and maximum length is 1000 characters. The custom instructions will be sanitized to avoid attacks. If the customization text includes a link, like &#x60;&lt;A HREF&#x3D;\\\&quot;URL\\\&quot;&gt;...&lt;/A&gt;&#x60; clicking on this will open the link on the current browser page. If you want your link to be redirected to a different page, please redirect it to \&quot;_blank\&quot; like this: &#x60;&lt;a href&#x3D;\\\&quot;URL\&quot; target&#x3D;\\\&quot;_blank\\\&quot; &gt;link&lt;/a&gt;&#x60;. This will open a new tab when the link is clicked. Notice we&#39;re only supporting _blank as the redirection target. | [optional] **PageContent** | Pointer to **string** | The custom instructions for the specified page. Allow basic HTML format and maximum length is 1000 characters. The custom instructions will be sanitized to avoid attacks. If the customization text includes a link, like `<A HREF=\\\"URL\\\">...</A>` clicking on this will open the link on the current browser page. If you want your link to be redirected to a different page, please redirect it to \"_blank\" like this: `<a href=\\\"URL\" target=\\\"_blank\\\" >link</a>`. This will open a new tab when the link is clicked. Notice we're only supporting _blank as the redirection target. | [optional]
**Locale** | Pointer to **string** | The locale for the custom instructions, a BCP47 language tag. The default value is \\\&quot;default\\\&quot;. | [optional] **Locale** | Pointer to **string** | The locale for the custom instructions, a BCP47 language tag. The default value is \\\"default\\\". | [optional]
## Methods ## Methods

View File

@@ -17,7 +17,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Type of object being referenced. | [optional] **Type** | Pointer to **string** | Type of object being referenced. | [optional]
**Id** | Pointer to **string** | Task result ID. | [optional] **Id** | Pointer to **string** | Task result ID. | [optional]
**Name** | Pointer to **string** | Task result&#39;s human-readable display name (this should be null/empty). | [optional] **Name** | Pointer to **string** | Task result's human-readable display name (this should be null/empty). | [optional]
## Methods ## Methods

View File

@@ -17,8 +17,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**NotifyManagers** | Pointer to **bool** | If true, then the manager is notified of the lifecycle state change. | [optional] [default to false] **NotifyManagers** | Pointer to **bool** | If true, then the manager is notified of the lifecycle state change. | [optional] [default to false]
**NotifyAllAdmins** | Pointer to **bool** | If true, then all the admins are notified of the lifecycle state change. | [optional] [default to false] **NotifyAllAdmins** | Pointer to **bool** | If true, then all the admins are notified of the lifecycle state change. | [optional] [default to false]
**NotifySpecificUsers** | Pointer to **bool** | If true, then the users specified in \&quot;emailAddressList\&quot; below are notified of lifecycle state change. | [optional] [default to false] **NotifySpecificUsers** | Pointer to **bool** | If true, then the users specified in \"emailAddressList\" below are notified of lifecycle state change. | [optional] [default to false]
**EmailAddressList** | Pointer to **[]string** | List of user email addresses. If \&quot;notifySpecificUsers\&quot; option is true, then these users are notified of lifecycle state change. | [optional] **EmailAddressList** | Pointer to **[]string** | List of user email addresses. If \"notifySpecificUsers\" option is true, then these users are notified of lifecycle state change. | [optional]
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'EntitlementManuallyUpdatedFields', 'B
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**DISPLAY_NAME** | Pointer to **bool** | True if the entitlements name was updated manually via entitlement import csv or patch endpoint. False means that property value has not been change after first entitlement aggregation. Field refers to [Entitlement response schema](https://developer.sailpoint.com/idn/api/beta/get-entitlement) &gt; &#x60;name&#x60; property. | [optional] [default to false] **DISPLAY_NAME** | Pointer to **bool** | True if the entitlements name was updated manually via entitlement import csv or patch endpoint. False means that property value has not been change after first entitlement aggregation. Field refers to [Entitlement response schema](https://developer.sailpoint.com/idn/api/beta/get-entitlement) > `name` property. | [optional] [default to false]
**DESCRIPTION** | Pointer to **bool** | True if the entitlement description was updated manually via entitlement import csv or patch endpoint. False means that property value has not been change after first entitlement aggregation. Field refers to [Entitlement response schema](https://developer.sailpoint.com/idn/api/beta/get-entitlement) &gt; &#x60;description&#x60; property. | [optional] [default to false] **DESCRIPTION** | Pointer to **bool** | True if the entitlement description was updated manually via entitlement import csv or patch endpoint. False means that property value has not been change after first entitlement aggregation. Field refers to [Entitlement response schema](https://developer.sailpoint.com/idn/api/beta/get-entitlement) > `description` property. | [optional] [default to false]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'EntitlementRef', 'BetaEntitlementRef'
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Entitlement&#39;s DTO type. | [optional] **Type** | Pointer to **string** | Entitlement's DTO type. | [optional]
**Id** | Pointer to **string** | Entitlement&#39;s ID. | [optional] **Id** | Pointer to **string** | Entitlement's ID. | [optional]
**Name** | Pointer to **NullableString** | Entitlement&#39;s display name. | [optional] **Name** | Pointer to **NullableString** | Entitlement's display name. | [optional]
## Methods ## Methods

View File

@@ -18,7 +18,7 @@ Name | Type | Description | Notes
**AllowEntitlementRequest** | Pointer to **bool** | If this is true, entitlement requests are allowed. | [optional] [default to false] **AllowEntitlementRequest** | Pointer to **bool** | If this is true, entitlement requests are allowed. | [optional] [default to false]
**RequestCommentsRequired** | Pointer to **bool** | If this is true, comments are required to submit entitlement requests. | [optional] [default to false] **RequestCommentsRequired** | Pointer to **bool** | If this is true, comments are required to submit entitlement requests. | [optional] [default to false]
**DeniedCommentsRequired** | Pointer to **bool** | If this is true, comments are required to reject entitlement requests. | [optional] [default to false] **DeniedCommentsRequired** | Pointer to **bool** | If this is true, comments are required to reject entitlement requests. | [optional] [default to false]
**GrantRequestApprovalSchemes** | Pointer to **NullableString** | Approval schemes for granting entitlement request. This can be empty if no approval is needed. Multiple schemes must be comma-separated. The valid schemes are \&quot;entitlementOwner\&quot;, \&quot;sourceOwner\&quot;, \&quot;manager\&quot; and \&quot;&#x60;workgroup:{id}&#x60;\&quot;. You can use multiple governance groups (workgroups). | [optional] [default to "sourceOwner"] **GrantRequestApprovalSchemes** | Pointer to **NullableString** | Approval schemes for granting entitlement request. This can be empty if no approval is needed. Multiple schemes must be comma-separated. The valid schemes are \"entitlementOwner\", \"sourceOwner\", \"manager\" and \"`workgroup:{id}`\". You can use multiple governance groups (workgroups). | [optional] [default to "sourceOwner"]
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'EntitlementSource', 'BetaEntitlementS
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | The source ID | [optional] **Id** | Pointer to **string** | The source ID | [optional]
**Type** | Pointer to **string** | The source type, will always be \&quot;SOURCE\&quot; | [optional] **Type** | Pointer to **string** | The source type, will always be \"SOURCE\" | [optional]
**Name** | Pointer to **NullableString** | The source name | [optional] **Name** | Pointer to **NullableString** | The source name | [optional]
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'EvaluateResponse', 'BetaEvaluateRespo
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**ReassignToId** | Pointer to **string** | The Identity ID which should be the recipient of any work items sent to a specific identity &amp; work type | [optional] **ReassignToId** | Pointer to **string** | The Identity ID which should be the recipient of any work items sent to a specific identity & work type | [optional]
**LookupTrail** | Pointer to [**[]LookupStep**](lookup-step) | List of Reassignments found by looking up the next &#x60;TargetIdentity&#x60; in a ReassignmentConfiguration | [optional] **LookupTrail** | Pointer to [**[]LookupStep**](lookup-step) | List of Reassignments found by looking up the next `TargetIdentity` in a ReassignmentConfiguration | [optional]
## Methods ## Methods

View File

@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**Filter** | Pointer to **NullableString** | JSON path expression that will limit which events the trigger will fire on | [optional] **Filter** | Pointer to **NullableString** | JSON path expression that will limit which events the trigger will fire on | [optional]
**Description** | Pointer to **NullableString** | Description of the event trigger | [optional] **Description** | Pointer to **NullableString** | Description of the event trigger | [optional]
**AttributeToFilter** | Pointer to **NullableString** | The attribute to filter on | [optional] **AttributeToFilter** | Pointer to **NullableString** | The attribute to filter on | [optional]
**FormDefinitionId** | Pointer to **NullableString** | Form definition&#39;s unique identifier. | [optional] **FormDefinitionId** | Pointer to **NullableString** | Form definition's unique identifier. | [optional]
## Methods ## Methods

View File

@@ -18,7 +18,7 @@ Name | Type | Description | Notes
**Id** | Pointer to **string** | Unique identifier for the form input. | [optional] **Id** | Pointer to **string** | Unique identifier for the form input. | [optional]
**Type** | Pointer to **string** | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional] **Type** | Pointer to **string** | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional]
**Label** | Pointer to **string** | Name for the form input. | [optional] **Label** | Pointer to **string** | Name for the form input. | [optional]
**Description** | Pointer to **string** | Form input&#39;s description. | [optional] **Description** | Pointer to **string** | Form input's description. | [optional]
## Methods ## Methods

View File

@@ -17,7 +17,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Unique guid identifying the form definition. | [optional] **Id** | Pointer to **string** | Unique guid identifying the form definition. | [optional]
**Name** | Pointer to **string** | Name of the form definition. | [optional] **Name** | Pointer to **string** | Name of the form definition. | [optional]
**Description** | Pointer to **string** | Form definition&#39;s description. | [optional] **Description** | Pointer to **string** | Form definition's description. | [optional]
**Owner** | Pointer to [**FormOwner**](form-owner) | | [optional] **Owner** | Pointer to [**FormOwner**](form-owner) | | [optional]
**UsedBy** | Pointer to [**[]FormUsedBy**](form-used-by) | List of objects using the form definition. Whenever a system uses a form, the API reaches out to the form service to record that the system is currently using it. | [optional] **UsedBy** | Pointer to [**[]FormUsedBy**](form-used-by) | List of objects using the form definition. Whenever a system uses a form, the API reaches out to the form service to record that the system is currently using it. | [optional]
**FormInput** | Pointer to [**[]FormDefinitionInput**](form-definition-input) | List of form inputs required to create a form-instance object. | [optional] **FormInput** | Pointer to [**[]FormDefinitionInput**](form-definition-input) | List of form inputs required to create a form-instance object. | [optional]

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'FormDefinitionSelfImportExportDto', '
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Imported/exported object&#39;s DTO type. | [optional] **Type** | Pointer to **string** | Imported/exported object's DTO type. | [optional]
**Id** | Pointer to **string** | Imported/exported object&#39;s ID. | [optional] **Id** | Pointer to **string** | Imported/exported object's ID. | [optional]
**Name** | Pointer to **string** | Imported/exported object&#39;s display name. | [optional] **Name** | Pointer to **string** | Imported/exported object's display name. | [optional]
## Methods ## Methods

View File

@@ -19,7 +19,7 @@ Name | Type | Description | Notes
**CreatedBy** | Pointer to [**FormInstanceCreatedBy**](form-instance-created-by) | | [optional] **CreatedBy** | Pointer to [**FormInstanceCreatedBy**](form-instance-created-by) | | [optional]
**Expire** | Pointer to **string** | Expire is the maximum amount of time that a form can be in progress. After this time is reached then the form will be moved to a CANCELED state automatically. The user will no longer be able to complete the submission. When a form instance is expires an audit log will be generated for that record | [optional] **Expire** | Pointer to **string** | Expire is the maximum amount of time that a form can be in progress. After this time is reached then the form will be moved to a CANCELED state automatically. The user will no longer be able to complete the submission. When a form instance is expires an audit log will be generated for that record | [optional]
**FormConditions** | Pointer to [**[]FormCondition**](form-condition) | FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form | [optional] **FormConditions** | Pointer to [**[]FormCondition**](form-condition) | FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form | [optional]
**FormData** | Pointer to **map[string]interface{}** | FormData is the data provided by the form on submit. The data is in a key -&gt; value map | [optional] **FormData** | Pointer to **map[string]interface{}** | FormData is the data provided by the form on submit. The data is in a key -> value map | [optional]
**FormDefinitionId** | Pointer to **string** | FormDefinitionID is the id of the form definition that created this form | [optional] **FormDefinitionId** | Pointer to **string** | FormDefinitionID is the id of the form definition that created this form | [optional]
**FormElements** | Pointer to [**[]FormElement**](form-element) | FormElements is the configuration of the form, this would be a repeat of the fields from the form-config | [optional] **FormElements** | Pointer to [**[]FormElement**](form-element) | FormElements is the configuration of the form, this would be a repeat of the fields from the form-config | [optional]
**FormErrors** | Pointer to [**[]FormError**](form-error) | FormErrors is an array of form validation errors from the last time the form instance was transitioned to the SUBMITTED state. If the form instance had validation errors then it would be moved to the IN PROGRESS state where the client can retrieve these errors | [optional] **FormErrors** | Pointer to [**[]FormError**](form-error) | FormErrors is an array of form validation errors from the last time the form instance was transitioned to the SUBMITTED state. If the form instance had validation errors then it would be moved to the IN PROGRESS state where the client can retrieve these errors | [optional]

View File

@@ -16,8 +16,8 @@ tags: ['SDK', 'Software Development Kit', 'FormOwner', 'BetaFormOwner']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | FormOwnerType value. IDENTITY FormOwnerTypeIdentity | [optional] **Type** | Pointer to **string** | FormOwnerType value. IDENTITY FormOwnerTypeIdentity | [optional]
**Id** | Pointer to **string** | Unique identifier of the form&#39;s owner. | [optional] **Id** | Pointer to **string** | Unique identifier of the form's owner. | [optional]
**Name** | Pointer to **string** | Name of the form&#39;s owner. | [optional] **Name** | Pointer to **string** | Name of the form's owner. | [optional]
## Methods ## Methods

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
**RecommendedConnectors** | Pointer to **[]string** | List of recommended connectors for the application. | [optional] **RecommendedConnectors** | Pointer to **[]string** | List of recommended connectors for the application. | [optional]
**DiscoveredAt** | Pointer to **time.Time** | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional] **DiscoveredAt** | Pointer to **time.Time** | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional]
**CreatedAt** | Pointer to **time.Time** | The timestamp when the application was first discovered, in ISO 8601 format. | [optional] **CreatedAt** | Pointer to **time.Time** | The timestamp when the application was first discovered, in ISO 8601 format. | [optional]
**Status** | Pointer to **string** | The status of an application within the discovery source. By default this field is set to \&quot;ACTIVE\&quot; when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to \&quot;INACTIVE\&quot;. | [optional] **Status** | Pointer to **string** | The status of an application within the discovery source. By default this field is set to \"ACTIVE\" when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to \"INACTIVE\". | [optional]
**AssociatedSources** | Pointer to **[]string** | List of associated sources related to this discovered application. | [optional] **AssociatedSources** | Pointer to **[]string** | List of associated sources related to this discovered application. | [optional]
## Methods ## Methods

View File

@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'Fullcampaign', 'BetaFullcampaign']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Id of the campaign | [optional] [readonly] **Id** | Pointer to **string** | Id of the campaign | [optional] [readonly]
**Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the &#x60;/campaign-templates/{id}/generate&#x60; endpoint documentation for details. | **Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
**Description** | **string** | The campaign description. If this object is part of a template, special formatting applies; see the &#x60;/campaign-templates/{id}/generate&#x60; endpoint documentation for details. | **Description** | **string** | The campaign description. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
**Deadline** | Pointer to **time.Time** | The campaign&#39;s completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional] **Deadline** | Pointer to **time.Time** | The campaign's completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional]
**Type** | **string** | The type of campaign. Could be extended in the future. | **Type** | **string** | The type of campaign. Could be extended in the future. |
**EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false] **EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false]
**AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false] **AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false]
**RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false] **RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false]
**Status** | Pointer to **string** | The campaign&#39;s current status. | [optional] [readonly] **Status** | Pointer to **string** | The campaign's current status. | [optional] [readonly]
**CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional] **CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional]
**Created** | Pointer to **time.Time** | Created time of the campaign | [optional] [readonly] **Created** | Pointer to **time.Time** | Created time of the campaign | [optional] [readonly]
**TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly] **TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly]
@@ -36,7 +36,7 @@ Name | Type | Description | Notes
**SearchCampaignInfo** | Pointer to [**FullcampaignAllOfSearchCampaignInfo**](fullcampaign-all-of-search-campaign-info) | | [optional] **SearchCampaignInfo** | Pointer to [**FullcampaignAllOfSearchCampaignInfo**](fullcampaign-all-of-search-campaign-info) | | [optional]
**RoleCompositionCampaignInfo** | Pointer to [**FullcampaignAllOfRoleCompositionCampaignInfo**](fullcampaign-all-of-role-composition-campaign-info) | | [optional] **RoleCompositionCampaignInfo** | Pointer to [**FullcampaignAllOfRoleCompositionCampaignInfo**](fullcampaign-all-of-role-composition-campaign-info) | | [optional]
**MachineAccountCampaignInfo** | Pointer to [**FullcampaignAllOfMachineAccountCampaignInfo**](fullcampaign-all-of-machine-account-campaign-info) | | [optional] **MachineAccountCampaignInfo** | Pointer to [**FullcampaignAllOfMachineAccountCampaignInfo**](fullcampaign-all-of-machine-account-campaign-info) | | [optional]
**SourcesWithOrphanEntitlements** | Pointer to [**[]FullcampaignAllOfSourcesWithOrphanEntitlements**](fullcampaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\&quot;orphan entitlements\\\&quot; (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly] **SourcesWithOrphanEntitlements** | Pointer to [**[]FullcampaignAllOfSourcesWithOrphanEntitlements**](fullcampaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\"orphan entitlements\\\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly]
**MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional] **MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional]
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'FullcampaignAllOfMachineAccountCampai
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**SourceIds** | Pointer to **[]string** | The list of sources to be included in the campaign. | [optional] **SourceIds** | Pointer to **[]string** | The list of sources to be included in the campaign. | [optional]
**ReviewerType** | Pointer to **string** | The reviewer&#39;s type. | [optional] **ReviewerType** | Pointer to **string** | The reviewer's type. | [optional]
## Methods ## Methods

View File

@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'FullcampaignAllOfRoleCompositionCampa
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Reviewer** | Pointer to [**FullcampaignAllOfSearchCampaignInfoReviewer**](fullcampaign-all-of-search-campaign-info-reviewer) | | [optional] **Reviewer** | Pointer to [**FullcampaignAllOfSearchCampaignInfoReviewer**](fullcampaign-all-of-search-campaign-info-reviewer) | | [optional]
**RoleIds** | Pointer to **[]string** | Optional list of roles to include in this campaign. Only one of &#x60;roleIds&#x60; and &#x60;query&#x60; may be set; if neither are set, all roles are included. | [optional] **RoleIds** | Pointer to **[]string** | Optional list of roles to include in this campaign. Only one of `roleIds` and `query` may be set; if neither are set, all roles are included. | [optional]
**RemediatorRef** | [**FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef**](fullcampaign-all-of-role-composition-campaign-info-remediator-ref) | | **RemediatorRef** | [**FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef**](fullcampaign-all-of-role-composition-campaign-info-remediator-ref) | |
**Query** | Pointer to **string** | Optional search query to scope this campaign to a set of roles. Only one of &#x60;roleIds&#x60; and &#x60;query&#x60; may be set; if neither are set, all roles are included. | [optional] **Query** | Pointer to **string** | Optional search query to scope this campaign to a set of roles. Only one of `roleIds` and `query` may be set; if neither are set, all roles are included. | [optional]
**Description** | Pointer to **string** | Describes this role composition campaign. Intended for storing the query used, and possibly the number of roles selected/available. | [optional] **Description** | Pointer to **string** | Describes this role composition campaign. Intended for storing the query used, and possibly the number of roles selected/available. | [optional]
## Methods ## Methods

View File

@@ -18,9 +18,9 @@ Name | Type | Description | Notes
**Type** | **string** | The type of search campaign represented. | **Type** | **string** | The type of search campaign represented. |
**Description** | Pointer to **string** | Describes this search campaign. Intended for storing the query used, and possibly the number of identities selected/available. | [optional] **Description** | Pointer to **string** | Describes this search campaign. Intended for storing the query used, and possibly the number of identities selected/available. | [optional]
**Reviewer** | Pointer to [**FullcampaignAllOfSearchCampaignInfoReviewer**](fullcampaign-all-of-search-campaign-info-reviewer) | | [optional] **Reviewer** | Pointer to [**FullcampaignAllOfSearchCampaignInfoReviewer**](fullcampaign-all-of-search-campaign-info-reviewer) | | [optional]
**Query** | Pointer to **string** | The scope for the campaign. The campaign will cover identities returned by the query and identities that have access items returned by the query. One of &#x60;query&#x60; or &#x60;identityIds&#x60; must be set. | [optional] **Query** | Pointer to **string** | The scope for the campaign. The campaign will cover identities returned by the query and identities that have access items returned by the query. One of `query` or `identityIds` must be set. | [optional]
**IdentityIds** | Pointer to **[]string** | A direct list of identities to include in this campaign. One of &#x60;identityIds&#x60; or &#x60;query&#x60; must be set. | [optional] **IdentityIds** | Pointer to **[]string** | A direct list of identities to include in this campaign. One of `identityIds` or `query` must be set. | [optional]
**AccessConstraints** | Pointer to [**[]AccessConstraint**](access-constraint) | Further reduces the scope of the campaign by excluding identities (from &#x60;query&#x60; or &#x60;identityIds&#x60;) that do not have this access. | [optional] **AccessConstraints** | Pointer to [**[]AccessConstraint**](access-constraint) | Further reduces the scope of the campaign by excluding identities (from `query` or `identityIds`) that do not have this access. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'FullcampaignAllOfSearchCampaignInfoRe
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | The reviewer&#39;s DTO type. | [optional] **Type** | Pointer to **string** | The reviewer's DTO type. | [optional]
**Id** | Pointer to **string** | The reviewer&#39;s ID. | [optional] **Id** | Pointer to **string** | The reviewer's ID. | [optional]
**Name** | Pointer to **string** | The reviewer&#39;s name. | [optional] **Name** | Pointer to **string** | The reviewer's name. | [optional]
## Methods ## Methods

View File

@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'GetActiveCampaigns200ResponseInner',
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Id of the campaign | [optional] [readonly] **Id** | Pointer to **string** | Id of the campaign | [optional] [readonly]
**Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the &#x60;/campaign-templates/{id}/generate&#x60; endpoint documentation for details. | **Name** | **string** | The campaign name. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
**Description** | **string** | The campaign description. If this object is part of a template, special formatting applies; see the &#x60;/campaign-templates/{id}/generate&#x60; endpoint documentation for details. | **Description** | **string** | The campaign description. If this object is part of a template, special formatting applies; see the `/campaign-templates/{id}/generate` endpoint documentation for details. |
**Deadline** | Pointer to **time.Time** | The campaign&#39;s completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional] **Deadline** | Pointer to **time.Time** | The campaign's completion deadline. This date must be in the future in order to activate the campaign. If you try to activate a campaign with a deadline of today or in the past, you will receive a 400 error response. | [optional]
**Type** | **string** | The type of campaign. Could be extended in the future. | **Type** | **string** | The type of campaign. Could be extended in the future. |
**EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false] **EmailNotificationEnabled** | Pointer to **bool** | Enables email notification for this campaign | [optional] [default to false]
**AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false] **AutoRevokeAllowed** | Pointer to **bool** | Allows auto revoke for this campaign | [optional] [default to false]
**RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false] **RecommendationsEnabled** | Pointer to **bool** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to false]
**Status** | Pointer to **string** | The campaign&#39;s current status. | [optional] [readonly] **Status** | Pointer to **string** | The campaign's current status. | [optional] [readonly]
**CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional] **CorrelatedStatus** | Pointer to **string** | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional]
**Created** | Pointer to **time.Time** | Created time of the campaign | [optional] [readonly] **Created** | Pointer to **time.Time** | Created time of the campaign | [optional] [readonly]
**TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly] **TotalCertifications** | Pointer to **int32** | The total number of certifications in this campaign. | [optional] [readonly]
@@ -36,7 +36,7 @@ Name | Type | Description | Notes
**SearchCampaignInfo** | Pointer to [**FullcampaignAllOfSearchCampaignInfo**](fullcampaign-all-of-search-campaign-info) | | [optional] **SearchCampaignInfo** | Pointer to [**FullcampaignAllOfSearchCampaignInfo**](fullcampaign-all-of-search-campaign-info) | | [optional]
**RoleCompositionCampaignInfo** | Pointer to [**FullcampaignAllOfRoleCompositionCampaignInfo**](fullcampaign-all-of-role-composition-campaign-info) | | [optional] **RoleCompositionCampaignInfo** | Pointer to [**FullcampaignAllOfRoleCompositionCampaignInfo**](fullcampaign-all-of-role-composition-campaign-info) | | [optional]
**MachineAccountCampaignInfo** | Pointer to [**FullcampaignAllOfMachineAccountCampaignInfo**](fullcampaign-all-of-machine-account-campaign-info) | | [optional] **MachineAccountCampaignInfo** | Pointer to [**FullcampaignAllOfMachineAccountCampaignInfo**](fullcampaign-all-of-machine-account-campaign-info) | | [optional]
**SourcesWithOrphanEntitlements** | Pointer to [**[]FullcampaignAllOfSourcesWithOrphanEntitlements**](fullcampaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\&quot;orphan entitlements\\\&quot; (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly] **SourcesWithOrphanEntitlements** | Pointer to [**[]FullcampaignAllOfSourcesWithOrphanEntitlements**](fullcampaign-all-of-sources-with-orphan-entitlements) | A list of sources in the campaign that contain \\\"orphan entitlements\\\" (entitlements without a corresponding Managed Attribute). An empty list indicates the campaign has no orphan entitlements. Null indicates there may be unknown orphan entitlements in the campaign (the campaign was created before this feature was implemented). | [optional] [readonly]
**MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional] **MandatoryCommentRequirement** | Pointer to **string** | Determines whether comments are required for decisions during certification reviews. You can require comments for all decisions, revoke-only decisions, or no decisions. By default, comments are not required for decisions. | [optional]
## Methods ## Methods

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
**RecommendedConnectors** | Pointer to **[]string** | List of recommended connectors for the application. | [optional] **RecommendedConnectors** | Pointer to **[]string** | List of recommended connectors for the application. | [optional]
**DiscoveredAt** | Pointer to **time.Time** | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional] **DiscoveredAt** | Pointer to **time.Time** | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional]
**CreatedAt** | Pointer to **time.Time** | The timestamp when the application was first discovered, in ISO 8601 format. | [optional] **CreatedAt** | Pointer to **time.Time** | The timestamp when the application was first discovered, in ISO 8601 format. | [optional]
**Status** | Pointer to **string** | The status of an application within the discovery source. By default this field is set to \&quot;ACTIVE\&quot; when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to \&quot;INACTIVE\&quot;. | [optional] **Status** | Pointer to **string** | The status of an application within the discovery source. By default this field is set to \"ACTIVE\" when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to \"INACTIVE\". | [optional]
**AssociatedSources** | Pointer to **[]string** | List of associated sources related to this discovered application. | [optional] **AssociatedSources** | Pointer to **[]string** | List of associated sources related to this discovered application. | [optional]
## Methods ## Methods

View File

@@ -16,13 +16,13 @@ tags: ['SDK', 'Software Development Kit', 'Identity', 'BetaIdentity']
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | System-generated unique ID of the identity | [optional] [readonly] **Id** | Pointer to **string** | System-generated unique ID of the identity | [optional] [readonly]
**Name** | **string** | The identity&#39;s name is equivalent to its Display Name attribute. | **Name** | **string** | The identity's name is equivalent to its Display Name attribute. |
**Created** | Pointer to **time.Time** | Creation date of the identity | [optional] [readonly] **Created** | Pointer to **time.Time** | Creation date of the identity | [optional] [readonly]
**Modified** | Pointer to **time.Time** | Last modification date of the identity | [optional] [readonly] **Modified** | Pointer to **time.Time** | Last modification date of the identity | [optional] [readonly]
**Alias** | Pointer to **string** | The identity&#39;s alternate unique identifier is equivalent to its Account Name on the authoritative source account schema. | [optional] **Alias** | Pointer to **string** | The identity's alternate unique identifier is equivalent to its Account Name on the authoritative source account schema. | [optional]
**EmailAddress** | Pointer to **NullableString** | The email address of the identity | [optional] **EmailAddress** | Pointer to **NullableString** | The email address of the identity | [optional]
**ProcessingState** | Pointer to **NullableString** | The processing state of the identity | [optional] **ProcessingState** | Pointer to **NullableString** | The processing state of the identity | [optional]
**IdentityStatus** | Pointer to **string** | The identity&#39;s status in the system | [optional] **IdentityStatus** | Pointer to **string** | The identity's status in the system | [optional]
**ManagerRef** | Pointer to [**NullableIdentityManagerRef**](identity-manager-ref) | | [optional] **ManagerRef** | Pointer to [**NullableIdentityManagerRef**](identity-manager-ref) | | [optional]
**IsManager** | Pointer to **bool** | Whether this identity is a manager of another identity | [optional] [default to false] **IsManager** | Pointer to **bool** | Whether this identity is a manager of another identity | [optional] [default to false]
**LastRefresh** | Pointer to **time.Time** | The last time the identity was refreshed by the system | [optional] **LastRefresh** | Pointer to **time.Time** | The last time the identity was refreshed by the system | [optional]

View File

@@ -15,14 +15,14 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttribute', 'BetaIdentityAttr
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Name** | **string** | Identity attribute&#39;s technical name. | **Name** | **string** | Identity attribute's technical name. |
**DisplayName** | Pointer to **string** | Identity attribute&#39;s business-friendly name. | [optional] **DisplayName** | Pointer to **string** | Identity attribute's business-friendly name. | [optional]
**Standard** | Pointer to **bool** | Indicates whether the attribute is &#39;standard&#39; or &#39;default&#39;. | [optional] [default to false] **Standard** | Pointer to **bool** | Indicates whether the attribute is 'standard' or 'default'. | [optional] [default to false]
**Type** | Pointer to **NullableString** | Identity attribute&#39;s type. | [optional] **Type** | Pointer to **NullableString** | Identity attribute's type. | [optional]
**Multi** | Pointer to **bool** | Indicates whether the identity attribute is multi-valued. | [optional] [default to false] **Multi** | Pointer to **bool** | Indicates whether the identity attribute is multi-valued. | [optional] [default to false]
**Searchable** | Pointer to **bool** | Indicates whether the identity attribute is searchable. | [optional] [default to false] **Searchable** | Pointer to **bool** | Indicates whether the identity attribute is searchable. | [optional] [default to false]
**System** | Pointer to **bool** | Indicates whether the identity attribute is &#39;system&#39;, meaning that it doesn&#39;t have a source and isn&#39;t configurable. | [optional] [default to false] **System** | Pointer to **bool** | Indicates whether the identity attribute is 'system', meaning that it doesn't have a source and isn't configurable. | [optional] [default to false]
**Sources** | Pointer to [**[]Source1**](source1) | Identity attribute&#39;s list of sources - this specifies how the rule&#39;s value is derived. | [optional] **Sources** | Pointer to [**[]Source1**](source1) | Identity attribute's list of sources - this specifies how the rule's value is derived. | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributeNames', 'BetaIdentit
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Ids** | Pointer to **[]string** | List of identity attributes&#39; technical names. | [optional] **Ids** | Pointer to **[]string** | List of identity attributes' technical names. | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributeTransform', 'BetaIde
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**IdentityAttributeName** | Pointer to **string** | Identity attribute&#39;s name. | [optional] **IdentityAttributeName** | Pointer to **string** | Identity attribute's name. | [optional]
**TransformDefinition** | Pointer to [**TransformDefinition**](transform-definition) | | [optional] **TransformDefinition** | Pointer to [**TransformDefinition**](transform-definition) | | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributeTransform1', 'BetaId
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**IdentityAttributeName** | Pointer to **string** | Identity attribute&#39;s name. | [optional] **IdentityAttributeName** | Pointer to **string** | Identity attribute's name. | [optional]
**TransformDefinition** | Pointer to [**TransformDefinition1**](transform-definition1) | | [optional] **TransformDefinition** | Pointer to [**TransformDefinition1**](transform-definition1) | | [optional]
## Methods ## Methods

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributesChanged', 'BetaIden
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Identity** | [**IdentityAttributesChangedIdentity**](identity-attributes-changed-identity) | | **Identity** | [**IdentityAttributesChangedIdentity**](identity-attributes-changed-identity) | |
**Changes** | [**[]IdentityAttributesChangedChangesInner**](identity-attributes-changed-changes-inner) | List of identity&#39;s attributes that changed. | **Changes** | [**[]IdentityAttributesChangedChangesInner**](identity-attributes-changed-changes-inner) | List of identity's attributes that changed. |
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributesChangedChangesInner
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Attribute** | **string** | Identity attribute&#39;s name. | **Attribute** | **string** | Identity attribute's name. |
**OldValue** | Pointer to [**NullableIdentityAttributesChangedChangesInnerOldValue**](identity-attributes-changed-changes-inner-old-value) | | [optional] **OldValue** | Pointer to [**NullableIdentityAttributesChangedChangesInnerOldValue**](identity-attributes-changed-changes-inner-old-value) | | [optional]
**NewValue** | Pointer to [**IdentityAttributesChangedChangesInnerNewValue**](identity-attributes-changed-changes-inner-new-value) | | [optional] **NewValue** | Pointer to [**IdentityAttributesChangedChangesInnerNewValue**](identity-attributes-changed-changes-inner-new-value) | | [optional]

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityCreatedIdentity', 'BetaIdenti
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | **string** | Identity&#39;s DTO type. | **Type** | **string** | Identity's DTO type. |
**Id** | **string** | Identity&#39;s unique ID. | **Id** | **string** | Identity's unique ID. |
**Name** | **string** | Identity&#39;s name. | **Name** | **string** | Identity's name. |
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityDeletedIdentity', 'BetaIdenti
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | **string** | Deleted identity&#39;s DTO type. | **Type** | **string** | Deleted identity's DTO type. |
**Id** | **string** | Deleted identity ID. | **Id** | **string** | Deleted identity ID. |
**Name** | **string** | Deleted identity&#39;s name. | **Name** | **string** | Deleted identity's name. |
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityManagerRef', 'BetaIdentityMan
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of identity&#39;s manager | [optional] **Type** | Pointer to **string** | DTO type of identity's manager | [optional]
**Id** | Pointer to **string** | ID of identity&#39;s manager | [optional] **Id** | Pointer to **string** | ID of identity's manager | [optional]
**Name** | Pointer to **string** | Human-readable display name of identity&#39;s manager | [optional] **Name** | Pointer to **string** | Human-readable display name of identity's manager | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityPreviewResponseIdentity', 'Be
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of identity&#39;s manager. | [optional] **Type** | Pointer to **string** | DTO type of identity's manager. | [optional]
**Id** | Pointer to **string** | ID of identity&#39;s manager. | [optional] **Id** | Pointer to **string** | ID of identity's manager. | [optional]
**Name** | Pointer to **string** | Human-readable display name of identity&#39;s manager. | [optional] **Name** | Pointer to **string** | Human-readable display name of identity's manager. | [optional]
## Methods ## Methods

View File

@@ -19,15 +19,15 @@ Name | Type | Description | Notes
**Name** | **NullableString** | Name of the Object | **Name** | **NullableString** | Name of the Object |
**Created** | Pointer to **time.Time** | Creation date of the Object | [optional] [readonly] **Created** | Pointer to **time.Time** | Creation date of the Object | [optional] [readonly]
**Modified** | Pointer to **time.Time** | Last modification date of the Object | [optional] [readonly] **Modified** | Pointer to **time.Time** | Last modification date of the Object | [optional] [readonly]
**Description** | Pointer to **NullableString** | Identity profile&#39;s description. | [optional] **Description** | Pointer to **NullableString** | Identity profile's description. | [optional]
**Owner** | Pointer to [**NullableIdentityProfileAllOfOwner**](identity-profile-all-of-owner) | | [optional] **Owner** | Pointer to [**NullableIdentityProfileAllOfOwner**](identity-profile-all-of-owner) | | [optional]
**Priority** | Pointer to **int64** | Identity profile&#39;s priority. | [optional] **Priority** | Pointer to **int64** | Identity profile's priority. | [optional]
**AuthoritativeSource** | [**IdentityProfileAllOfAuthoritativeSource**](identity-profile-all-of-authoritative-source) | | **AuthoritativeSource** | [**IdentityProfileAllOfAuthoritativeSource**](identity-profile-all-of-authoritative-source) | |
**IdentityRefreshRequired** | Pointer to **bool** | Set this value to &#39;True&#39; if an identity refresh is necessary. You would typically want to trigger an identity refresh when a change has been made on the source. | [optional] [default to false] **IdentityRefreshRequired** | Pointer to **bool** | Set this value to 'True' if an identity refresh is necessary. You would typically want to trigger an identity refresh when a change has been made on the source. | [optional] [default to false]
**IdentityCount** | Pointer to **int32** | Number of identities belonging to the identity profile. | [optional] **IdentityCount** | Pointer to **int32** | Number of identities belonging to the identity profile. | [optional]
**IdentityAttributeConfig** | Pointer to [**IdentityAttributeConfig**](identity-attribute-config) | | [optional] **IdentityAttributeConfig** | Pointer to [**IdentityAttributeConfig**](identity-attribute-config) | | [optional]
**IdentityExceptionReportReference** | Pointer to [**NullableIdentityExceptionReportReference**](identity-exception-report-reference) | | [optional] **IdentityExceptionReportReference** | Pointer to [**NullableIdentityExceptionReportReference**](identity-exception-report-reference) | | [optional]
**HasTimeBasedAttr** | Pointer to **bool** | Indicates the value of &#x60;requiresPeriodicRefresh&#x60; attribute for the identity profile. | [optional] [default to true] **HasTimeBasedAttr** | Pointer to **bool** | Indicates the value of `requiresPeriodicRefresh` attribute for the identity profile. | [optional] [default to true]
## Methods ## Methods

View File

@@ -19,15 +19,15 @@ Name | Type | Description | Notes
**Name** | **NullableString** | Name of the Object | **Name** | **NullableString** | Name of the Object |
**Created** | Pointer to **time.Time** | Creation date of the Object | [optional] [readonly] **Created** | Pointer to **time.Time** | Creation date of the Object | [optional] [readonly]
**Modified** | Pointer to **time.Time** | Last modification date of the Object | [optional] [readonly] **Modified** | Pointer to **time.Time** | Last modification date of the Object | [optional] [readonly]
**Description** | Pointer to **NullableString** | Identity profile&#39;s description. | [optional] **Description** | Pointer to **NullableString** | Identity profile's description. | [optional]
**Owner** | Pointer to [**NullableIdentityProfileAllOfOwner**](identity-profile-all-of-owner) | | [optional] **Owner** | Pointer to [**NullableIdentityProfileAllOfOwner**](identity-profile-all-of-owner) | | [optional]
**Priority** | Pointer to **int64** | Identity profile&#39;s priority. | [optional] **Priority** | Pointer to **int64** | Identity profile's priority. | [optional]
**AuthoritativeSource** | [**IdentityProfile1AllOfAuthoritativeSource**](identity-profile1-all-of-authoritative-source) | | **AuthoritativeSource** | [**IdentityProfile1AllOfAuthoritativeSource**](identity-profile1-all-of-authoritative-source) | |
**IdentityRefreshRequired** | Pointer to **bool** | Set this value to &#39;True&#39; if an identity refresh is necessary. You would typically want to trigger an identity refresh when a change has been made on the source. | [optional] [default to false] **IdentityRefreshRequired** | Pointer to **bool** | Set this value to 'True' if an identity refresh is necessary. You would typically want to trigger an identity refresh when a change has been made on the source. | [optional] [default to false]
**IdentityCount** | Pointer to **int32** | Number of identities belonging to the identity profile. | [optional] **IdentityCount** | Pointer to **int32** | Number of identities belonging to the identity profile. | [optional]
**IdentityAttributeConfig** | Pointer to [**IdentityAttributeConfig1**](identity-attribute-config1) | | [optional] **IdentityAttributeConfig** | Pointer to [**IdentityAttributeConfig1**](identity-attribute-config1) | | [optional]
**IdentityExceptionReportReference** | Pointer to [**NullableIdentityExceptionReportReference1**](identity-exception-report-reference1) | | [optional] **IdentityExceptionReportReference** | Pointer to [**NullableIdentityExceptionReportReference1**](identity-exception-report-reference1) | | [optional]
**HasTimeBasedAttr** | Pointer to **bool** | Indicates the value of &#x60;requiresPeriodicRefresh&#x60; attribute for the identity profile. | [optional] [default to false] **HasTimeBasedAttr** | Pointer to **bool** | Indicates the value of `requiresPeriodicRefresh` attribute for the identity profile. | [optional] [default to false]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityProfile1AllOfAuthoritativeSou
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Authoritative source&#39;s object type. | [optional] **Type** | Pointer to **string** | Authoritative source's object type. | [optional]
**Id** | Pointer to **string** | Authoritative source&#39;s ID. | [optional] **Id** | Pointer to **string** | Authoritative source's ID. | [optional]
**Name** | Pointer to **string** | Authoritative source&#39;s name. | [optional] **Name** | Pointer to **string** | Authoritative source's name. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityProfileAllOfAuthoritativeSour
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Authoritative source&#39;s object type. | [optional] **Type** | Pointer to **string** | Authoritative source's object type. | [optional]
**Id** | Pointer to **string** | Authoritative source&#39;s ID. | [optional] **Id** | Pointer to **string** | Authoritative source's ID. | [optional]
**Name** | Pointer to **string** | Authoritative source&#39;s name. | [optional] **Name** | Pointer to **string** | Authoritative source's name. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityProfileAllOfOwner', 'BetaIden
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Owner&#39;s object type. | [optional] **Type** | Pointer to **string** | Owner's object type. | [optional]
**Id** | Pointer to **string** | Owner&#39;s ID. | [optional] **Id** | Pointer to **string** | Owner's ID. | [optional]
**Name** | Pointer to **string** | Owner&#39;s name. | [optional] **Name** | Pointer to **string** | Owner's name. | [optional]
## Methods ## Methods

View File

@@ -17,8 +17,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | The type can only be IDENTITY. This is read-only. | [optional] **Type** | Pointer to **string** | The type can only be IDENTITY. This is read-only. | [optional]
**Id** | Pointer to **string** | Identity ID. | [optional] **Id** | Pointer to **string** | Identity ID. | [optional]
**Name** | Pointer to **string** | Identity&#39;s human-readable display name. This is read-only. | [optional] **Name** | Pointer to **string** | Identity's human-readable display name. This is read-only. | [optional]
**Email** | Pointer to **string** | Identity&#39;s email address. This is read-only. | [optional] **Email** | Pointer to **string** | Identity's email address. This is read-only. | [optional]
## Methods ## Methods

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityWithNewAccessAccessRefsInner'
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | Entitlement&#39;s DTO type. | [optional] **Type** | Pointer to **string** | Entitlement's DTO type. | [optional]
**Id** | Pointer to **string** | Entitlement&#39;s ID. | [optional] **Id** | Pointer to **string** | Entitlement's ID. | [optional]
**Name** | Pointer to **string** | Entitlement&#39;s display name. | [optional] **Name** | Pointer to **string** | Entitlement's display name. | [optional]
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'InviteIdentitiesRequest', 'BetaInvite
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Ids** | Pointer to **[]string** | The list of Identities IDs to invite - required when &#39;uninvited&#39; is false | [optional] **Ids** | Pointer to **[]string** | The list of Identities IDs to invite - required when 'uninvited' is false | [optional]
**Uninvited** | Pointer to **bool** | indicator (optional) to invite all unregistered identities in the system within a limit 1000. This parameter makes sense only when &#39;ids&#39; is empty. | [optional] [default to false] **Uninvited** | Pointer to **bool** | indicator (optional) to invite all unregistered identities in the system within a limit 1000. This parameter makes sense only when 'ids' is empty. | [optional] [default to false]
## Methods ## Methods

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
**DeprecatedBy** | Pointer to **time.Time** | | [optional] **DeprecatedBy** | Pointer to **time.Time** | | [optional]
**VersionNumber** | Pointer to **int32** | Version number | [optional] **VersionNumber** | Pointer to **int32** | Version number | [optional]
**IsSimulationEnabled** | Pointer to **bool** | | [optional] **IsSimulationEnabled** | Pointer to **bool** | | [optional]
**IsDynamicSchema** | Pointer to **bool** | Determines whether the dynamic output schema is returned in place of the action&#39;s output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields. | [optional] **IsDynamicSchema** | Pointer to **bool** | Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields. | [optional]
**OutputSchema** | Pointer to **map[string]interface{}** | Example output schema | [optional] **OutputSchema** | Pointer to **map[string]interface{}** | Example output schema | [optional]
**InputExample** | Pointer to **map[string]interface{}** | Example trigger payload if applicable | [optional] **InputExample** | Pointer to **map[string]interface{}** | Example trigger payload if applicable | [optional]

View File

@@ -17,8 +17,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Identity** | Pointer to **string** | The email identity | [optional] **Identity** | Pointer to **string** | The email identity | [optional]
**MailFromDomain** | Pointer to **string** | The name of a domain that an email identity uses as a custom MAIL FROM domain | [optional] **MailFromDomain** | Pointer to **string** | The name of a domain that an email identity uses as a custom MAIL FROM domain | [optional]
**MxRecord** | Pointer to **string** | MX record that is required in customer&#39;s DNS to allow the domain to receive bounce and complaint notifications that email providers send you | [optional] **MxRecord** | Pointer to **string** | MX record that is required in customer's DNS to allow the domain to receive bounce and complaint notifications that email providers send you | [optional]
**TxtRecord** | Pointer to **string** | TXT record that is required in customer&#39;s DNS in order to prove that Amazon SES is authorized to send email from your domain | [optional] **TxtRecord** | Pointer to **string** | TXT record that is required in customer's DNS in order to prove that Amazon SES is authorized to send email from your domain | [optional]
**MailFromDomainStatus** | Pointer to **string** | The current status of the MAIL FROM verification | [optional] **MailFromDomainStatus** | Pointer to **string** | The current status of the MAIL FROM verification | [optional]
## Methods ## Methods

View File

@@ -30,8 +30,8 @@ Name | Type | Description | Notes
**Status** | Pointer to [**ManagedClientStatusEnum**](managed-client-status-enum) | Status of the ManagedClient | [optional] [readonly] **Status** | Pointer to [**ManagedClientStatusEnum**](managed-client-status-enum) | Status of the ManagedClient | [optional] [readonly]
**Type** | **string** | Type of the ManagedClient (VA, CCG) | **Type** | **string** | Type of the ManagedClient (VA, CCG) |
**VaDownloadUrl** | Pointer to **string** | ManagedClient VA download URL | [optional] [readonly] **VaDownloadUrl** | Pointer to **string** | ManagedClient VA download URL | [optional] [readonly]
**VaVersion** | Pointer to **string** | Version that the ManagedClient&#39;s VA is running | [optional] [readonly] **VaVersion** | Pointer to **string** | Version that the ManagedClient's VA is running | [optional] [readonly]
**Secret** | Pointer to **string** | Client&#39;s apiKey | [optional] **Secret** | Pointer to **string** | Client's apiKey | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'ManagerCorrelationMapping', 'BetaMana
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**AccountAttributeName** | Pointer to **string** | Name of the attribute to use for manager correlation. The value found on the account attribute will be used to lookup the manager&#39;s identity. | [optional] **AccountAttributeName** | Pointer to **string** | Name of the attribute to use for manager correlation. The value found on the account attribute will be used to lookup the manager's identity. | [optional]
**IdentityAttributeName** | Pointer to **string** | Name of the identity attribute to search when trying to find a manager using the value from the accountAttribute. | [optional] **IdentityAttributeName** | Pointer to **string** | Name of the identity attribute to search when trying to find a manager using the value from the accountAttribute. | [optional]
## Methods ## Methods

View File

@@ -15,7 +15,7 @@ tags: ['SDK', 'Software Development Kit', 'ManualDiscoverApplications', 'BetaMan
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**File** | ***os.File** | The CSV file to upload containing &#x60;application_name&#x60; and &#x60;description&#x60; columns. Each row represents an application to be discovered. | **File** | ***os.File** | The CSV file to upload containing `application_name` and `description` columns. Each row represents an application to be discovered. |
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'ManualWorkItemDetailsCurrentOwner', '
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of current work item owner&#39;s identity. | [optional] **Type** | Pointer to **string** | DTO type of current work item owner's identity. | [optional]
**Id** | Pointer to **string** | ID of current work item owner&#39;s identity. | [optional] **Id** | Pointer to **string** | ID of current work item owner's identity. | [optional]
**Name** | Pointer to **string** | Display name of current work item owner. | [optional] **Name** | Pointer to **string** | Display name of current work item owner. | [optional]
## Methods ## Methods

View File

@@ -15,8 +15,8 @@ tags: ['SDK', 'Software Development Kit', 'ManualWorkItemDetailsOriginalOwner',
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Type** | Pointer to **string** | DTO type of original work item owner&#39;s identity. | [optional] **Type** | Pointer to **string** | DTO type of original work item owner's identity. | [optional]
**Id** | Pointer to **string** | ID of original work item owner&#39;s identity. | [optional] **Id** | Pointer to **string** | ID of original work item owner's identity. | [optional]
**Name** | Pointer to **string** | Display name of original work item owner. | [optional] **Name** | Pointer to **string** | Display name of original work item owner. | [optional]
## Methods ## Methods

Some files were not shown because too many files have changed in this diff Show More