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

1018 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-role-assignment-ref RoleAssignmentRef RoleAssignmentRef RoleAssignmentRef pythonsdk
python
Python
sdk
RoleAssignmentRef
BetaRoleAssignmentRef
/tools/sdk/python/beta/models/role-assignment-ref
SDK
Software Development Kit
RoleAssignmentRef
BetaRoleAssignmentRef

RoleAssignmentRef

Properties

Name Type Description Notes
id str Assignment Id [optional]
role BaseReferenceDto1 [optional]
}

Example

from sailpoint.beta.models.role_assignment_ref import RoleAssignmentRef

role_assignment_ref = RoleAssignmentRef(
id='1cbb0705b38c4226b1334eadd8874086',
role=sailpoint.beta.models.base_reference_dto_1.BaseReferenceDto_1(
                    id = 'ff8081814d977c21014da056804a0af3', 
                    name = 'Github', )
)

[Back to top]