mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13207859154
This commit is contained in:
@@ -19,9 +19,12 @@ Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**Get-BetaTenant**](#get-tenant) | **GET** `/tenant` | Get Tenant Information.
|
||||
|
||||
|
||||
## get-tenant
|
||||
This rest endpoint can be used to retrieve tenant details.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/get-tenant)
|
||||
|
||||
### Parameters
|
||||
Param Type | Name | Data Type | Required | Description
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
@@ -50,7 +53,7 @@ Code | Description | Data Type
|
||||
# Get Tenant Information.
|
||||
|
||||
try {
|
||||
Get-BetaTenant
|
||||
Get-BetaTenant
|
||||
|
||||
# Below is a request that includes all optional parameters
|
||||
# Get-BetaTenant
|
||||
|
||||
Reference in New Issue
Block a user