ManagedCassandraManagedServiceIdentityResponse

data class ManagedCassandraManagedServiceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

Identity for the resource.

Constructors

constructor(principalId: String, tenantId: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The object id of the identity resource.

Link copied to clipboard

The tenant id of the resource.

Link copied to clipboard
val type: String? = null

The type of the resource.