UserAssignedIdentityAuthInfoResponse

data class UserAssignedIdentityAuthInfoResponse(val authType: String, val clientId: String, val subscriptionId: String)

The authentication info when authType is userAssignedIdentity

Constructors

Link copied to clipboard
constructor(authType: String, clientId: String, subscriptionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication type. Expected value is 'userAssignedIdentity'.

Link copied to clipboard

Client Id for userAssignedIdentity.

Link copied to clipboard

Subscription id for userAssignedIdentity.