mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1003 B
1003 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-basic-auth-config | BasicAuthConfig | BasicAuthConfig | BasicAuthConfig | powershellsdk |
|
/tools/sdk/powershell/v2024/models/basic-auth-config |
|
BasicAuthConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| UserName | String | The username to authenticate. | [optional] |
| Password | String | The password to authenticate. On response, this field is set to null as to not return secrets. | [optional] |
Examples
- Prepare the resource
$BasicAuthConfig = Initialize-PSSailpoint.V2024BasicAuthConfig -UserName user@example.com `
-Password null
- Convert the resource to JSON
$BasicAuthConfig | ConvertTo-JSON