GetConnectorResult

data class GetConnectorResult(val createTime: String, val displayName: String, val labels: Map<String, String>, val name: String, val principalInfo: PrincipalInfoResponse, val resourceInfo: ResourceInfoResponse, val state: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetConnectorResult(createTime: String, displayName: String, labels: Map<String, String>, name: String, principalInfo: PrincipalInfoResponse, resourceInfo: ResourceInfoResponse, state: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when the resource was created.

Link copied to clipboard

Optional. An arbitrary user-provided name for the connector. Cannot exceed 64 characters.

Link copied to clipboard

Optional. Resource labels to represent user provided metadata.

Link copied to clipboard

Unique resource name of the connector. The name is ignored when creating a connector.

Link copied to clipboard

Principal information about the Identity of the connector.

Link copied to clipboard

Optional. Resource info of the connector.

Link copied to clipboard

The current state of the connector.

Link copied to clipboard
val uid: String

A unique identifier for the instance generated by the system.

Link copied to clipboard

Timestamp when the resource was last modified.