Get Custom Key Store Plain Args
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
fun GetCustomKeyStorePlainArgs(customKeyStoreId: String? = null, customKeyStoreName: String? = null)