Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/ApprovalReference.md
2025-02-20 12:59:19 -05:00

938 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-approval-reference ApprovalReference ApprovalReference ApprovalReference pythonsdk
python
Python
sdk
ApprovalReference
BetaApprovalReference
/tools/sdk/python/beta/models/approval-reference
SDK
Software Development Kit
ApprovalReference
BetaApprovalReference

ApprovalReference

Reference objects related to the approval

Properties

Name Type Description Notes
id str Id of the reference object [optional]
type str What reference object does this ID correspond to [optional]
}

Example

from sailpoint.beta.models.approval_reference import ApprovalReference

approval_reference = ApprovalReference(
id='64012350-8fd9-4f6c-a170-1fe123683899',
type='AccessRequestId'
)

[Back to top]