Skip to main content

Intelnonhumanidentityownedslice

Properties

NameTypeDescriptionNotes
Items[]IntelnonhumanidentityownershipitemFirst page of owned non-human identities for this role.[required]
TotalCountInt32Total number of owned non-human identities in this role; omitted when items is empty.[optional]
NextStringAbsolute URL to the next page for this category and ownership role; present when totalCount exceeds the items returned on this page. Includes ownershipRole, limit, offset, and count=true.[optional]

Examples

  • Prepare the resource
$Intelnonhumanidentityownedslice = Initialize-Intelnonhumanidentityownedslice -Items null `
-TotalCount 11 `
-Next https://tenant.example.api.cloud.sailpoint.com/intelligence/v1/identities/ef38f94347e94562b5bb8424a56397d8/non-human-identity-ownership/agents?ownershipRole=primary&limit=10&offset=10&count=true
  • Convert the resource to JSON
$Intelnonhumanidentityownedslice | ConvertTo-JSON

[Back to top]