JitactivationhistorydocumentSummaryPolicyMatchesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| policy_id | str | UUID of the matched policy. | [optional] |
| policy_name | str | Display 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'
)