{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "UserProvisioningLog - Data API",
"description": "Represents messages generated during the process of provisioning users for third-party applications. This object is available in API version 33.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"Details": {
"type": "textarea",
"properties": "Create, Nillable, Update",
"description": "The value of this field depends on the log entry. For example, if the target system returns an error, the error message may be recorded in this field."
},
"ExternalUserId": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Nillable, Sort, Update",
"description": "The unique identifier for the user in the target system."
},
"ExternalUsername": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The username set in the target system for the associated user account."
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The unique name for this object."
},
"OwnerId": {
"type": "reference",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Salesforce ID of the Group or User who owns this object."
},
"Status": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The status of the user provisioning request. Based on the context of the log, it can contain different values, such as an HttpStatusCode."
},
"UserId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Salesforce ID of the user making the request. This is a relationship field.",
"relationship_name": "User",
"relationship_type": "Lookup",
"refers_to": "User"
},
"UserProvisioningRequestId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "A unique identifier for the user provisioning request. This is a relationship field.",
"relationship_name": "UserProvisioningRequest",
"relationship_type": "Lookup",
"refers_to": "UserProvisioningRequest"
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Details": {
"field_label": "Details",
"type": "textarea",
"length": "4000"
},
"ExternalUserId": {
"field_label": "External User Id",
"type": "string",
"length": "150"
},
"ExternalUsername": {
"field_label": "External Username",
"type": "string",
"length": "150"
},
"Id": {
"field_label": "User Provisioning Log ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"Status": {
"field_label": "Status",
"type": "string",
"length": "150"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"UserId": {
"field_label": "User ID",
"type": "reference",
"length": "18"
},
"UserProvisioningRequestId": {
"field_label": "User Provisioning Request ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}