Class EkmConnection
Details about the EKM connection
Implements
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.dll
Syntax
public class EkmConnection : IDirectResponseSchema
Properties
ConnectionError
The connection error that occurred if any
Declaration
[JsonProperty("connectionError")]
public virtual ConnectionError ConnectionError { get; set; }
Property Value
Type | Description |
---|---|
ConnectionError |
ConnectionName
Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}
Declaration
[JsonProperty("connectionName")]
public virtual string ConnectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
ConnectionState
Output only. The connection state
Declaration
[JsonProperty("connectionState")]
public virtual string ConnectionState { 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 |