GetServiceResult

data class GetServiceResult(val accessPolicyObjectIds: List<String>, val authenticationConfigurations: List<GetServiceAuthenticationConfiguration>, val corsConfigurations: List<GetServiceCorsConfiguration>, val cosmosdbKeyVaultKeyVersionlessId: String, val cosmosdbThroughput: Int, val id: String, val kind: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getService.

Constructors

Link copied to clipboard
constructor(accessPolicyObjectIds: List<String>, authenticationConfigurations: List<GetServiceAuthenticationConfiguration>, corsConfigurations: List<GetServiceCorsConfiguration>, cosmosdbKeyVaultKeyVersionlessId: String, cosmosdbThroughput: Int, id: String, kind: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

An authentication_configuration block as defined below.

Link copied to clipboard

A cors_configuration block as defined below.

Link copied to clipboard

The versionless Key Vault Key ID for CMK encryption of the backing database.

Link copied to clipboard

The provisioned throughput for the backing database.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The type of the service.

Link copied to clipboard

The Azure Region where the Service is located.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags to assign to the resource.