Package-level declarations
Types
Link copied to clipboard
data class AttestationServiceCreationSpecificParamsArgs(val policySigningCertificates: Output<JSONWebKeySetArgs>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null, val tpmAttestationAuthentication: Output<Either<String, TpmAttestationAuthenticationType>>? = null) : ConvertibleToJava<AttestationServiceCreationSpecificParamsArgs>
Client supplied parameters used to create a new attestation provider.
Link copied to clipboard
Link copied to clipboard
data class GetAttestationProviderPlainArgs(val providerName: String, val resourceGroupName: String) : ConvertibleToJava<GetAttestationProviderPlainArgs>
Link copied to clipboard
Builder for GetAttestationProviderPlainArgs.
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val providerName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class JSONWebKeyArgs(val alg: Output<String>? = null, val crv: Output<String>? = null, val d: Output<String>? = null, val dp: Output<String>? = null, val dq: Output<String>? = null, val e: Output<String>? = null, val k: Output<String>? = null, val kid: Output<String>? = null, val kty: Output<String>, val n: Output<String>? = null, val p: Output<String>? = null, val q: Output<String>? = null, val qi: Output<String>? = null, val use: Output<String>? = null, val x: Output<String>? = null, val x5c: Output<List<String>>? = null, val y: Output<String>? = null) : ConvertibleToJava<JSONWebKeyArgs>
Link copied to clipboard
class JSONWebKeyArgsBuilder
Builder for JSONWebKeyArgs.
Link copied to clipboard
data class JSONWebKeySetArgs(val keys: Output<List<JSONWebKeyArgs>>? = null) : ConvertibleToJava<JSONWebKeySetArgs>
Link copied to clipboard
class JSONWebKeySetArgsBuilder
Builder for JSONWebKeySetArgs.
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