Azure Blob Definition Response
data class AzureBlobDefinitionResponse(val accountKey: String? = null, val containerName: String? = null, val localAuthRef: String? = null, val managedIdentity: ManagedIdentityDefinitionResponse? = null, val sasToken: String? = null, val servicePrincipal: ServicePrincipalDefinitionResponse? = null, val syncIntervalInSeconds: Double? = null, val timeoutInSeconds: Double? = null, val url: String? = null)
Parameters to reconcile to the AzureBlob source kind type.
Constructors
Link copied to clipboard
fun AzureBlobDefinitionResponse(accountKey: String? = null, containerName: String? = null, localAuthRef: String? = null, managedIdentity: ManagedIdentityDefinitionResponse? = null, sasToken: String? = null, servicePrincipal: ServicePrincipalDefinitionResponse? = null, syncIntervalInSeconds: Double? = null, timeoutInSeconds: Double? = null, url: String? = null)