mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2025-role-assignment-dto-assignment-context
|
||||
title: RoleAssignmentDtoAssignmentContext
|
||||
pagination_label: RoleAssignmentDtoAssignmentContext
|
||||
sidebar_label: RoleAssignmentDtoAssignmentContext
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleAssignmentDtoAssignmentContext', 'V2025RoleAssignmentDtoAssignmentContext']
|
||||
slug: /tools/sdk/powershell/v2025/models/role-assignment-dto-assignment-context
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleAssignmentDtoAssignmentContext', 'V2025RoleAssignmentDtoAssignmentContext']
|
||||
---
|
||||
|
||||
|
||||
# RoleAssignmentDtoAssignmentContext
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Requested** | [**AccessRequestContext**](access-request-context) | | [optional]
|
||||
**Matched** | [**[]RoleMatchDto**](role-match-dto) | | [optional]
|
||||
**ComputedDate** | **String** | Date that the assignment will was evaluated | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleAssignmentDtoAssignmentContext = Initialize-PSSailpoint.V2025RoleAssignmentDtoAssignmentContext -Requested null `
|
||||
-Matched null `
|
||||
-ComputedDate Wed Feb 14 10:58:42
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RoleAssignmentDtoAssignmentContext | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user