GetAuthorizationResult

data class GetAuthorizationResult(val authorizationType: String? = null, val azureApiVersion: String, val error: AuthorizationErrorResponse? = null, val id: String, val name: String, val oAuth2GrantType: String? = null, val parameters: Map<String, String>? = null, val status: String? = null, val type: String)

Authorization contract.

Constructors

Link copied to clipboard
constructor(authorizationType: String? = null, azureApiVersion: String, error: AuthorizationErrorResponse? = null, id: String, name: String, oAuth2GrantType: String? = null, parameters: Map<String, String>? = null, status: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authorization type options

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Authorization error details.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
val oAuth2GrantType: String? = null

OAuth2 grant type options

Link copied to clipboard
val parameters: Map<String, String>? = null

Authorization parameters

Link copied to clipboard
val status: String? = null

Status of the Authorization

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"