Get Connector Result
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)
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
Principal information about the Identity of the connector.
Link copied to clipboard
Optional. Resource info of the connector.
Link copied to clipboard
Timestamp when the resource was last modified.