GetCustomKeyStorePlainArgs

data class GetCustomKeyStorePlainArgs(val customKeyStoreId: String? = null, val customKeyStoreName: String? = null) : ConvertibleToJava<GetCustomKeyStorePlainArgs>

A collection of arguments for invoking getCustomKeyStore.

Constructors

Link copied to clipboard
constructor(customKeyStoreId: String? = null, customKeyStoreName: String? = null)

Properties

Link copied to clipboard

The ID for the custom key store.

Link copied to clipboard

The user-specified friendly name for the custom key store.

Functions

Link copied to clipboard
open override fun toJava(): GetCustomKeyStorePlainArgs