services_export_errors_v2
Creates, updates, deletes, gets or lists a services_export_errors_v2
resource.
Overview
Name | services_export_errors_v2 |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_export_errors_v2 |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The error Id. |
attributeName | string | The attribute name. |
attributeValue | string | The attribute value. |
createdDate | string | The date and time, in UTC, when the error was created. |
csObjectId | string | the cs object Id. |
dn | string | the DN of the object. |
existingObject | object | Object that hold sync object details. |
exportErrorStatus | integer | The export error status. |
incomingObject | object | Object that hold sync object details. |
incomingObjectDisplayName | string | The incoming object display name. |
incomingObjectType | string | The incoming object type. |
mergedEntityId | string | The merged entity Id. |
modifiedOrRemovedAttributeValue | string | The modified or removed attribute value. |
runStepResultId | string | The run step result Id. |
samAccountName | string | The sam account name. |
serverErrorDetail | string | The server error details. |
serviceId | string | The service Id. |
serviceMemberId | string | The server Id. |
timeFirstOccurred | string | The time when the error first occurred. |
timeOccurred | string | The date and time when the error occurred. |
type | string | The type of the error. |
userPrincipalName | string | The user principal name |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | errorBucket, serviceName | Gets the categorized export errors. |
SELECT
examples
Gets the categorized export errors.
SELECT
id,
attributeName,
attributeValue,
createdDate,
csObjectId,
dn,
existingObject,
exportErrorStatus,
incomingObject,
incomingObjectDisplayName,
incomingObjectType,
mergedEntityId,
modifiedOrRemovedAttributeValue,
runStepResultId,
samAccountName,
serverErrorDetail,
serviceId,
serviceMemberId,
timeFirstOccurred,
timeOccurred,
type,
userPrincipalName
FROM azure.ad_hybrid_health_service.services_export_errors_v2
WHERE errorBucket = '{{ errorBucket }}'
AND serviceName = '{{ serviceName }}';