Skip to main content

Authorizationscheme

Properties

NameTypeDescriptionNotes
SpecUrnStringURN describing the authorization specification. OAuth 2.0: urn:ietf:rfc:6749; Bearer token: urn:ietf:rfc:6750.[optional]

Examples

  • Prepare the resource
$Authorizationscheme = Initialize-Authorizationscheme  -SpecUrn urn:ietf:rfc:6749
  • Convert the resource to JSON
$Authorizationscheme | ConvertTo-JSON

[Back to top]