Skip to main content

BearerTokenAuthConfig

Properties

NameTypeDescriptionNotes
BearerTokenStringBearer token[optional]

Examples

  • Prepare the resource
$BearerTokenAuthConfig = Initialize-PSSailpoint.V2024BearerTokenAuthConfig  -BearerToken null
  • Convert the resource to JSON
$BearerTokenAuthConfig | ConvertTo-JSON

[Back to top]