Skip to main content

Createidentitycollectorrequest

Properties

NameTypeDescriptionNotes
NameStringThe display name for the new identity collector. Must be unique within the tenant.[required]
SourceIdStringThe identifier of the source to create the identity collector for, represented as a UUID. Both hyphenated and non-hyphenated formats are accepted. The identity collector type is derived from this source.[required]

Examples

  • Prepare the resource
$Createidentitycollectorrequest = Initialize-Createidentitycollectorrequest  -Name Active Directory Identity Collector `
-SourceId 2c9180835d2e5168015d32f890ca1581
  • Convert the resource to JSON
$Createidentitycollectorrequest | ConvertTo-JSON

[Back to top]