mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: role-criteria-key
|
||||
title: RoleCriteriaKey
|
||||
pagination_label: RoleCriteriaKey
|
||||
sidebar_label: RoleCriteriaKey
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleCriteriaKey', 'RoleCriteriaKey']
|
||||
slug: /tools/sdk/powershell/v3/models/role-criteria-key
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleCriteriaKey', 'RoleCriteriaKey']
|
||||
---
|
||||
|
||||
|
||||
# RoleCriteriaKey
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | [**RoleCriteriaKeyType**](role-criteria-key-type) | | [required]
|
||||
**Property** | **String** | The name of the attribute or entitlement to which the associated criteria applies. | [required]
|
||||
**SourceId** | Pointer to **String** | ID of the Source from which an account attribute or entitlement is drawn. Required if type is ACCOUNT or ENTITLEMENT | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleCriteriaKey = Initialize-PSSailpoint.V3RoleCriteriaKey -Type null `
|
||||
-Property attribute.email `
|
||||
-SourceId 2c9180867427f3a301745aec18211519
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RoleCriteriaKey | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user