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]