VendorConnectorMappingUpdatedBy
An object representing the nullable identifier of the user who last updated the mapping.
Properties
Name | Type | Description | Notes |
---|---|---|---|
string | str | The identifier of the user who last updated the mapping, if available. | [optional] |
valid | bool | A flag indicating if the 'String' field is set and valid. | [optional] [default to False] |
} |
Example
from sailpoint.v2024.models.vendor_connector_mapping_updated_by import VendorConnectorMappingUpdatedBy
vendor_connector_mapping_updated_by = VendorConnectorMappingUpdatedBy(
string='user-67891',
valid=True
)