mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
888 B
888 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-bearer-token-auth-config | BearerTokenAuthConfig | BearerTokenAuthConfig | BearerTokenAuthConfig | powershellsdk |
|
/tools/sdk/powershell/beta/models/bearer-token-auth-config |
|
BearerTokenAuthConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| BearerToken | String | Bearer token | [optional] |
Examples
- Prepare the resource
$BearerTokenAuthConfig = Initialize-BetaBearerTokenAuthConfig -BearerToken null
- Convert the resource to JSON
$BearerTokenAuthConfig | ConvertTo-JSON