Class ResourceInfo
Describes a resource associated with this operation.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class ResourceInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Permission
The resource permission required for this request.
Declaration
[JsonProperty("permission")]
public virtual string Permission { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceContainer
The identifier of the parent of this resource instance. Must be in one of the following formats: -
projects/
- folders/
- organizations/
Declaration
[JsonProperty("resourceContainer")]
public virtual string ResourceContainer { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceLocation
The location of the resource. If not empty, the resource will be checked against location policy. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"
Declaration
[JsonProperty("resourceLocation")]
public virtual string ResourceLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Name of the resource. This is used for auditing purposes.
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |