type property

String? type
getter/setter pair

The type of the connector.

Required. Possible string values are:

  • "CONNECTOR_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "REPORTING" : Reporting connector.
  • "DEVICE_TRUST" : Device trust connector.
  • "XDR" : XDR connector.
  • "IDENTITY_BASED_ENROLLMENT" : Authentication connector.
  • "CERTIFICATE_AUTHORITY" : Certificate authority connector. Not yet supported in the API.
  • "ROOT_STORE" : Root certificate connector.
  • "CONTENT_ANALYSIS" : Content analysis connector.

Implementation

core.String? type;