mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
removing beta docs
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
---
|
||||
id: argument
|
||||
title: Argument
|
||||
pagination_label: Argument
|
||||
sidebar_label: Argument
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Argument']
|
||||
slug: /tools/sdk/powershell/beta/models/argument
|
||||
tags: ['SDK', 'Software Development Kit', 'Argument']
|
||||
---
|
||||
|
||||
|
||||
# Argument
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | **String** | the name of the argument | [required]
|
||||
**Description** | Pointer to **String** | the description of the argument | [optional]
|
||||
**Type** | Pointer to **String** | the programmatic type of the argument | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Argument = Initialize-PSSailpoint.BetaArgument -Name firstName `
|
||||
-Description the first name of the identity `
|
||||
-Type String
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Argument | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user