@pulumi/azure-native 2.79.0 → 2.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/confluent/getOrganization.d.ts +2 -2
- package/confluent/getOrganization.js +2 -2
- package/confluent/index.d.ts +2 -1
- package/confluent/index.js +4 -2
- package/confluent/listAccessClusters.d.ts +2 -2
- package/confluent/listAccessClusters.js +2 -2
- package/confluent/listAccessEnvironments.d.ts +2 -2
- package/confluent/listAccessEnvironments.js +2 -2
- package/confluent/listAccessInvitations.d.ts +2 -2
- package/confluent/listAccessInvitations.js +2 -2
- package/confluent/listAccessRoleBindingName.d.ts +4 -0
- package/confluent/listAccessRoleBindingName.js +5 -1
- package/confluent/listAccessRoleBindings.d.ts +2 -2
- package/confluent/listAccessRoleBindings.js +2 -2
- package/confluent/listAccessServiceAccounts.d.ts +2 -2
- package/confluent/listAccessServiceAccounts.js +2 -2
- package/confluent/listAccessUsers.d.ts +2 -2
- package/confluent/listAccessUsers.js +2 -2
- package/confluent/listOrganizationRegions.d.ts +4 -0
- package/confluent/listOrganizationRegions.js +5 -1
- package/confluent/organization.d.ts +1 -1
- package/confluent/organization.js +3 -3
- package/confluent/v20200301preview/organization.js +2 -2
- package/confluent/v20211201/organization.js +2 -2
- package/confluent/v20230822/organization.js +2 -2
- package/confluent/v20240213/organization.js +2 -2
- package/confluent/v20240701/connector.d.ts +91 -0
- package/confluent/v20240701/connector.js +83 -0
- package/confluent/v20240701/getConnector.d.ts +87 -0
- package/confluent/v20240701/getConnector.js +36 -0
- package/confluent/v20240701/getOrganization.d.ts +85 -0
- package/confluent/v20240701/getOrganization.js +30 -0
- package/confluent/v20240701/getOrganizationClusterById.d.ts +79 -0
- package/confluent/v20240701/getOrganizationClusterById.js +34 -0
- package/confluent/v20240701/getOrganizationEnvironmentById.d.ts +67 -0
- package/confluent/v20240701/getOrganizationEnvironmentById.js +32 -0
- package/confluent/v20240701/getTopic.d.ts +107 -0
- package/confluent/v20240701/getTopic.js +36 -0
- package/confluent/v20240701/index.d.ts +55 -0
- package/confluent/v20240701/index.js +93 -0
- package/confluent/v20240701/listAccessClusters.d.ts +59 -0
- package/confluent/v20240701/listAccessClusters.js +32 -0
- package/confluent/v20240701/listAccessEnvironments.d.ts +59 -0
- package/confluent/v20240701/listAccessEnvironments.js +32 -0
- package/confluent/v20240701/listAccessInvitations.d.ts +59 -0
- package/confluent/v20240701/listAccessInvitations.js +32 -0
- package/confluent/v20240701/listAccessRoleBindingName.d.ts +59 -0
- package/confluent/v20240701/listAccessRoleBindingName.js +32 -0
- package/confluent/v20240701/listAccessRoleBindings.d.ts +59 -0
- package/confluent/v20240701/listAccessRoleBindings.js +32 -0
- package/confluent/v20240701/listAccessServiceAccounts.d.ts +59 -0
- package/confluent/v20240701/listAccessServiceAccounts.js +32 -0
- package/confluent/v20240701/listAccessUsers.d.ts +59 -0
- package/confluent/v20240701/listAccessUsers.js +32 -0
- package/confluent/v20240701/listOrganizationRegions.d.ts +51 -0
- package/confluent/v20240701/listOrganizationRegions.js +32 -0
- package/confluent/v20240701/organization.d.ts +111 -0
- package/confluent/v20240701/organization.js +90 -0
- package/confluent/v20240701/organizationClusterById.d.ts +103 -0
- package/confluent/v20240701/organizationClusterById.js +80 -0
- package/confluent/v20240701/organizationEnvironmentById.d.ts +91 -0
- package/confluent/v20240701/organizationEnvironmentById.js +74 -0
- package/confluent/v20240701/topic.d.ts +135 -0
- package/confluent/v20240701/topic.js +93 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/confluent/index.d.ts +2 -1
- package/types/enums/confluent/index.js +4 -2
- package/types/enums/confluent/v20240701/index.d.ts +91 -0
- package/types/enums/confluent/v20240701/index.js +61 -0
- package/types/input.d.ts +676 -0
- package/types/input.js +1 -1
- package/types/output.d.ts +1067 -0
- package/types/output.js +1 -1
package/types/output.d.ts
CHANGED
|
@@ -230394,6 +230394,1073 @@ export declare namespace confluent {
|
|
|
230394
230394
|
metadata?: outputs.confluent.v20240213.MetadataEntityResponse;
|
|
230395
230395
|
}
|
|
230396
230396
|
}
|
|
230397
|
+
namespace v20240701 {
|
|
230398
|
+
/**
|
|
230399
|
+
* The authentication info when auth_type is azureBlobStorageSinkConnector
|
|
230400
|
+
*/
|
|
230401
|
+
interface AzureBlobStorageSinkConnectorServiceInfoResponse {
|
|
230402
|
+
/**
|
|
230403
|
+
* The connector service type.
|
|
230404
|
+
* Expected value is 'AzureBlobStorageSinkConnector'.
|
|
230405
|
+
*/
|
|
230406
|
+
connectorServiceType: "AzureBlobStorageSinkConnector";
|
|
230407
|
+
/**
|
|
230408
|
+
* Azure Blob Storage Account Key
|
|
230409
|
+
*/
|
|
230410
|
+
storageAccountKey?: string;
|
|
230411
|
+
/**
|
|
230412
|
+
* Azure Blob Storage Account Name
|
|
230413
|
+
*/
|
|
230414
|
+
storageAccountName?: string;
|
|
230415
|
+
/**
|
|
230416
|
+
* Azure Blob Storage Account Container Name
|
|
230417
|
+
*/
|
|
230418
|
+
storageContainerName?: string;
|
|
230419
|
+
}
|
|
230420
|
+
/**
|
|
230421
|
+
* The connector service type is AzureBlobStorageSourceConnector
|
|
230422
|
+
*/
|
|
230423
|
+
interface AzureBlobStorageSourceConnectorServiceInfoResponse {
|
|
230424
|
+
/**
|
|
230425
|
+
* The connector service type.
|
|
230426
|
+
* Expected value is 'AzureBlobStorageSourceConnector'.
|
|
230427
|
+
*/
|
|
230428
|
+
connectorServiceType: "AzureBlobStorageSourceConnector";
|
|
230429
|
+
/**
|
|
230430
|
+
* Azure Blob Storage Account Key
|
|
230431
|
+
*/
|
|
230432
|
+
storageAccountKey?: string;
|
|
230433
|
+
/**
|
|
230434
|
+
* Azure Blob Storage Account Name
|
|
230435
|
+
*/
|
|
230436
|
+
storageAccountName?: string;
|
|
230437
|
+
/**
|
|
230438
|
+
* Azure Blob Storage Account Container Name
|
|
230439
|
+
*/
|
|
230440
|
+
storageContainerName?: string;
|
|
230441
|
+
}
|
|
230442
|
+
/**
|
|
230443
|
+
* The authentication info when auth_type is AzureCosmosDBSinkConnector
|
|
230444
|
+
*/
|
|
230445
|
+
interface AzureCosmosDBSinkConnectorServiceInfoResponse {
|
|
230446
|
+
/**
|
|
230447
|
+
* The connector service type.
|
|
230448
|
+
* Expected value is 'AzureCosmosDBSinkConnector'.
|
|
230449
|
+
*/
|
|
230450
|
+
connectorServiceType: "AzureCosmosDBSinkConnector";
|
|
230451
|
+
/**
|
|
230452
|
+
* Azure Cosmos Database Connection Endpoint
|
|
230453
|
+
*/
|
|
230454
|
+
cosmosConnectionEndpoint?: string;
|
|
230455
|
+
/**
|
|
230456
|
+
* Azure Cosmos Database Containers Topic Mapping
|
|
230457
|
+
*/
|
|
230458
|
+
cosmosContainersTopicMapping?: string;
|
|
230459
|
+
/**
|
|
230460
|
+
* Azure Cosmos Database Name
|
|
230461
|
+
*/
|
|
230462
|
+
cosmosDatabaseName?: string;
|
|
230463
|
+
/**
|
|
230464
|
+
* Azure Cosmos Database Id Strategy
|
|
230465
|
+
*/
|
|
230466
|
+
cosmosIdStrategy?: string;
|
|
230467
|
+
/**
|
|
230468
|
+
* Azure Cosmos Database Master Key
|
|
230469
|
+
*/
|
|
230470
|
+
cosmosMasterKey?: string;
|
|
230471
|
+
}
|
|
230472
|
+
/**
|
|
230473
|
+
* The authentication info when auth_type is AzureCosmosDBSourceConnector
|
|
230474
|
+
*/
|
|
230475
|
+
interface AzureCosmosDBSourceConnectorServiceInfoResponse {
|
|
230476
|
+
/**
|
|
230477
|
+
* The connector service type.
|
|
230478
|
+
* Expected value is 'AzureCosmosDBSourceConnector'.
|
|
230479
|
+
*/
|
|
230480
|
+
connectorServiceType: "AzureCosmosDBSourceConnector";
|
|
230481
|
+
/**
|
|
230482
|
+
* Azure Cosmos Database Connection Endpoint
|
|
230483
|
+
*/
|
|
230484
|
+
cosmosConnectionEndpoint?: string;
|
|
230485
|
+
/**
|
|
230486
|
+
* Azure Cosmos Database Containers Topic Mapping
|
|
230487
|
+
*/
|
|
230488
|
+
cosmosContainersTopicMapping?: string;
|
|
230489
|
+
/**
|
|
230490
|
+
* Azure Cosmos Database Name
|
|
230491
|
+
*/
|
|
230492
|
+
cosmosDatabaseName?: string;
|
|
230493
|
+
/**
|
|
230494
|
+
* Azure Cosmos Database Master Key
|
|
230495
|
+
*/
|
|
230496
|
+
cosmosMasterKey?: string;
|
|
230497
|
+
/**
|
|
230498
|
+
* Azure Cosmos Database Message Key Enabled
|
|
230499
|
+
*/
|
|
230500
|
+
cosmosMessageKeyEnabled?: boolean;
|
|
230501
|
+
/**
|
|
230502
|
+
* Azure Cosmos Database Message Key Field
|
|
230503
|
+
*/
|
|
230504
|
+
cosmosMessageKeyField?: string;
|
|
230505
|
+
}
|
|
230506
|
+
/**
|
|
230507
|
+
* The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector
|
|
230508
|
+
*/
|
|
230509
|
+
interface AzureSynapseAnalyticsSinkConnectorServiceInfoResponse {
|
|
230510
|
+
/**
|
|
230511
|
+
* The connector service type.
|
|
230512
|
+
* Expected value is 'AzureSynapseAnalyticsSinkConnector'.
|
|
230513
|
+
*/
|
|
230514
|
+
connectorServiceType: "AzureSynapseAnalyticsSinkConnector";
|
|
230515
|
+
/**
|
|
230516
|
+
* Azure Synapse Dedicated SQL Pool Database Name
|
|
230517
|
+
*/
|
|
230518
|
+
synapseSqlDatabaseName?: string;
|
|
230519
|
+
/**
|
|
230520
|
+
* Azure Synapse SQL login details
|
|
230521
|
+
*/
|
|
230522
|
+
synapseSqlPassword?: string;
|
|
230523
|
+
/**
|
|
230524
|
+
* Azure Synapse Analytics SQL Server Name
|
|
230525
|
+
*/
|
|
230526
|
+
synapseSqlServerName?: string;
|
|
230527
|
+
/**
|
|
230528
|
+
* Azure Synapse SQL login details
|
|
230529
|
+
*/
|
|
230530
|
+
synapseSqlUser?: string;
|
|
230531
|
+
}
|
|
230532
|
+
/**
|
|
230533
|
+
* The network associated with this object
|
|
230534
|
+
*/
|
|
230535
|
+
interface ClusterByokEntityResponse {
|
|
230536
|
+
/**
|
|
230537
|
+
* ID of the referred resource
|
|
230538
|
+
*/
|
|
230539
|
+
id?: string;
|
|
230540
|
+
/**
|
|
230541
|
+
* API URL for accessing or modifying the referred object
|
|
230542
|
+
*/
|
|
230543
|
+
related?: string;
|
|
230544
|
+
/**
|
|
230545
|
+
* CRN reference to the referred resource
|
|
230546
|
+
*/
|
|
230547
|
+
resourceName?: string;
|
|
230548
|
+
}
|
|
230549
|
+
/**
|
|
230550
|
+
* The configuration of the Kafka cluster
|
|
230551
|
+
*/
|
|
230552
|
+
interface ClusterConfigEntityResponse {
|
|
230553
|
+
/**
|
|
230554
|
+
* The lifecycle phase of the cluster
|
|
230555
|
+
*/
|
|
230556
|
+
kind?: string;
|
|
230557
|
+
}
|
|
230558
|
+
/**
|
|
230559
|
+
* The environment to which cluster belongs
|
|
230560
|
+
*/
|
|
230561
|
+
interface ClusterEnvironmentEntityResponse {
|
|
230562
|
+
/**
|
|
230563
|
+
* Environment of the referred resource
|
|
230564
|
+
*/
|
|
230565
|
+
environment?: string;
|
|
230566
|
+
/**
|
|
230567
|
+
* ID of the referred resource
|
|
230568
|
+
*/
|
|
230569
|
+
id?: string;
|
|
230570
|
+
/**
|
|
230571
|
+
* API URL for accessing or modifying the referred object
|
|
230572
|
+
*/
|
|
230573
|
+
related?: string;
|
|
230574
|
+
/**
|
|
230575
|
+
* CRN reference to the referred resource
|
|
230576
|
+
*/
|
|
230577
|
+
resourceName?: string;
|
|
230578
|
+
}
|
|
230579
|
+
/**
|
|
230580
|
+
* The network associated with this object
|
|
230581
|
+
*/
|
|
230582
|
+
interface ClusterNetworkEntityResponse {
|
|
230583
|
+
/**
|
|
230584
|
+
* Environment of the referred resource
|
|
230585
|
+
*/
|
|
230586
|
+
environment?: string;
|
|
230587
|
+
/**
|
|
230588
|
+
* ID of the referred resource
|
|
230589
|
+
*/
|
|
230590
|
+
id?: string;
|
|
230591
|
+
/**
|
|
230592
|
+
* API URL for accessing or modifying the referred object
|
|
230593
|
+
*/
|
|
230594
|
+
related?: string;
|
|
230595
|
+
/**
|
|
230596
|
+
* CRN reference to the referred resource
|
|
230597
|
+
*/
|
|
230598
|
+
resourceName?: string;
|
|
230599
|
+
}
|
|
230600
|
+
/**
|
|
230601
|
+
* Details of cluster record
|
|
230602
|
+
*/
|
|
230603
|
+
interface ClusterRecordResponse {
|
|
230604
|
+
/**
|
|
230605
|
+
* Display name of the cluster
|
|
230606
|
+
*/
|
|
230607
|
+
displayName?: string;
|
|
230608
|
+
/**
|
|
230609
|
+
* Id of the cluster
|
|
230610
|
+
*/
|
|
230611
|
+
id?: string;
|
|
230612
|
+
/**
|
|
230613
|
+
* Type of cluster
|
|
230614
|
+
*/
|
|
230615
|
+
kind?: string;
|
|
230616
|
+
/**
|
|
230617
|
+
* Metadata of the record
|
|
230618
|
+
*/
|
|
230619
|
+
metadata?: outputs.confluent.v20240701.MetadataEntityResponse;
|
|
230620
|
+
/**
|
|
230621
|
+
* Specification of the cluster
|
|
230622
|
+
*/
|
|
230623
|
+
spec?: outputs.confluent.v20240701.ClusterSpecEntityResponse;
|
|
230624
|
+
/**
|
|
230625
|
+
* Specification of the cluster
|
|
230626
|
+
*/
|
|
230627
|
+
status?: outputs.confluent.v20240701.ClusterStatusEntityResponse;
|
|
230628
|
+
}
|
|
230629
|
+
/**
|
|
230630
|
+
* Spec of the cluster record
|
|
230631
|
+
*/
|
|
230632
|
+
interface ClusterSpecEntityResponse {
|
|
230633
|
+
/**
|
|
230634
|
+
* The Kafka API cluster endpoint
|
|
230635
|
+
*/
|
|
230636
|
+
apiEndpoint?: string;
|
|
230637
|
+
/**
|
|
230638
|
+
* The availability zone configuration of the cluster
|
|
230639
|
+
*/
|
|
230640
|
+
availability?: string;
|
|
230641
|
+
/**
|
|
230642
|
+
* Specification of the cluster
|
|
230643
|
+
*/
|
|
230644
|
+
byok?: outputs.confluent.v20240701.ClusterByokEntityResponse;
|
|
230645
|
+
/**
|
|
230646
|
+
* The cloud service provider
|
|
230647
|
+
*/
|
|
230648
|
+
cloud?: string;
|
|
230649
|
+
/**
|
|
230650
|
+
* Specification of the cluster
|
|
230651
|
+
*/
|
|
230652
|
+
config?: outputs.confluent.v20240701.ClusterConfigEntityResponse;
|
|
230653
|
+
/**
|
|
230654
|
+
* The name of the cluster
|
|
230655
|
+
*/
|
|
230656
|
+
displayName?: string;
|
|
230657
|
+
/**
|
|
230658
|
+
* Specification of the cluster
|
|
230659
|
+
*/
|
|
230660
|
+
environment?: outputs.confluent.v20240701.ClusterEnvironmentEntityResponse;
|
|
230661
|
+
/**
|
|
230662
|
+
* The cluster HTTP request URL.
|
|
230663
|
+
*/
|
|
230664
|
+
httpEndpoint?: string;
|
|
230665
|
+
/**
|
|
230666
|
+
* The bootstrap endpoint used by Kafka clients to connect to the cluster
|
|
230667
|
+
*/
|
|
230668
|
+
kafkaBootstrapEndpoint?: string;
|
|
230669
|
+
/**
|
|
230670
|
+
* Specification of the cluster
|
|
230671
|
+
*/
|
|
230672
|
+
network?: outputs.confluent.v20240701.ClusterNetworkEntityResponse;
|
|
230673
|
+
/**
|
|
230674
|
+
* The cloud service provider region
|
|
230675
|
+
*/
|
|
230676
|
+
region?: string;
|
|
230677
|
+
/**
|
|
230678
|
+
* type of zone availability
|
|
230679
|
+
*/
|
|
230680
|
+
zone?: string;
|
|
230681
|
+
}
|
|
230682
|
+
/**
|
|
230683
|
+
* Status of the cluster record
|
|
230684
|
+
*/
|
|
230685
|
+
interface ClusterStatusEntityResponse {
|
|
230686
|
+
/**
|
|
230687
|
+
* The number of Confluent Kafka Units
|
|
230688
|
+
*/
|
|
230689
|
+
cku?: number;
|
|
230690
|
+
/**
|
|
230691
|
+
* The lifecycle phase of the cluster
|
|
230692
|
+
*/
|
|
230693
|
+
phase?: string;
|
|
230694
|
+
}
|
|
230695
|
+
/**
|
|
230696
|
+
* Metadata of the list
|
|
230697
|
+
*/
|
|
230698
|
+
interface ConfluentListMetadataResponse {
|
|
230699
|
+
/**
|
|
230700
|
+
* First page of the list
|
|
230701
|
+
*/
|
|
230702
|
+
first?: string;
|
|
230703
|
+
/**
|
|
230704
|
+
* Last page of the list
|
|
230705
|
+
*/
|
|
230706
|
+
last?: string;
|
|
230707
|
+
/**
|
|
230708
|
+
* Next page of the list
|
|
230709
|
+
*/
|
|
230710
|
+
next?: string;
|
|
230711
|
+
/**
|
|
230712
|
+
* Previous page of the list
|
|
230713
|
+
*/
|
|
230714
|
+
prev?: string;
|
|
230715
|
+
/**
|
|
230716
|
+
* Total size of the list
|
|
230717
|
+
*/
|
|
230718
|
+
totalSize?: number;
|
|
230719
|
+
}
|
|
230720
|
+
/**
|
|
230721
|
+
* Connector Info Base properties
|
|
230722
|
+
*/
|
|
230723
|
+
interface ConnectorInfoBaseResponse {
|
|
230724
|
+
/**
|
|
230725
|
+
* Connector Class
|
|
230726
|
+
*/
|
|
230727
|
+
connectorClass?: string;
|
|
230728
|
+
/**
|
|
230729
|
+
* Connector Id
|
|
230730
|
+
*/
|
|
230731
|
+
connectorId?: string;
|
|
230732
|
+
/**
|
|
230733
|
+
* Connector Name
|
|
230734
|
+
*/
|
|
230735
|
+
connectorName?: string;
|
|
230736
|
+
/**
|
|
230737
|
+
* Connector Status
|
|
230738
|
+
*/
|
|
230739
|
+
connectorState?: string;
|
|
230740
|
+
/**
|
|
230741
|
+
* Connector Type
|
|
230742
|
+
*/
|
|
230743
|
+
connectorType?: string;
|
|
230744
|
+
}
|
|
230745
|
+
/**
|
|
230746
|
+
* Details about environment name, metadata and environment id of an environment
|
|
230747
|
+
*/
|
|
230748
|
+
interface EnvironmentRecordResponse {
|
|
230749
|
+
/**
|
|
230750
|
+
* Display name of the user
|
|
230751
|
+
*/
|
|
230752
|
+
displayName?: string;
|
|
230753
|
+
/**
|
|
230754
|
+
* Id of the environment
|
|
230755
|
+
*/
|
|
230756
|
+
id?: string;
|
|
230757
|
+
/**
|
|
230758
|
+
* Type of environment
|
|
230759
|
+
*/
|
|
230760
|
+
kind?: string;
|
|
230761
|
+
/**
|
|
230762
|
+
* Metadata of the record
|
|
230763
|
+
*/
|
|
230764
|
+
metadata?: outputs.confluent.v20240701.MetadataEntityResponse;
|
|
230765
|
+
}
|
|
230766
|
+
/**
|
|
230767
|
+
* Record of the invitation
|
|
230768
|
+
*/
|
|
230769
|
+
interface InvitationRecordResponse {
|
|
230770
|
+
/**
|
|
230771
|
+
* Accepted date time of the invitation
|
|
230772
|
+
*/
|
|
230773
|
+
acceptedAt?: string;
|
|
230774
|
+
/**
|
|
230775
|
+
* Auth type of the user
|
|
230776
|
+
*/
|
|
230777
|
+
authType?: string;
|
|
230778
|
+
/**
|
|
230779
|
+
* Email of the user
|
|
230780
|
+
*/
|
|
230781
|
+
email?: string;
|
|
230782
|
+
/**
|
|
230783
|
+
* Expiration date time of the invitation
|
|
230784
|
+
*/
|
|
230785
|
+
expiresAt?: string;
|
|
230786
|
+
/**
|
|
230787
|
+
* Id of the invitation
|
|
230788
|
+
*/
|
|
230789
|
+
id?: string;
|
|
230790
|
+
/**
|
|
230791
|
+
* Type of account
|
|
230792
|
+
*/
|
|
230793
|
+
kind?: string;
|
|
230794
|
+
/**
|
|
230795
|
+
* Metadata of the record
|
|
230796
|
+
*/
|
|
230797
|
+
metadata?: outputs.confluent.v20240701.MetadataEntityResponse;
|
|
230798
|
+
/**
|
|
230799
|
+
* Status of the invitation
|
|
230800
|
+
*/
|
|
230801
|
+
status?: string;
|
|
230802
|
+
}
|
|
230803
|
+
/**
|
|
230804
|
+
* The partner connector type is KafkaAzureBlobStorageSink
|
|
230805
|
+
*/
|
|
230806
|
+
interface KafkaAzureBlobStorageSinkConnectorInfoResponse {
|
|
230807
|
+
/**
|
|
230808
|
+
* Kafka API Key
|
|
230809
|
+
*/
|
|
230810
|
+
apiKey?: string;
|
|
230811
|
+
/**
|
|
230812
|
+
* Kafka API Key Secret
|
|
230813
|
+
*/
|
|
230814
|
+
apiSecret?: string;
|
|
230815
|
+
/**
|
|
230816
|
+
* Kafka Auth Type
|
|
230817
|
+
*/
|
|
230818
|
+
authType?: string;
|
|
230819
|
+
/**
|
|
230820
|
+
* Flush size
|
|
230821
|
+
*/
|
|
230822
|
+
flushSize?: string;
|
|
230823
|
+
/**
|
|
230824
|
+
* Kafka Input Data Format Type
|
|
230825
|
+
*/
|
|
230826
|
+
inputFormat?: string;
|
|
230827
|
+
/**
|
|
230828
|
+
* Maximum Tasks
|
|
230829
|
+
*/
|
|
230830
|
+
maxTasks?: string;
|
|
230831
|
+
/**
|
|
230832
|
+
* Kafka Output Data Format Type
|
|
230833
|
+
*/
|
|
230834
|
+
outputFormat?: string;
|
|
230835
|
+
/**
|
|
230836
|
+
* Partner Connector type.
|
|
230837
|
+
* Expected value is 'KafkaAzureBlobStorageSink'.
|
|
230838
|
+
*/
|
|
230839
|
+
partnerConnectorType: "KafkaAzureBlobStorageSink";
|
|
230840
|
+
/**
|
|
230841
|
+
* Kafka Service Account Id
|
|
230842
|
+
*/
|
|
230843
|
+
serviceAccountId?: string;
|
|
230844
|
+
/**
|
|
230845
|
+
* Time Interval
|
|
230846
|
+
*/
|
|
230847
|
+
timeInterval?: string;
|
|
230848
|
+
/**
|
|
230849
|
+
* Kafka topics list
|
|
230850
|
+
*/
|
|
230851
|
+
topics?: string[];
|
|
230852
|
+
/**
|
|
230853
|
+
* Kafka topics directory
|
|
230854
|
+
*/
|
|
230855
|
+
topicsDir?: string;
|
|
230856
|
+
}
|
|
230857
|
+
/**
|
|
230858
|
+
* The partner connector type is KafkaAzureBlobStorageSource
|
|
230859
|
+
*/
|
|
230860
|
+
interface KafkaAzureBlobStorageSourceConnectorInfoResponse {
|
|
230861
|
+
/**
|
|
230862
|
+
* Kafka API Key
|
|
230863
|
+
*/
|
|
230864
|
+
apiKey?: string;
|
|
230865
|
+
/**
|
|
230866
|
+
* Kafka API Secret
|
|
230867
|
+
*/
|
|
230868
|
+
apiSecret?: string;
|
|
230869
|
+
/**
|
|
230870
|
+
* Kafka Auth Type
|
|
230871
|
+
*/
|
|
230872
|
+
authType?: string;
|
|
230873
|
+
/**
|
|
230874
|
+
* Kafka Input Data Format Type
|
|
230875
|
+
*/
|
|
230876
|
+
inputFormat?: string;
|
|
230877
|
+
/**
|
|
230878
|
+
* Maximum Tasks
|
|
230879
|
+
*/
|
|
230880
|
+
maxTasks?: string;
|
|
230881
|
+
/**
|
|
230882
|
+
* Kafka Output Data Format Type
|
|
230883
|
+
*/
|
|
230884
|
+
outputFormat?: string;
|
|
230885
|
+
/**
|
|
230886
|
+
* Partner Connector type.
|
|
230887
|
+
* Expected value is 'KafkaAzureBlobStorageSource'.
|
|
230888
|
+
*/
|
|
230889
|
+
partnerConnectorType: "KafkaAzureBlobStorageSource";
|
|
230890
|
+
/**
|
|
230891
|
+
* Kafka Service Account Id
|
|
230892
|
+
*/
|
|
230893
|
+
serviceAccountId?: string;
|
|
230894
|
+
/**
|
|
230895
|
+
* Kafka topics Regex pattern
|
|
230896
|
+
*/
|
|
230897
|
+
topicRegex?: string;
|
|
230898
|
+
/**
|
|
230899
|
+
* Kafka topics directory
|
|
230900
|
+
*/
|
|
230901
|
+
topicsDir?: string;
|
|
230902
|
+
}
|
|
230903
|
+
/**
|
|
230904
|
+
* The partner connector type is KafkaAzureCosmosDBSink
|
|
230905
|
+
*/
|
|
230906
|
+
interface KafkaAzureCosmosDBSinkConnectorInfoResponse {
|
|
230907
|
+
/**
|
|
230908
|
+
* Kafka API Key
|
|
230909
|
+
*/
|
|
230910
|
+
apiKey?: string;
|
|
230911
|
+
/**
|
|
230912
|
+
* Kafka API Key Secret
|
|
230913
|
+
*/
|
|
230914
|
+
apiSecret?: string;
|
|
230915
|
+
/**
|
|
230916
|
+
* Kafka Auth Type
|
|
230917
|
+
*/
|
|
230918
|
+
authType?: string;
|
|
230919
|
+
/**
|
|
230920
|
+
* Flush size
|
|
230921
|
+
*/
|
|
230922
|
+
flushSize?: string;
|
|
230923
|
+
/**
|
|
230924
|
+
* Kafka Input Data Format Type
|
|
230925
|
+
*/
|
|
230926
|
+
inputFormat?: string;
|
|
230927
|
+
/**
|
|
230928
|
+
* Maximum Tasks
|
|
230929
|
+
*/
|
|
230930
|
+
maxTasks?: string;
|
|
230931
|
+
/**
|
|
230932
|
+
* Kafka Output Data Format Type
|
|
230933
|
+
*/
|
|
230934
|
+
outputFormat?: string;
|
|
230935
|
+
/**
|
|
230936
|
+
* Partner Connector type.
|
|
230937
|
+
* Expected value is 'KafkaAzureCosmosDBSink'.
|
|
230938
|
+
*/
|
|
230939
|
+
partnerConnectorType: "KafkaAzureCosmosDBSink";
|
|
230940
|
+
/**
|
|
230941
|
+
* Kafka Service Account Id
|
|
230942
|
+
*/
|
|
230943
|
+
serviceAccountId?: string;
|
|
230944
|
+
/**
|
|
230945
|
+
* Time Interval
|
|
230946
|
+
*/
|
|
230947
|
+
timeInterval?: string;
|
|
230948
|
+
/**
|
|
230949
|
+
* Kafka topics list
|
|
230950
|
+
*/
|
|
230951
|
+
topics?: string[];
|
|
230952
|
+
/**
|
|
230953
|
+
* Kafka topics directory
|
|
230954
|
+
*/
|
|
230955
|
+
topicsDir?: string;
|
|
230956
|
+
}
|
|
230957
|
+
/**
|
|
230958
|
+
* The partner connector type is KafkaAzureCosmosDBSource
|
|
230959
|
+
*/
|
|
230960
|
+
interface KafkaAzureCosmosDBSourceConnectorInfoResponse {
|
|
230961
|
+
/**
|
|
230962
|
+
* Kafka API Key
|
|
230963
|
+
*/
|
|
230964
|
+
apiKey?: string;
|
|
230965
|
+
/**
|
|
230966
|
+
* Kafka API Secret
|
|
230967
|
+
*/
|
|
230968
|
+
apiSecret?: string;
|
|
230969
|
+
/**
|
|
230970
|
+
* Kafka Auth Type
|
|
230971
|
+
*/
|
|
230972
|
+
authType?: string;
|
|
230973
|
+
/**
|
|
230974
|
+
* Kafka Input Data Format Type
|
|
230975
|
+
*/
|
|
230976
|
+
inputFormat?: string;
|
|
230977
|
+
/**
|
|
230978
|
+
* Maximum Tasks
|
|
230979
|
+
*/
|
|
230980
|
+
maxTasks?: string;
|
|
230981
|
+
/**
|
|
230982
|
+
* Kafka Output Data Format Type
|
|
230983
|
+
*/
|
|
230984
|
+
outputFormat?: string;
|
|
230985
|
+
/**
|
|
230986
|
+
* Partner Connector type.
|
|
230987
|
+
* Expected value is 'KafkaAzureCosmosDBSource'.
|
|
230988
|
+
*/
|
|
230989
|
+
partnerConnectorType: "KafkaAzureCosmosDBSource";
|
|
230990
|
+
/**
|
|
230991
|
+
* Kafka Service Account Id
|
|
230992
|
+
*/
|
|
230993
|
+
serviceAccountId?: string;
|
|
230994
|
+
/**
|
|
230995
|
+
* Kafka topics Regex pattern
|
|
230996
|
+
*/
|
|
230997
|
+
topicRegex?: string;
|
|
230998
|
+
/**
|
|
230999
|
+
* Kafka topics directory
|
|
231000
|
+
*/
|
|
231001
|
+
topicsDir?: string;
|
|
231002
|
+
}
|
|
231003
|
+
/**
|
|
231004
|
+
* The partner connector type is KafkaAzureSynapseAnalyticsSink
|
|
231005
|
+
*/
|
|
231006
|
+
interface KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse {
|
|
231007
|
+
/**
|
|
231008
|
+
* Kafka API Key
|
|
231009
|
+
*/
|
|
231010
|
+
apiKey?: string;
|
|
231011
|
+
/**
|
|
231012
|
+
* Kafka API Key Secret
|
|
231013
|
+
*/
|
|
231014
|
+
apiSecret?: string;
|
|
231015
|
+
/**
|
|
231016
|
+
* Kafka Auth Type
|
|
231017
|
+
*/
|
|
231018
|
+
authType?: string;
|
|
231019
|
+
/**
|
|
231020
|
+
* Flush size
|
|
231021
|
+
*/
|
|
231022
|
+
flushSize?: string;
|
|
231023
|
+
/**
|
|
231024
|
+
* Kafka Input Data Format Type
|
|
231025
|
+
*/
|
|
231026
|
+
inputFormat?: string;
|
|
231027
|
+
/**
|
|
231028
|
+
* Maximum Tasks
|
|
231029
|
+
*/
|
|
231030
|
+
maxTasks?: string;
|
|
231031
|
+
/**
|
|
231032
|
+
* Kafka Output Data Format Type
|
|
231033
|
+
*/
|
|
231034
|
+
outputFormat?: string;
|
|
231035
|
+
/**
|
|
231036
|
+
* Partner Connector type.
|
|
231037
|
+
* Expected value is 'KafkaAzureSynapseAnalyticsSink'.
|
|
231038
|
+
*/
|
|
231039
|
+
partnerConnectorType: "KafkaAzureSynapseAnalyticsSink";
|
|
231040
|
+
/**
|
|
231041
|
+
* Kafka Service Account Id
|
|
231042
|
+
*/
|
|
231043
|
+
serviceAccountId?: string;
|
|
231044
|
+
/**
|
|
231045
|
+
* Time Interval
|
|
231046
|
+
*/
|
|
231047
|
+
timeInterval?: string;
|
|
231048
|
+
/**
|
|
231049
|
+
* Kafka topics list
|
|
231050
|
+
*/
|
|
231051
|
+
topics?: string[];
|
|
231052
|
+
/**
|
|
231053
|
+
* Kafka topics directory
|
|
231054
|
+
*/
|
|
231055
|
+
topicsDir?: string;
|
|
231056
|
+
}
|
|
231057
|
+
/**
|
|
231058
|
+
* Metadata of the data record
|
|
231059
|
+
*/
|
|
231060
|
+
interface MetadataEntityResponse {
|
|
231061
|
+
/**
|
|
231062
|
+
* Created Date Time
|
|
231063
|
+
*/
|
|
231064
|
+
createdAt?: string;
|
|
231065
|
+
/**
|
|
231066
|
+
* Deleted Date time
|
|
231067
|
+
*/
|
|
231068
|
+
deletedAt?: string;
|
|
231069
|
+
/**
|
|
231070
|
+
* Resource name of the record
|
|
231071
|
+
*/
|
|
231072
|
+
resourceName?: string;
|
|
231073
|
+
/**
|
|
231074
|
+
* Self lookup url
|
|
231075
|
+
*/
|
|
231076
|
+
self?: string;
|
|
231077
|
+
/**
|
|
231078
|
+
* Updated Date time
|
|
231079
|
+
*/
|
|
231080
|
+
updatedAt?: string;
|
|
231081
|
+
}
|
|
231082
|
+
/**
|
|
231083
|
+
* Confluent Offer detail
|
|
231084
|
+
*/
|
|
231085
|
+
interface OfferDetailResponse {
|
|
231086
|
+
/**
|
|
231087
|
+
* Offer Id
|
|
231088
|
+
*/
|
|
231089
|
+
id: string;
|
|
231090
|
+
/**
|
|
231091
|
+
* Offer Plan Id
|
|
231092
|
+
*/
|
|
231093
|
+
planId: string;
|
|
231094
|
+
/**
|
|
231095
|
+
* Offer Plan Name
|
|
231096
|
+
*/
|
|
231097
|
+
planName: string;
|
|
231098
|
+
/**
|
|
231099
|
+
* Private Offer Id
|
|
231100
|
+
*/
|
|
231101
|
+
privateOfferId?: string;
|
|
231102
|
+
/**
|
|
231103
|
+
* Array of Private Offer Ids
|
|
231104
|
+
*/
|
|
231105
|
+
privateOfferIds?: string[];
|
|
231106
|
+
/**
|
|
231107
|
+
* Publisher Id
|
|
231108
|
+
*/
|
|
231109
|
+
publisherId: string;
|
|
231110
|
+
/**
|
|
231111
|
+
* SaaS Offer Status
|
|
231112
|
+
*/
|
|
231113
|
+
status?: string;
|
|
231114
|
+
/**
|
|
231115
|
+
* Offer Plan Term Id
|
|
231116
|
+
*/
|
|
231117
|
+
termId?: string;
|
|
231118
|
+
/**
|
|
231119
|
+
* Offer Plan Term unit
|
|
231120
|
+
*/
|
|
231121
|
+
termUnit: string;
|
|
231122
|
+
}
|
|
231123
|
+
/**
|
|
231124
|
+
* Details of region record
|
|
231125
|
+
*/
|
|
231126
|
+
interface RegionRecordResponse {
|
|
231127
|
+
/**
|
|
231128
|
+
* Id of the cluster
|
|
231129
|
+
*/
|
|
231130
|
+
id?: string;
|
|
231131
|
+
/**
|
|
231132
|
+
* Kind of the cluster
|
|
231133
|
+
*/
|
|
231134
|
+
kind?: string;
|
|
231135
|
+
/**
|
|
231136
|
+
* Metadata of the record
|
|
231137
|
+
*/
|
|
231138
|
+
metadata?: outputs.confluent.v20240701.SCMetadataEntityResponse;
|
|
231139
|
+
/**
|
|
231140
|
+
* Specification of the region
|
|
231141
|
+
*/
|
|
231142
|
+
spec?: outputs.confluent.v20240701.RegionSpecEntityResponse;
|
|
231143
|
+
}
|
|
231144
|
+
/**
|
|
231145
|
+
* Region spec details
|
|
231146
|
+
*/
|
|
231147
|
+
interface RegionSpecEntityResponse {
|
|
231148
|
+
/**
|
|
231149
|
+
* Cloud provider name
|
|
231150
|
+
*/
|
|
231151
|
+
cloud?: string;
|
|
231152
|
+
/**
|
|
231153
|
+
* Display Name of the region
|
|
231154
|
+
*/
|
|
231155
|
+
name?: string;
|
|
231156
|
+
packages?: string[];
|
|
231157
|
+
/**
|
|
231158
|
+
* Region name
|
|
231159
|
+
*/
|
|
231160
|
+
regionName?: string;
|
|
231161
|
+
}
|
|
231162
|
+
/**
|
|
231163
|
+
* Details on principal, role name and crn pattern of a role binding
|
|
231164
|
+
*/
|
|
231165
|
+
interface RoleBindingRecordResponse {
|
|
231166
|
+
/**
|
|
231167
|
+
* A CRN that specifies the scope and resource patterns necessary for the role to bind
|
|
231168
|
+
*/
|
|
231169
|
+
crnPattern?: string;
|
|
231170
|
+
/**
|
|
231171
|
+
* Id of the role binding
|
|
231172
|
+
*/
|
|
231173
|
+
id?: string;
|
|
231174
|
+
/**
|
|
231175
|
+
* The type of the resource.
|
|
231176
|
+
*/
|
|
231177
|
+
kind?: string;
|
|
231178
|
+
/**
|
|
231179
|
+
* Metadata of the record
|
|
231180
|
+
*/
|
|
231181
|
+
metadata?: outputs.confluent.v20240701.MetadataEntityResponse;
|
|
231182
|
+
/**
|
|
231183
|
+
* The principal User or Group to bind the role to
|
|
231184
|
+
*/
|
|
231185
|
+
principal?: string;
|
|
231186
|
+
/**
|
|
231187
|
+
* The name of the role to bind to the principal
|
|
231188
|
+
*/
|
|
231189
|
+
roleName?: string;
|
|
231190
|
+
}
|
|
231191
|
+
/**
|
|
231192
|
+
* The network associated with this object
|
|
231193
|
+
*/
|
|
231194
|
+
interface SCClusterByokEntityResponse {
|
|
231195
|
+
/**
|
|
231196
|
+
* ID of the referred resource
|
|
231197
|
+
*/
|
|
231198
|
+
id?: string;
|
|
231199
|
+
/**
|
|
231200
|
+
* API URL for accessing or modifying the referred object
|
|
231201
|
+
*/
|
|
231202
|
+
related?: string;
|
|
231203
|
+
/**
|
|
231204
|
+
* CRN reference to the referred resource
|
|
231205
|
+
*/
|
|
231206
|
+
resourceName?: string;
|
|
231207
|
+
}
|
|
231208
|
+
/**
|
|
231209
|
+
* The environment or the network to which cluster belongs
|
|
231210
|
+
*/
|
|
231211
|
+
interface SCClusterNetworkEnvironmentEntityResponse {
|
|
231212
|
+
/**
|
|
231213
|
+
* Environment of the referred resource
|
|
231214
|
+
*/
|
|
231215
|
+
environment?: string;
|
|
231216
|
+
/**
|
|
231217
|
+
* ID of the referred resource
|
|
231218
|
+
*/
|
|
231219
|
+
id?: string;
|
|
231220
|
+
/**
|
|
231221
|
+
* API URL for accessing or modifying the referred object
|
|
231222
|
+
*/
|
|
231223
|
+
related?: string;
|
|
231224
|
+
/**
|
|
231225
|
+
* CRN reference to the referred resource
|
|
231226
|
+
*/
|
|
231227
|
+
resourceName?: string;
|
|
231228
|
+
}
|
|
231229
|
+
/**
|
|
231230
|
+
* Spec of the cluster record
|
|
231231
|
+
*/
|
|
231232
|
+
interface SCClusterSpecEntityResponse {
|
|
231233
|
+
/**
|
|
231234
|
+
* The Kafka API cluster endpoint
|
|
231235
|
+
*/
|
|
231236
|
+
apiEndpoint?: string;
|
|
231237
|
+
/**
|
|
231238
|
+
* The availability zone configuration of the cluster
|
|
231239
|
+
*/
|
|
231240
|
+
availability?: string;
|
|
231241
|
+
/**
|
|
231242
|
+
* Specification of the cluster byok
|
|
231243
|
+
*/
|
|
231244
|
+
byok?: outputs.confluent.v20240701.SCClusterByokEntityResponse;
|
|
231245
|
+
/**
|
|
231246
|
+
* The cloud service provider
|
|
231247
|
+
*/
|
|
231248
|
+
cloud?: string;
|
|
231249
|
+
/**
|
|
231250
|
+
* Specification of the cluster configuration
|
|
231251
|
+
*/
|
|
231252
|
+
config?: outputs.confluent.v20240701.ClusterConfigEntityResponse;
|
|
231253
|
+
/**
|
|
231254
|
+
* Specification of the cluster environment
|
|
231255
|
+
*/
|
|
231256
|
+
environment?: outputs.confluent.v20240701.SCClusterNetworkEnvironmentEntityResponse;
|
|
231257
|
+
/**
|
|
231258
|
+
* The cluster HTTP request URL.
|
|
231259
|
+
*/
|
|
231260
|
+
httpEndpoint?: string;
|
|
231261
|
+
/**
|
|
231262
|
+
* The bootstrap endpoint used by Kafka clients to connect to the cluster
|
|
231263
|
+
*/
|
|
231264
|
+
kafkaBootstrapEndpoint?: string;
|
|
231265
|
+
/**
|
|
231266
|
+
* The name of the cluster
|
|
231267
|
+
*/
|
|
231268
|
+
name?: string;
|
|
231269
|
+
/**
|
|
231270
|
+
* Specification of the cluster network
|
|
231271
|
+
*/
|
|
231272
|
+
network?: outputs.confluent.v20240701.SCClusterNetworkEnvironmentEntityResponse;
|
|
231273
|
+
/**
|
|
231274
|
+
* Stream governance configuration
|
|
231275
|
+
*/
|
|
231276
|
+
package?: string;
|
|
231277
|
+
/**
|
|
231278
|
+
* The cloud service provider region
|
|
231279
|
+
*/
|
|
231280
|
+
region?: string;
|
|
231281
|
+
/**
|
|
231282
|
+
* type of zone availability
|
|
231283
|
+
*/
|
|
231284
|
+
zone?: string;
|
|
231285
|
+
}
|
|
231286
|
+
/**
|
|
231287
|
+
* Metadata of the data record
|
|
231288
|
+
*/
|
|
231289
|
+
interface SCMetadataEntityResponse {
|
|
231290
|
+
/**
|
|
231291
|
+
* Created Date Time
|
|
231292
|
+
*/
|
|
231293
|
+
createdTimestamp?: string;
|
|
231294
|
+
/**
|
|
231295
|
+
* Deleted Date time
|
|
231296
|
+
*/
|
|
231297
|
+
deletedTimestamp?: string;
|
|
231298
|
+
/**
|
|
231299
|
+
* Resource name of the record
|
|
231300
|
+
*/
|
|
231301
|
+
resourceName?: string;
|
|
231302
|
+
/**
|
|
231303
|
+
* Self lookup url
|
|
231304
|
+
*/
|
|
231305
|
+
self?: string;
|
|
231306
|
+
/**
|
|
231307
|
+
* Updated Date time
|
|
231308
|
+
*/
|
|
231309
|
+
updatedTimestamp?: string;
|
|
231310
|
+
}
|
|
231311
|
+
/**
|
|
231312
|
+
* Record of the service account
|
|
231313
|
+
*/
|
|
231314
|
+
interface ServiceAccountRecordResponse {
|
|
231315
|
+
/**
|
|
231316
|
+
* Description of the service account
|
|
231317
|
+
*/
|
|
231318
|
+
description?: string;
|
|
231319
|
+
/**
|
|
231320
|
+
* Name of the service account
|
|
231321
|
+
*/
|
|
231322
|
+
displayName?: string;
|
|
231323
|
+
/**
|
|
231324
|
+
* Id of the service account
|
|
231325
|
+
*/
|
|
231326
|
+
id?: string;
|
|
231327
|
+
/**
|
|
231328
|
+
* Type of account
|
|
231329
|
+
*/
|
|
231330
|
+
kind?: string;
|
|
231331
|
+
/**
|
|
231332
|
+
* Metadata of the record
|
|
231333
|
+
*/
|
|
231334
|
+
metadata?: outputs.confluent.v20240701.MetadataEntityResponse;
|
|
231335
|
+
}
|
|
231336
|
+
/**
|
|
231337
|
+
* Stream governance configuration
|
|
231338
|
+
*/
|
|
231339
|
+
interface StreamGovernanceConfigResponse {
|
|
231340
|
+
/**
|
|
231341
|
+
* Stream governance configuration
|
|
231342
|
+
*/
|
|
231343
|
+
package?: string;
|
|
231344
|
+
}
|
|
231345
|
+
/**
|
|
231346
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
231347
|
+
*/
|
|
231348
|
+
interface SystemDataResponse {
|
|
231349
|
+
/**
|
|
231350
|
+
* The timestamp of resource creation (UTC).
|
|
231351
|
+
*/
|
|
231352
|
+
createdAt?: string;
|
|
231353
|
+
/**
|
|
231354
|
+
* The identity that created the resource.
|
|
231355
|
+
*/
|
|
231356
|
+
createdBy?: string;
|
|
231357
|
+
/**
|
|
231358
|
+
* The type of identity that created the resource.
|
|
231359
|
+
*/
|
|
231360
|
+
createdByType?: string;
|
|
231361
|
+
/**
|
|
231362
|
+
* The timestamp of resource last modification (UTC)
|
|
231363
|
+
*/
|
|
231364
|
+
lastModifiedAt?: string;
|
|
231365
|
+
/**
|
|
231366
|
+
* The identity that last modified the resource.
|
|
231367
|
+
*/
|
|
231368
|
+
lastModifiedBy?: string;
|
|
231369
|
+
/**
|
|
231370
|
+
* The type of identity that last modified the resource.
|
|
231371
|
+
*/
|
|
231372
|
+
lastModifiedByType?: string;
|
|
231373
|
+
}
|
|
231374
|
+
/**
|
|
231375
|
+
* Metadata of the data record
|
|
231376
|
+
*/
|
|
231377
|
+
interface TopicMetadataEntityResponse {
|
|
231378
|
+
/**
|
|
231379
|
+
* Resource name of the record
|
|
231380
|
+
*/
|
|
231381
|
+
resourceName?: string;
|
|
231382
|
+
/**
|
|
231383
|
+
* Self lookup url
|
|
231384
|
+
*/
|
|
231385
|
+
self?: string;
|
|
231386
|
+
}
|
|
231387
|
+
/**
|
|
231388
|
+
* Topics input config
|
|
231389
|
+
*/
|
|
231390
|
+
interface TopicsInputConfigResponse {
|
|
231391
|
+
/**
|
|
231392
|
+
* Name of the topic input config
|
|
231393
|
+
*/
|
|
231394
|
+
name?: string;
|
|
231395
|
+
/**
|
|
231396
|
+
* Value of the topic input config
|
|
231397
|
+
*/
|
|
231398
|
+
value?: string;
|
|
231399
|
+
}
|
|
231400
|
+
/**
|
|
231401
|
+
* Partition Config spec of the topic record
|
|
231402
|
+
*/
|
|
231403
|
+
interface TopicsRelatedLinkResponse {
|
|
231404
|
+
/**
|
|
231405
|
+
* Relationship of the topic
|
|
231406
|
+
*/
|
|
231407
|
+
related?: string;
|
|
231408
|
+
}
|
|
231409
|
+
/**
|
|
231410
|
+
* Subscriber detail
|
|
231411
|
+
*/
|
|
231412
|
+
interface UserDetailResponse {
|
|
231413
|
+
/**
|
|
231414
|
+
* AAD email address
|
|
231415
|
+
*/
|
|
231416
|
+
aadEmail?: string;
|
|
231417
|
+
/**
|
|
231418
|
+
* Email address
|
|
231419
|
+
*/
|
|
231420
|
+
emailAddress: string;
|
|
231421
|
+
/**
|
|
231422
|
+
* First name
|
|
231423
|
+
*/
|
|
231424
|
+
firstName?: string;
|
|
231425
|
+
/**
|
|
231426
|
+
* Last name
|
|
231427
|
+
*/
|
|
231428
|
+
lastName?: string;
|
|
231429
|
+
/**
|
|
231430
|
+
* User principal name
|
|
231431
|
+
*/
|
|
231432
|
+
userPrincipalName?: string;
|
|
231433
|
+
}
|
|
231434
|
+
/**
|
|
231435
|
+
* Record of the user
|
|
231436
|
+
*/
|
|
231437
|
+
interface UserRecordResponse {
|
|
231438
|
+
/**
|
|
231439
|
+
* Auth type of the user
|
|
231440
|
+
*/
|
|
231441
|
+
authType?: string;
|
|
231442
|
+
/**
|
|
231443
|
+
* Email of the user
|
|
231444
|
+
*/
|
|
231445
|
+
email?: string;
|
|
231446
|
+
/**
|
|
231447
|
+
* Name of the user
|
|
231448
|
+
*/
|
|
231449
|
+
fullName?: string;
|
|
231450
|
+
/**
|
|
231451
|
+
* Id of the user
|
|
231452
|
+
*/
|
|
231453
|
+
id?: string;
|
|
231454
|
+
/**
|
|
231455
|
+
* Type of account
|
|
231456
|
+
*/
|
|
231457
|
+
kind?: string;
|
|
231458
|
+
/**
|
|
231459
|
+
* Metadata of the record
|
|
231460
|
+
*/
|
|
231461
|
+
metadata?: outputs.confluent.v20240701.MetadataEntityResponse;
|
|
231462
|
+
}
|
|
231463
|
+
}
|
|
230397
231464
|
}
|
|
230398
231465
|
export declare namespace connectedcache {
|
|
230399
231466
|
/**
|