Package-level declarations
Types
Link copied to clipboard
data class BackendConfigCmpv2AuthenticatorsArgs(val cert: Output<Map<String, String>>? = null) : ConvertibleToJava<BackendConfigCmpv2AuthenticatorsArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for BackendConfigEstAuthenticatorsArgs.
Link copied to clipboard
data class GetBackendCertMetadataPlainArgs(val namespace: String? = null, val path: String, val serial: String) : ConvertibleToJava<GetBackendCertMetadataPlainArgs>
A collection of arguments for invoking getBackendCertMetadata.
Link copied to clipboard
Builder for GetBackendCertMetadataPlainArgs.
Link copied to clipboard
data class GetBackendConfigCmpv2PlainArgs(val backend: String, val disabledValidations: List<String>? = null, val namespace: String? = null) : ConvertibleToJava<GetBackendConfigCmpv2PlainArgs>
A collection of arguments for invoking getBackendConfigCmpv2.
Link copied to clipboard
Builder for GetBackendConfigCmpv2PlainArgs.
Link copied to clipboard
data class GetBackendConfigEstPlainArgs(val backend: String, val namespace: String? = null) : ConvertibleToJava<GetBackendConfigEstPlainArgs>
A collection of arguments for invoking getBackendConfigEst.
Link copied to clipboard
Builder for GetBackendConfigEstPlainArgs.
Link copied to clipboard
data class GetBackendIssuerPlainArgs(val backend: String, val disableCriticalExtensionChecks: Boolean? = null, val disableNameChecks: Boolean? = null, val disableNameConstraintChecks: Boolean? = null, val disablePathLengthChecks: Boolean? = null, val issuerRef: String, val namespace: String? = null) : ConvertibleToJava<GetBackendIssuerPlainArgs>
A collection of arguments for invoking getBackendIssuer.
Link copied to clipboard
Builder for GetBackendIssuerPlainArgs.
Link copied to clipboard
data class GetBackendIssuersPlainArgs(val backend: String, val namespace: String? = null) : ConvertibleToJava<GetBackendIssuersPlainArgs>
A collection of arguments for invoking getBackendIssuers.
Link copied to clipboard
Builder for GetBackendIssuersPlainArgs.
Link copied to clipboard
data class GetBackendKeyPlainArgs(val backend: String, val keyRef: String, val namespace: String? = null) : ConvertibleToJava<GetBackendKeyPlainArgs>
A collection of arguments for invoking getBackendKey.
Link copied to clipboard
Builder for GetBackendKeyPlainArgs.
Link copied to clipboard
data class GetBackendKeysPlainArgs(val backend: String, val namespace: String? = null) : ConvertibleToJava<GetBackendKeysPlainArgs>
A collection of arguments for invoking getBackendKeys.
Link copied to clipboard
Builder for GetBackendKeysPlainArgs.
Link copied to clipboard
data class SecretBackendRolePolicyIdentifierArgs(val cps: Output<String>? = null, val notice: Output<String>? = null, val oid: Output<String>) : ConvertibleToJava<SecretBackendRolePolicyIdentifierArgs>
Link copied to clipboard