GetAppConnectorResult

data class GetAppConnectorResult(val createTime: String, val displayName: String, val labels: Map<String, String>, val name: String, val principalInfo: GoogleCloudBeyondcorpAppconnectorsV1AppConnectorPrincipalInfoResponse, val resourceInfo: GoogleCloudBeyondcorpAppconnectorsV1ResourceInfoResponse, val state: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard

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 AppConnector. 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 AppConnector. The name is ignored when creating a AppConnector.

Link copied to clipboard

Principal information about the Identity of the AppConnector.

Link copied to clipboard

Optional. Resource info of the connector.

Link copied to clipboard

The current state of the AppConnector.

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.