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]