Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1ConnectorConfig

A representation of a connector config.

Inheritance
object
GoogleChromeManagementVersionsV1ConnectorConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1ConnectorConfig : IDirectResponseSchema

Properties

Details

Required. The details of the connector config.

Declaration
[JsonProperty("details")]
public virtual GoogleChromeManagementVersionsV1ConnectorConfigDetails Details { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1ConnectorConfigDetails

DisplayName

Required. The display name of the config.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. Format: customers/{customer}/connectorConfigs/{connector_config}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the connector config.

Declaration
[JsonProperty("status")]
public virtual GoogleChromeManagementVersionsV1ConnectorConfigStatus Status { get; set; }
Property Value
Type Description
GoogleChromeManagementVersionsV1ConnectorConfigStatus

Type

Required. The type of the connector.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX