AuthorizationContract interface

Authorization contract.

Extends

Properties

authorizationType

Authorization type options

error

Authorization error details.

oAuth2GrantType

OAuth2 grant type options

parameters

Authorization parameters

status

Status of the Authorization

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

authorizationType

Authorization type options

authorizationType?: string

Property Value

string

error

Authorization error details.

error?: AuthorizationError

Property Value

oAuth2GrantType

OAuth2 grant type options

oAuth2GrantType?: string

Property Value

string

parameters

Authorization parameters

parameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

status

Status of the Authorization

status?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type