Skip to main content

JitactivationhistorydocumentSummaryPolicyMatchesInner

Properties

NameTypeDescriptionNotes
policy_idstrUUID of the matched policy.[optional]
policy_namestrDisplay name of the matched policy.[optional]
}

Example

from sailpoint.jit_activations.models.jitactivationhistorydocument_summary_policy_matches_inner import JitactivationhistorydocumentSummaryPolicyMatchesInner

jitactivationhistorydocument_summary_policy_matches_inner = JitactivationhistorydocumentSummaryPolicyMatchesInner(
policy_id='4d79eca9-8a77-4d06-8297-9be9868906f1',
policy_name='Austin Engineering Policy'
)

[Back to top]