Package-level declarations

Types

Link copied to clipboard
data class DomainIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class DomainInboundIpRule(val action: String? = null, val ipMask: String)
Link copied to clipboard
data class DomainInputMappingDefaultValues(val dataVersion: String? = null, val eventType: String? = null, val subject: String? = null)
Link copied to clipboard
data class DomainInputMappingFields(val dataVersion: String? = null, val eventTime: String? = null, val eventType: String? = null, val id: String? = null, val subject: String? = null, val topic: String? = null)
Link copied to clipboard
data class EventSubscriptionAdvancedFilter(val boolEquals: List<EventSubscriptionAdvancedFilterBoolEqual>? = null, val isNotNulls: List<EventSubscriptionAdvancedFilterIsNotNull>? = null, val isNullOrUndefineds: List<EventSubscriptionAdvancedFilterIsNullOrUndefined>? = null, val numberGreaterThanOrEquals: List<EventSubscriptionAdvancedFilterNumberGreaterThanOrEqual>? = null, val numberGreaterThans: List<EventSubscriptionAdvancedFilterNumberGreaterThan>? = null, val numberInRanges: List<EventSubscriptionAdvancedFilterNumberInRange>? = null, val numberIns: List<EventSubscriptionAdvancedFilterNumberIn>? = null, val numberLessThanOrEquals: List<EventSubscriptionAdvancedFilterNumberLessThanOrEqual>? = null, val numberLessThans: List<EventSubscriptionAdvancedFilterNumberLessThan>? = null, val numberNotInRanges: List<EventSubscriptionAdvancedFilterNumberNotInRange>? = null, val numberNotIns: List<EventSubscriptionAdvancedFilterNumberNotIn>? = null, val stringBeginsWiths: List<EventSubscriptionAdvancedFilterStringBeginsWith>? = null, val stringContains: List<EventSubscriptionAdvancedFilterStringContain>? = null, val stringEndsWiths: List<EventSubscriptionAdvancedFilterStringEndsWith>? = null, val stringIns: List<EventSubscriptionAdvancedFilterStringIn>? = null, val stringNotBeginsWiths: List<EventSubscriptionAdvancedFilterStringNotBeginsWith>? = null, val stringNotContains: List<EventSubscriptionAdvancedFilterStringNotContain>? = null, val stringNotEndsWiths: List<EventSubscriptionAdvancedFilterStringNotEndsWith>? = null, val stringNotIns: List<EventSubscriptionAdvancedFilterStringNotIn>? = null)
Link copied to clipboard
Link copied to clipboard
data class EventSubscriptionAdvancedFilterNumberIn(val key: String, val values: List<Double>)
Link copied to clipboard
data class EventSubscriptionAdvancedFilterStringIn(val key: String, val values: List<String>)
Link copied to clipboard
data class EventSubscriptionAzureFunctionEndpoint(val functionId: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)
Link copied to clipboard
data class EventSubscriptionDeadLetterIdentity(val type: String, val userAssignedIdentity: String? = null)
Link copied to clipboard
data class EventSubscriptionDeliveryIdentity(val type: String, val userAssignedIdentity: String? = null)
Link copied to clipboard
data class EventSubscriptionDeliveryProperty(val headerName: String, val secret: Boolean? = null, val sourceField: String? = null, val type: String, val value: String? = null)
Link copied to clipboard
data class EventSubscriptionRetryPolicy(val eventTimeToLive: Int, val maxDeliveryAttempts: Int)
data class EventSubscriptionStorageBlobDeadLetterDestination(val storageAccountId: String, val storageBlobContainerName: String)
Link copied to clipboard
data class EventSubscriptionStorageQueueEndpoint(val queueMessageTimeToLiveInSeconds: Int? = null, val queueName: String, val storageAccountId: String)
Link copied to clipboard
data class EventSubscriptionSubjectFilter(val caseSensitive: Boolean? = null, val subjectBeginsWith: String? = null, val subjectEndsWith: String? = null)
Link copied to clipboard
data class EventSubscriptionWebhookEndpoint(val activeDirectoryAppIdOrUri: String? = null, val activeDirectoryTenantId: String? = null, val baseUrl: String? = null, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null, val url: String)
Link copied to clipboard
data class GetDomainIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetDomainInboundIpRule(val action: String, val ipMask: String)
Link copied to clipboard
data class GetDomainInputMappingDefaultValue(val dataVersion: String, val eventType: String, val subject: String)
Link copied to clipboard
data class GetDomainInputMappingField(val dataVersion: String, val eventTime: String, val eventType: String, val id: String, val subject: String, val topic: String)
Link copied to clipboard
data class GetDomainResult(val endpoint: String, val id: String, val identities: List<GetDomainIdentity>, val inboundIpRules: List<GetDomainInboundIpRule>, val inputMappingDefaultValues: List<GetDomainInputMappingDefaultValue>, val inputMappingFields: List<GetDomainInputMappingField>, val inputSchema: String, val location: String, val name: String, val primaryAccessKey: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val secondaryAccessKey: String, val tags: Map<String, String>)

A collection of values returned by getDomain.

Link copied to clipboard
data class GetDomainTopicResult(val domainName: String, val id: String, val name: String, val resourceGroupName: String)

A collection of values returned by getDomainTopic.

Link copied to clipboard
data class GetSystemTopicIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetSystemTopicResult(val id: String, val identities: List<GetSystemTopicIdentity>, val location: String, val metricArmResourceId: String, val name: String, val resourceGroupName: String, val sourceArmResourceId: String, val tags: Map<String, String>, val topicType: String)

A collection of values returned by getSystemTopic.

Link copied to clipboard
data class GetTopicResult(val endpoint: String, val id: String, val location: String, val name: String, val primaryAccessKey: String, val resourceGroupName: String, val secondaryAccessKey: String, val tags: Map<String, String>)

A collection of values returned by getTopic.

Link copied to clipboard
data class NamespaceIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class NamespaceInboundIpRule(val action: String? = null, val ipMask: String)
Link copied to clipboard
data class NamespaceTopicSpacesConfiguration(val alternativeAuthenticationNameSources: List<String>? = null, val dynamicRoutingEnrichments: List<NamespaceTopicSpacesConfigurationDynamicRoutingEnrichment>? = null, val maximumClientSessionsPerAuthenticationName: Int? = null, val maximumSessionExpiryInHours: Int? = null, val routeTopicId: String? = null, val staticRoutingEnrichments: List<NamespaceTopicSpacesConfigurationStaticRoutingEnrichment>? = null)
Link copied to clipboard
data class PartnerConfigurationPartnerAuthorization(val authorizationExpirationTimeInUtc: String? = null, val partnerName: String, val partnerRegistrationId: String)
data class SystemTopicEventSubscriptionAdvancedFilter(val boolEquals: List<SystemTopicEventSubscriptionAdvancedFilterBoolEqual>? = null, val isNotNulls: List<SystemTopicEventSubscriptionAdvancedFilterIsNotNull>? = null, val isNullOrUndefineds: List<SystemTopicEventSubscriptionAdvancedFilterIsNullOrUndefined>? = null, val numberGreaterThanOrEquals: List<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThanOrEqual>? = null, val numberGreaterThans: List<SystemTopicEventSubscriptionAdvancedFilterNumberGreaterThan>? = null, val numberInRanges: List<SystemTopicEventSubscriptionAdvancedFilterNumberInRange>? = null, val numberIns: List<SystemTopicEventSubscriptionAdvancedFilterNumberIn>? = null, val numberLessThanOrEquals: List<SystemTopicEventSubscriptionAdvancedFilterNumberLessThanOrEqual>? = null, val numberLessThans: List<SystemTopicEventSubscriptionAdvancedFilterNumberLessThan>? = null, val numberNotInRanges: List<SystemTopicEventSubscriptionAdvancedFilterNumberNotInRange>? = null, val numberNotIns: List<SystemTopicEventSubscriptionAdvancedFilterNumberNotIn>? = null, val stringBeginsWiths: List<SystemTopicEventSubscriptionAdvancedFilterStringBeginsWith>? = null, val stringContains: List<SystemTopicEventSubscriptionAdvancedFilterStringContain>? = null, val stringEndsWiths: List<SystemTopicEventSubscriptionAdvancedFilterStringEndsWith>? = null, val stringIns: List<SystemTopicEventSubscriptionAdvancedFilterStringIn>? = null, val stringNotBeginsWiths: List<SystemTopicEventSubscriptionAdvancedFilterStringNotBeginsWith>? = null, val stringNotContains: List<SystemTopicEventSubscriptionAdvancedFilterStringNotContain>? = null, val stringNotEndsWiths: List<SystemTopicEventSubscriptionAdvancedFilterStringNotEndsWith>? = null, val stringNotIns: List<SystemTopicEventSubscriptionAdvancedFilterStringNotIn>? = null)
data class SystemTopicEventSubscriptionAzureFunctionEndpoint(val functionId: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)
data class SystemTopicEventSubscriptionDeadLetterIdentity(val type: String, val userAssignedIdentity: String? = null)
data class SystemTopicEventSubscriptionDeliveryIdentity(val type: String, val userAssignedIdentity: String? = null)
data class SystemTopicEventSubscriptionDeliveryProperty(val headerName: String, val secret: Boolean? = null, val sourceField: String? = null, val type: String, val value: String? = null)
Link copied to clipboard
data class SystemTopicEventSubscriptionRetryPolicy(val eventTimeToLive: Int, val maxDeliveryAttempts: Int)
data class SystemTopicEventSubscriptionStorageBlobDeadLetterDestination(val storageAccountId: String, val storageBlobContainerName: String)
data class SystemTopicEventSubscriptionStorageQueueEndpoint(val queueMessageTimeToLiveInSeconds: Int? = null, val queueName: String, val storageAccountId: String)
data class SystemTopicEventSubscriptionSubjectFilter(val caseSensitive: Boolean? = null, val subjectBeginsWith: String? = null, val subjectEndsWith: String? = null)
data class SystemTopicEventSubscriptionWebhookEndpoint(val activeDirectoryAppIdOrUri: String? = null, val activeDirectoryTenantId: String? = null, val baseUrl: String? = null, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null, val url: String)
Link copied to clipboard
data class SystemTopicIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class TopicIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class TopicInboundIpRule(val action: String? = null, val ipMask: String)
Link copied to clipboard
data class TopicInputMappingDefaultValues(val dataVersion: String? = null, val eventType: String? = null, val subject: String? = null)
Link copied to clipboard
data class TopicInputMappingFields(val dataVersion: String? = null, val eventTime: String? = null, val eventType: String? = null, val id: String? = null, val subject: String? = null, val topic: String? = null)