Skip to main content

TagTagCategoryRefsInner

Tagged object's category.

Properties

NameTypeDescriptionNotes
typeEnum [ 'ACCESS_PROFILE', 'APPLICATION', 'CAMPAIGN', 'ENTITLEMENT', 'IDENTITY', 'ROLE', 'SOD_POLICY', 'SOURCE' ]DTO type of the tagged object's category.[optional]
idstrTagged object's ID.[optional]
namestrTagged object's display name.[optional]
}

Example

from sailpoint.beta.models.tag_tag_category_refs_inner import TagTagCategoryRefsInner

tag_tag_category_refs_inner = TagTagCategoryRefsInner(
type='ENTITLEMENT',
id='2c91809773dee32014e13e122092014e',
name='CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local'
)

[Back to top]