Package-level declarations

Types

Link copied to clipboard
data class EnterprisePolicyIdentityArgs(val type: Output<ResourceIdentityType>? = null) : ConvertibleToJava<EnterprisePolicyIdentityArgs>

The identity of the EnterprisePolicy.

Link copied to clipboard
data class GetAccountPlainArgs(val accountName: String, val resourceGroupName: String) : ConvertibleToJava<GetAccountPlainArgs>
Link copied to clipboard
data class GetEnterprisePolicyPlainArgs(val enterprisePolicyName: String, val resourceGroupName: String) : ConvertibleToJava<GetEnterprisePolicyPlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val enterprisePolicyName: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class KeyPropertiesArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<KeyPropertiesArgs>

Url and version of the KeyVault Secret

Link copied to clipboard
Link copied to clipboard
data class KeyVaultPropertiesArgs(val id: Output<String>? = null, val key: Output<KeyPropertiesArgs>? = null) : ConvertibleToJava<KeyVaultPropertiesArgs>

Settings concerning key vault encryption for a configuration store.

Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class PropertiesEncryptionArgs(val keyVault: Output<KeyVaultPropertiesArgs>? = null, val state: Output<Either<String, State>>? = null) : ConvertibleToJava<PropertiesEncryptionArgs>

The encryption settings for a configuration store.

Link copied to clipboard
data class PropertiesLockboxArgs(val state: Output<Either<String, State>>? = null) : ConvertibleToJava<PropertiesLockboxArgs>

Settings concerning lockbox.

Link copied to clipboard
data class PropertiesNetworkInjectionArgs(val virtualNetworks: Output<List<VirtualNetworkPropertiesArgs>>? = null) : ConvertibleToJava<PropertiesNetworkInjectionArgs>

Settings concerning network injection.

Link copied to clipboard
data class SubnetPropertiesArgs(val name: Output<String>? = null) : ConvertibleToJava<SubnetPropertiesArgs>

Properties of a subnet.

Link copied to clipboard
data class VirtualNetworkPropertiesArgs(val id: Output<String>? = null, val subnet: Output<SubnetPropertiesArgs>? = null) : ConvertibleToJava<VirtualNetworkPropertiesArgs>

Settings concerning the virtual network.