Skip to main content

SourceResourceMappingValue

Properties

NameTypeDescriptionNotes
DatasetIdStringDataset identifier that owns the resource.[optional]
ResourceTypeStringResource type from source schema config.[optional]
ObjectTypeStringConnector object type for the resource.[optional]

Examples

  • Prepare the resource
$SourceResourceMappingValue = Initialize-SourceResourceMappingValue -DatasetId cmdb-servicenow:applications `
-ResourceType std:resource `
-ObjectType account
  • Convert the resource to JSON
$SourceResourceMappingValue | ConvertTo-JSON

[Back to top]