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.BetaBasicAuthConfig -UserName user@example.com `
-Password null
- Convert the resource to JSON
$BasicAuthConfig | ConvertTo-JSON