Skip to main content

Segmentmembership

Properties

NameTypeDescriptionNotes
Segments[]StringList of segment ids that the identity is associated with.[optional]
AllAccessScopes[]ScopetypeThey type of scopes that are assigned to the identity.[optional]
RefreshBySystem.DateTimeDate time string that lets you know when the membership data is going to be refreshed.[optional]

Examples

  • Prepare the resource
$Segmentmembership = Initialize-Segmentmembership  -Segments null `
-AllAccessScopes null `
-RefreshBy 2020-01-01T00:00Z
  • Convert the resource to JSON
$Segmentmembership | ConvertTo-JSON

[Back to top]