AuthorizationScheme
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SpecUrn | String | URN 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