ManagedIdentityResponse

data class ManagedIdentityResponse(val clientId: String? = null, val identityType: String, val objectId: String? = null, val resourceId: String? = null)

Managed identity configuration.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, identityType: String, objectId: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.

Link copied to clipboard

Enum to determine identity framework. Expected value is 'Managed'.

Link copied to clipboard
val objectId: String? = null

Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.

Link copied to clipboard
val resourceId: String? = null

Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.