GetExtensionProvidersProvider

data class GetExtensionProvidersProvider(val config: String, val extensionProviderName: String, val id: String, val serviceMeshId: String, val type: String)

Constructors

Link copied to clipboard
constructor(config: String, extensionProviderName: String, id: String, serviceMeshId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The config of the Service Mesh Extension Provider.

Link copied to clipboard

The name of the Service Mesh Extension Provider.

Link copied to clipboard
val id: String

The ID of the Service Mesh Extension Provider. It formats as <service_mesh_id>:<type>:<extension_provider_name>.

Link copied to clipboard

The ID of the Service Mesh.

Link copied to clipboard

The type of the Service Mesh Extension Provider. Valid values: httpextauth, grpcextauth.