Package-level declarations

Types

Link copied to clipboard
data class AzureADPartnerClientAuthenticationArgs(val azureActiveDirectoryApplicationIdOrUri: Output<String>? = null, val azureActiveDirectoryTenantId: Output<String>? = null, val clientAuthenticationType: Output<String>) : ConvertibleToJava<AzureADPartnerClientAuthenticationArgs>

Azure Active Directory Partner Client Authentication

data class AzureFunctionEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<AzureFunctionEventSubscriptionDestinationArgs>

Information about the azure function destination for an event subscription.

Link copied to clipboard
data class BoolEqualsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Boolean>? = null) : ConvertibleToJava<BoolEqualsAdvancedFilterArgs>

BoolEquals Advanced Filter.

Link copied to clipboard
data class ConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PersistedConnectionStatus>>? = null) : ConvertibleToJava<ConnectionStateArgs>

ConnectionState information.

Link copied to clipboard
data class DeadLetterWithResourceIdentityArgs(val deadLetterDestination: Output<StorageBlobDeadLetterDestinationArgs>? = null, val identity: Output<EventSubscriptionIdentityArgs>? = null) : ConvertibleToJava<DeadLetterWithResourceIdentityArgs>

Information about the deadletter destination with resource identity.

Link copied to clipboard
data class DeliveryWithResourceIdentityArgs(val destination: Output<Any>? = null, val identity: Output<EventSubscriptionIdentityArgs>? = null) : ConvertibleToJava<DeliveryWithResourceIdentityArgs>

Information about the delivery for an event subscription with resource identity.

Link copied to clipboard
data class DynamicDeliveryAttributeMappingArgs(val name: Output<String>? = null, val sourceField: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DynamicDeliveryAttributeMappingArgs>

Dynamic delivery attribute mapping details.

Link copied to clipboard
data class EventChannelDestinationArgs(val azureSubscriptionId: Output<String>? = null, val partnerTopicName: Output<String>? = null, val resourceGroup: Output<String>? = null) : ConvertibleToJava<EventChannelDestinationArgs>

Properties of the destination of an event channel.

Link copied to clipboard
data class EventChannelFilterArgs(val advancedFilters: Output<List<Any>>? = null, val enableAdvancedFilteringOnArrays: Output<Boolean>? = null) : ConvertibleToJava<EventChannelFilterArgs>

Filter for the Event Channel.

Link copied to clipboard
data class EventChannelSourceArgs(val source: Output<String>? = null) : ConvertibleToJava<EventChannelSourceArgs>

Properties of the source of an event channel.

Link copied to clipboard
data class EventHubEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<EventHubEventSubscriptionDestinationArgs>

Information about the event hub destination for an event subscription.

Link copied to clipboard
data class EventSubscriptionFilterArgs(val advancedFilters: Output<List<Any>>? = null, val enableAdvancedFilteringOnArrays: Output<Boolean>? = null, val includedEventTypes: Output<List<String>>? = null, val isSubjectCaseSensitive: Output<Boolean>? = null, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null) : ConvertibleToJava<EventSubscriptionFilterArgs>

Filter for the Event Subscription.

Link copied to clipboard
data class EventSubscriptionIdentityArgs(val type: Output<Either<String, EventSubscriptionIdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EventSubscriptionIdentityArgs>

The identity information with the event subscription.

Link copied to clipboard
data class EventTypeInfoArgs(val inlineEventTypes: Output<Map<String, InlineEventPropertiesArgs>>? = null, val kind: Output<Either<String, EventDefinitionKind>>? = null) : ConvertibleToJava<EventTypeInfoArgs>

The event type information for Channels.

Link copied to clipboard
Link copied to clipboard
data class GetChannelFullUrlPlainArgs(val channelName: String, val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetChannelFullUrlPlainArgs>
Link copied to clipboard
data class GetChannelPlainArgs(val channelName: String, val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetChannelPlainArgs>
data class GetDomainEventSubscriptionDeliveryAttributesPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionDeliveryAttributesPlainArgs>
data class GetDomainEventSubscriptionFullUrlPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetDomainEventSubscriptionPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetDomainPlainArgs(val domainName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainPlainArgs>
Link copied to clipboard
data class GetDomainTopicEventSubscriptionDeliveryAttributesPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetDomainTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetDomainTopicEventSubscriptionFullUrlPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetDomainTopicEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetDomainTopicEventSubscriptionPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetDomainTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetDomainTopicPlainArgs(val domainName: String, val domainTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainTopicPlainArgs>
Link copied to clipboard
data class GetEventChannelPlainArgs(val eventChannelName: String, val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetEventChannelPlainArgs>
data class GetEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val scope: String) : ConvertibleToJava<GetEventSubscriptionDeliveryAttributesPlainArgs>
Link copied to clipboard
data class GetEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val scope: String) : ConvertibleToJava<GetEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetEventSubscriptionPlainArgs(val eventSubscriptionName: String, val scope: String) : ConvertibleToJava<GetEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetPartnerConfigurationPlainArgs(val resourceGroupName: String) : ConvertibleToJava<GetPartnerConfigurationPlainArgs>
Link copied to clipboard
data class GetPartnerDestinationPlainArgs(val partnerDestinationName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerDestinationPlainArgs>
Link copied to clipboard
data class GetPartnerNamespacePlainArgs(val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerNamespacePlainArgs>
Link copied to clipboard
data class GetPartnerRegistrationPlainArgs(val partnerRegistrationName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerRegistrationPlainArgs>
data class GetPartnerTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetPartnerTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicEventSubscriptionFullUrlPlainArgs>
data class GetPartnerTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetPartnerTopicPlainArgs(val partnerTopicName: String, val resourceGroupName: String) : ConvertibleToJava<GetPartnerTopicPlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val parentName: String, val parentType: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
data class GetSystemTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetSystemTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetSystemTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetSystemTopicPlainArgs(val resourceGroupName: String, val systemTopicName: String) : ConvertibleToJava<GetSystemTopicPlainArgs>
data class GetTopicEventSubscriptionDeliveryAttributesPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicEventSubscriptionDeliveryAttributesPlainArgs>
data class GetTopicEventSubscriptionFullUrlPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicEventSubscriptionFullUrlPlainArgs>
Link copied to clipboard
data class GetTopicEventSubscriptionPlainArgs(val eventSubscriptionName: String, val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicEventSubscriptionPlainArgs>
Link copied to clipboard
data class GetTopicPlainArgs(val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicPlainArgs>
Link copied to clipboard
data class HybridConnectionEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<HybridConnectionEventSubscriptionDestinationArgs>

Information about the HybridConnection destination for an event subscription.

Link copied to clipboard
data class IdentityInfoArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<Either<String, IdentityType>>? = null, val userAssignedIdentities: Output<Map<String, UserIdentityPropertiesArgs>>? = null) : ConvertibleToJava<IdentityInfoArgs>

The identity information for the resource.

Link copied to clipboard
Link copied to clipboard
data class InboundIpRuleArgs(val action: Output<Either<String, IpActionType>>? = null, val ipMask: Output<String>? = null) : ConvertibleToJava<InboundIpRuleArgs>
Link copied to clipboard
Link copied to clipboard
data class InlineEventPropertiesArgs(val dataSchemaUrl: Output<String>? = null, val description: Output<String>? = null, val documentationUrl: Output<String>? = null) : ConvertibleToJava<InlineEventPropertiesArgs>

Additional information about every inline event.

Link copied to clipboard
data class IsNotNullAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>) : ConvertibleToJava<IsNotNullAdvancedFilterArgs>

IsNotNull Advanced Filter.

Link copied to clipboard
data class IsNullOrUndefinedAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>) : ConvertibleToJava<IsNullOrUndefinedAdvancedFilterArgs>

IsNullOrUndefined Advanced Filter.

Link copied to clipboard
data class JsonFieldArgs(val sourceField: Output<String>? = null) : ConvertibleToJava<JsonFieldArgs>

This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema.

Link copied to clipboard
Link copied to clipboard
data class JsonFieldWithDefaultArgs(val defaultValue: Output<String>? = null, val sourceField: Output<String>? = null) : ConvertibleToJava<JsonFieldWithDefaultArgs>

This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'subject', 'eventtype' and 'dataversion' properties. This represents a field in the input event schema along with a default value to be used, and at least one of these two properties should be provided.

Link copied to clipboard
data class JsonInputSchemaMappingArgs(val dataVersion: Output<JsonFieldWithDefaultArgs>? = null, val eventTime: Output<JsonFieldArgs>? = null, val eventType: Output<JsonFieldWithDefaultArgs>? = null, val id: Output<JsonFieldArgs>? = null, val inputSchemaMappingType: Output<String>, val subject: Output<JsonFieldWithDefaultArgs>? = null, val topic: Output<JsonFieldArgs>? = null) : ConvertibleToJava<JsonInputSchemaMappingArgs>

This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.

Link copied to clipboard
data class ListDomainSharedAccessKeysPlainArgs(val domainName: String, val resourceGroupName: String) : ConvertibleToJava<ListDomainSharedAccessKeysPlainArgs>
data class ListPartnerNamespaceSharedAccessKeysPlainArgs(val partnerNamespaceName: String, val resourceGroupName: String) : ConvertibleToJava<ListPartnerNamespaceSharedAccessKeysPlainArgs>
Link copied to clipboard
data class ListTopicSharedAccessKeysPlainArgs(val resourceGroupName: String, val topicName: String) : ConvertibleToJava<ListTopicSharedAccessKeysPlainArgs>
Link copied to clipboard
data class NumberGreaterThanAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberGreaterThanAdvancedFilterArgs>

NumberGreaterThan Advanced Filter.

data class NumberGreaterThanOrEqualsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberGreaterThanOrEqualsAdvancedFilterArgs>

NumberGreaterThanOrEquals Advanced Filter.

Link copied to clipboard
data class NumberInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberInAdvancedFilterArgs>

NumberIn Advanced Filter.

Link copied to clipboard
data class NumberInRangeAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<List<Double>>>? = null) : ConvertibleToJava<NumberInRangeAdvancedFilterArgs>

NumberInRange Advanced Filter.

Link copied to clipboard
data class NumberLessThanAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberLessThanAdvancedFilterArgs>

NumberLessThan Advanced Filter.

Link copied to clipboard
data class NumberLessThanOrEqualsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val value: Output<Double>? = null) : ConvertibleToJava<NumberLessThanOrEqualsAdvancedFilterArgs>

NumberLessThanOrEquals Advanced Filter.

Link copied to clipboard
data class NumberNotInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<Double>>? = null) : ConvertibleToJava<NumberNotInAdvancedFilterArgs>

NumberNotIn Advanced Filter.

Link copied to clipboard
data class NumberNotInRangeAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<List<Double>>>? = null) : ConvertibleToJava<NumberNotInRangeAdvancedFilterArgs>

NumberNotInRange Advanced Filter.

Link copied to clipboard
data class PartnerArgs(val authorizationExpirationTimeInUtc: Output<String>? = null, val partnerName: Output<String>? = null, val partnerRegistrationImmutableId: Output<String>? = null) : ConvertibleToJava<PartnerArgs>

Information about the partner.

Link copied to clipboard
Link copied to clipboard
data class PartnerAuthorizationArgs(val authorizedPartnersList: Output<List<PartnerArgs>>? = null, val defaultMaximumExpirationTimeInDays: Output<Int>? = null) : ConvertibleToJava<PartnerAuthorizationArgs>

The partner authorization details.

Link copied to clipboard
data class PartnerEventSubscriptionDestinationArgs(val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<PartnerEventSubscriptionDestinationArgs>
Link copied to clipboard
data class PartnerTopicInfoArgs(val azureSubscriptionId: Output<String>? = null, val eventTypeInfo: Output<EventTypeInfoArgs>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<PartnerTopicInfoArgs>

Properties of the corresponding partner topic of a Channel.

Link copied to clipboard
data class PrivateEndpointArgs(val id: Output<String>? = null) : ConvertibleToJava<PrivateEndpointArgs>

PrivateEndpoint information.

Link copied to clipboard
data class ResourceMoveChangeHistoryArgs(val azureSubscriptionId: Output<String>? = null, val changedTimeUtc: Output<String>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ResourceMoveChangeHistoryArgs>

The change history of the resource move.

Link copied to clipboard
data class RetryPolicyArgs(val eventTimeToLiveInMinutes: Output<Int>? = null, val maxDeliveryAttempts: Output<Int>? = null) : ConvertibleToJava<RetryPolicyArgs>

Information about the retry policy for an event subscription.

Link copied to clipboard
data class ServiceBusQueueEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<ServiceBusQueueEventSubscriptionDestinationArgs>

Information about the service bus destination for an event subscription.

data class ServiceBusTopicEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<ServiceBusTopicEventSubscriptionDestinationArgs>

Information about the service bus topic destination for an event subscription.

Link copied to clipboard
data class StaticDeliveryAttributeMappingArgs(val isSecret: Output<Boolean>? = null, val name: Output<String>? = null, val type: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<StaticDeliveryAttributeMappingArgs>

Static delivery attribute mapping details.

Link copied to clipboard
data class StorageBlobDeadLetterDestinationArgs(val blobContainerName: Output<String>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<StorageBlobDeadLetterDestinationArgs>

Information about the storage blob based dead letter destination.

data class StorageQueueEventSubscriptionDestinationArgs(val endpointType: Output<String>, val queueMessageTimeToLiveInSeconds: Output<Double>? = null, val queueName: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<StorageQueueEventSubscriptionDestinationArgs>

Information about the storage queue destination for an event subscription.

Link copied to clipboard
data class StringBeginsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringBeginsWithAdvancedFilterArgs>

StringBeginsWith Advanced Filter.

Link copied to clipboard
data class StringContainsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringContainsAdvancedFilterArgs>

StringContains Advanced Filter.

Link copied to clipboard
data class StringEndsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringEndsWithAdvancedFilterArgs>

StringEndsWith Advanced Filter.

Link copied to clipboard
data class StringInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringInAdvancedFilterArgs>

StringIn Advanced Filter.

Link copied to clipboard
data class StringNotBeginsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotBeginsWithAdvancedFilterArgs>

StringNotBeginsWith Advanced Filter.

Link copied to clipboard
data class StringNotContainsAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotContainsAdvancedFilterArgs>

StringNotContains Advanced Filter.

Link copied to clipboard
data class StringNotEndsWithAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotEndsWithAdvancedFilterArgs>

StringNotEndsWith Advanced Filter.

Link copied to clipboard
data class StringNotInAdvancedFilterArgs(val key: Output<String>? = null, val operatorType: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<StringNotInAdvancedFilterArgs>

StringNotIn Advanced Filter.

Link copied to clipboard
data class UserIdentityPropertiesArgs(val clientId: Output<String>? = null, val principalId: Output<String>? = null) : ConvertibleToJava<UserIdentityPropertiesArgs>

The information about the user identity.

Link copied to clipboard
data class WebHookEventSubscriptionDestinationArgs(val azureActiveDirectoryApplicationIdOrUri: Output<String>? = null, val azureActiveDirectoryTenantId: Output<String>? = null, val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val endpointUrl: Output<String>? = null, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<WebHookEventSubscriptionDestinationArgs>

Information about the webhook destination for an event subscription.

Link copied to clipboard
data class WebhookPartnerDestinationInfoArgs(val azureSubscriptionId: Output<String>? = null, val clientAuthentication: Output<AzureADPartnerClientAuthenticationArgs>? = null, val endpointBaseUrl: Output<String>? = null, val endpointServiceContext: Output<String>? = null, val endpointType: Output<String>, val endpointUrl: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceMoveChangeHistory: Output<List<ResourceMoveChangeHistoryArgs>>? = null) : ConvertibleToJava<WebhookPartnerDestinationInfoArgs>

Information about the WebHook of the partner destination.