Package-level declarations

Types

Link copied to clipboard
class Authority : KotlinCustomResource

A VerifiedId authority resource Uses Azure REST API version 2024-01-26-preview. In version 2.x of the Azure Native provider, it used API version 2024-01-26-preview.

Link copied to clipboard
data class AuthorityArgs(val authorityName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AuthorityArgs>

A VerifiedId authority resource Uses Azure REST API version 2024-01-26-preview. In version 2.x of the Azure Native provider, it used API version 2024-01-26-preview.

Link copied to clipboard
Link copied to clipboard
object AuthorityMapper : ResourceMapper<Authority>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun authority(name: String, block: suspend AuthorityResourceBuilder.() -> Unit): Authority