Skip to main content

Updateidentitycollectorrequest

Properties

NameTypeDescriptionNotes
NameStringThe display name of the identity collector. Must be unique within the tenant.[required]
SourceIdStringThe identifier of the associated source, represented as a UUID. Both hyphenated and non-hyphenated formats are accepted. This value cannot be modified for an existing identity collector and must match the current value.[required]
TypeStringThe identity collector type. This value cannot be modified for an existing identity collector and must match the current value.[required]

Examples

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

[Back to top]