Class ConfigManagementBinauthzState
State for Binauthz.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ConfigManagementBinauthzState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of binauthz that is installed.
Declaration
[JsonProperty("version")]
public virtual ConfigManagementBinauthzVersion Version { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementBinauthzVersion |
Webhook
The state of the binauthz webhook.
Declaration
[JsonProperty("webhook")]
public virtual string Webhook { get; set; }
Property Value
Type | Description |
---|---|
string |