Skip to main content

Identitycollectorbuiltinpropertiesbytype

Properties

NameTypeDescriptionNotes
TypeStringIdentity collector type display name.[required]
Users[]StringBuilt-in user source attribute names that can be used in field mappings for the identity collector type.[required]
Groups[]StringBuilt-in group source attribute names that can be used in field mappings for the identity collector type.[required]

Examples

  • Prepare the resource
$Identitycollectorbuiltinpropertiesbytype = Initialize-Identitycollectorbuiltinpropertiesbytype -Type Azure Active Directory `
-Users ["userPrincipalName","displayName","department"] `
-Groups ["displayName","mailEnabled","objectId"]
  • Convert the resource to JSON
$Identitycollectorbuiltinpropertiesbytype | ConvertTo-JSON

[Back to top]