mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,25 +16,25 @@ tags: ['SDK', 'Software Development Kit', 'CreateOAuthClientResponse', 'BetaCrea
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | ID of the OAuth client | [required]
|
||||
**Secret** | **String** | Secret of the OAuth client (This field is only returned on the intial create call.) | [required]
|
||||
**BusinessName** | **String** | The name of the business the API Client should belong to | [required]
|
||||
**HomepageUrl** | **String** | The homepage URL associated with the owner of the API Client | [required]
|
||||
**Name** | **String** | A human-readable name for the API Client | [required]
|
||||
**Description** | **String** | A description of the API Client | [required]
|
||||
**AccessTokenValiditySeconds** | **Int32** | The number of seconds an access token generated for this API Client is valid for | [required]
|
||||
**RefreshTokenValiditySeconds** | **Int32** | The number of seconds a refresh token generated for this API Client is valid for | [required]
|
||||
**RedirectUris** | **[]String** | A list of the approved redirect URIs used with the authorization_code flow | [required]
|
||||
**GrantTypes** | [**[]GrantType**](grant-type) | A list of OAuth 2.0 grant types this API Client can be used with | [required]
|
||||
**AccessType** | [**AccessType**](access-type) | | [required]
|
||||
**Type** | [**ClientType**](client-type) | | [required]
|
||||
**Internal** | **Boolean** | An indicator of whether the API Client can be used for requests internal to IDN | [required]
|
||||
**Enabled** | **Boolean** | An indicator of whether the API Client is enabled for use | [required]
|
||||
**StrongAuthSupported** | **Boolean** | An indicator of whether the API Client supports strong authentication | [required]
|
||||
**ClaimsSupported** | **Boolean** | An indicator of whether the API Client supports the serialization of SAML claims when used with the authorization_code flow | [required]
|
||||
**Created** | **System.DateTime** | The date and time, down to the millisecond, when the API Client was created | [required]
|
||||
**Modified** | **System.DateTime** | The date and time, down to the millisecond, when the API Client was last updated | [required]
|
||||
**Scope** | **[]String** | Scopes of the API Client. | [required]
|
||||
**Id** | **String** | ID of the OAuth client | [required]
|
||||
**Secret** | **String** | Secret of the OAuth client (This field is only returned on the intial create call.) | [required]
|
||||
**BusinessName** | **String** | The name of the business the API Client should belong to | [required]
|
||||
**HomepageUrl** | **String** | The homepage URL associated with the owner of the API Client | [required]
|
||||
**Name** | **String** | A human-readable name for the API Client | [required]
|
||||
**Description** | **String** | A description of the API Client | [required]
|
||||
**AccessTokenValiditySeconds** | **Int32** | The number of seconds an access token generated for this API Client is valid for | [required]
|
||||
**RefreshTokenValiditySeconds** | **Int32** | The number of seconds a refresh token generated for this API Client is valid for | [required]
|
||||
**RedirectUris** | **[]String** | A list of the approved redirect URIs used with the authorization_code flow | [required]
|
||||
**GrantTypes** | [**[]GrantType**](grant-type) | A list of OAuth 2.0 grant types this API Client can be used with | [required]
|
||||
**AccessType** | [**AccessType**](access-type) | | [required]
|
||||
**Type** | [**ClientType**](client-type) | | [required]
|
||||
**Internal** | **Boolean** | An indicator of whether the API Client can be used for requests internal to IDN | [required]
|
||||
**Enabled** | **Boolean** | An indicator of whether the API Client is enabled for use | [required]
|
||||
**StrongAuthSupported** | **Boolean** | An indicator of whether the API Client supports strong authentication | [required]
|
||||
**ClaimsSupported** | **Boolean** | An indicator of whether the API Client supports the serialization of SAML claims when used with the authorization_code flow | [required]
|
||||
**Created** | **System.DateTime** | The date and time, down to the millisecond, when the API Client was created | [required]
|
||||
**Modified** | **System.DateTime** | The date and time, down to the millisecond, when the API Client was last updated | [required]
|
||||
**Scope** | **[]String** | Scopes of the API Client. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user