Class GoogleCloudOsconfigV2betaOrchestrationScopeResourceHierarchySelector
Selector containing Cloud Resource Manager resource hierarchy nodes.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class GoogleCloudOsconfigV2betaOrchestrationScopeResourceHierarchySelector : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludedFolders
Optional. Names of the folders in scope. Format: folders/{folder_id}
Declaration
[JsonProperty("includedFolders")]
public virtual IList<string> IncludedFolders { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludedProjects
Optional. Names of the projects in scope. Format: projects/{project_number}
Declaration
[JsonProperty("includedProjects")]
public virtual IList<string> IncludedProjects { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |