GetClientConfigResult

data class GetClientConfigResult(val clientId: String, val id: String, val objectId: String, val subscriptionId: String, val tenantId: String)

A collection of values returned by getClientConfig.

Constructors

Link copied to clipboard
constructor(clientId: String, id: String, objectId: String, subscriptionId: String, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

is set to the Azure Client ID (Application Object ID).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

is set to the Azure Object ID.

Link copied to clipboard

is set to the Azure Subscription ID.

Link copied to clipboard

is set to the Azure Tenant ID.