Class GoogleChromeManagementVersionsV1ConnectorConfig
A representation of a connector config.
Implements
Inherited Members
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 |