ListIntegrationAccountSchemaContentCallbackUrlPlainArgs

data class ListIntegrationAccountSchemaContentCallbackUrlPlainArgs(val integrationAccountName: String, val keyType: Either<String, KeyType>? = null, val notAfter: String? = null, val resourceGroupName: String, val schemaName: String) : ConvertibleToJava<ListIntegrationAccountSchemaContentCallbackUrlPlainArgs>

Constructors

constructor(integrationAccountName: String, keyType: Either<String, KeyType>? = null, notAfter: String? = null, resourceGroupName: String, schemaName: String)

Properties

Link copied to clipboard

The integration account name.

Link copied to clipboard
val keyType: Either<String, KeyType>? = null

The key type.

Link copied to clipboard
val notAfter: String? = null

The expiry time.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The integration account schema name.

Functions

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