Class ServiceStates
The state of the service.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ServiceStates : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IamPermissions
Optional. Output only. The IAM permissions for the service.
Declaration
[JsonProperty("iamPermissions")]
public virtual IList<IAMPermission> IamPermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IAMPermission> |
State
Output only. The overall state of the service.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |