ConfigClient

data class ConfigClient(val apiKey: String? = null, val firebaseSubdomain: String? = null, val permissions: ConfigClientPermissions? = null)

Constructors

Link copied to clipboard
constructor(apiKey: String? = null, firebaseSubdomain: String? = null, permissions: ConfigClientPermissions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiKey: String? = null

(Output) API key that can be used when making requests for this project. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard

(Output) Firebase subdomain.

Link copied to clipboard

Configuration related to restricting a user's ability to affect their account. Structure is documented below.