ManagedIdentityDefinitionResponse

data class ManagedIdentityDefinitionResponse(val clientId: String? = null)

Parameters to authenticate using a Managed Identity.

Constructors

Link copied to clipboard
constructor(clientId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client Id for authenticating a Managed Identity.