Package-level declarations

Types

Link copied to clipboard
data class ClusterByokEntityResponse(val id: String? = null, val related: String? = null, val resourceName: String? = null)

The network associated with this object

Link copied to clipboard
data class ClusterConfigEntityResponse(val kind: String? = null)

The configuration of the Kafka cluster

Link copied to clipboard
data class ClusterEnvironmentEntityResponse(val environment: String? = null, val id: String? = null, val related: String? = null, val resourceName: String? = null)

The environment to which cluster belongs

Link copied to clipboard
data class ClusterNetworkEntityResponse(val environment: String? = null, val id: String? = null, val related: String? = null, val resourceName: String? = null)

The network associated with this object

Link copied to clipboard
data class ClusterRecordResponse(val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null, val spec: ClusterSpecEntityResponse? = null, val status: ClusterStatusEntityResponse? = null)

Record of the environment

Link copied to clipboard
data class ClusterSpecEntityResponse(val apiEndpoint: String? = null, val availability: String? = null, val byok: ClusterByokEntityResponse? = null, val cloud: String? = null, val config: ClusterConfigEntityResponse? = null, val displayName: String? = null, val environment: ClusterEnvironmentEntityResponse? = null, val httpEndpoint: String? = null, val kafkaBootstrapEndpoint: String? = null, val network: ClusterNetworkEntityResponse? = null, val region: String? = null, val zone: String? = null)

Spec of the cluster record

Link copied to clipboard
data class ClusterStatusEntityResponse(val cku: Int? = null, val phase: String? = null)

Status of the cluster record

Link copied to clipboard
data class ConfluentListMetadataResponse(val first: String? = null, val last: String? = null, val next: String? = null, val prev: String? = null, val totalSize: Int? = null)

Metadata of the list

Link copied to clipboard
data class EnvironmentRecordResponse(val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)

Record of the environment

Link copied to clipboard
data class GetOrganizationResult(val createdTime: String, val id: String, val location: String? = null, val name: String, val offerDetail: OfferDetailResponse, val organizationId: String, val provisioningState: String, val ssoUrl: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userDetail: UserDetailResponse)

Organization resource.

Link copied to clipboard
data class InvitationRecordResponse(val acceptedAt: String? = null, val authType: String? = null, val email: String? = null, val expiresAt: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null, val status: String? = null)

Record of the invitation

Link copied to clipboard
data class ListAccessClustersResult(val data: List<ClusterRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List cluster success response

Link copied to clipboard
data class ListAccessEnvironmentsResult(val data: List<EnvironmentRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List environments success response

Link copied to clipboard
data class ListAccessInvitationsResult(val data: List<InvitationRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List invitations success response

Link copied to clipboard
data class ListAccessRoleBindingsResult(val data: List<RoleBindingRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List cluster success response

Link copied to clipboard
data class ListAccessServiceAccountsResult(val data: List<ServiceAccountRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List service accounts success response

Link copied to clipboard
data class ListAccessUsersResult(val data: List<UserRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

List users success response

Link copied to clipboard
data class MetadataEntityResponse(val createdAt: String? = null, val deletedAt: String? = null, val resourceName: String? = null, val self: String? = null, val updatedAt: String? = null)

Metadata of the data record

Link copied to clipboard
data class OfferDetailResponse(val id: String, val planId: String, val planName: String, val publisherId: String, val status: String, val termUnit: String)

Confluent Offer detail

Link copied to clipboard
data class RoleBindingRecordResponse(val crnPattern: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null, val principal: String? = null, val roleName: String? = null)

Record of the environment

Link copied to clipboard
data class ServiceAccountRecordResponse(val description: String? = null, val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)

Record of the service account

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class UserDetailResponse(val emailAddress: String, val firstName: String? = null, val lastName: String? = null)

Subscriber detail

Link copied to clipboard
data class UserRecordResponse(val authType: String? = null, val email: String? = null, val fullName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)

Record of the user