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.v2024.models.approval_reference import ApprovalReference
approval_reference = ApprovalReference(
id='64012350-8fd9-4f6c-a170-1fe123683899',
type='AccessRequestId'
)