Class GoogleCloudOsconfigV2betaOrchestrationScope
Defines a set of selectors which drive which resources are in scope of policy orchestration.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class GoogleCloudOsconfigV2betaOrchestrationScope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Selectors
Optional. Selectors of the orchestration scope. There is a logical AND between each selector defined. When
there is no explicit ResourceHierarchySelector
selector specified, the scope is by default bounded to the
parent of the policy orchestrator resource.
Declaration
[JsonProperty("selectors")]
public virtual IList<GoogleCloudOsconfigV2betaOrchestrationScopeSelector> Selectors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudOsconfigV2betaOrchestrationScopeSelector> |