IdentityConfigResponse

data class IdentityConfigResponse(val userServiceAccountMapping: Map<String, String>)

Identity related configuration, including service account based secure multi-tenancy user mappings.

Constructors

Link copied to clipboard
constructor(userServiceAccountMapping: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Map of user to service account.