Show / Hide Table of Contents

Class GoogleCloudOsconfigV2OrchestrationScope

Defines a set of selectors which drive which resources are in scope of policy orchestration.

Inheritance
object
GoogleCloudOsconfigV2OrchestrationScope
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v2.Data
Assembly: Google.Apis.OSConfig.v2.dll
Syntax
public class GoogleCloudOsconfigV2OrchestrationScope : 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<GoogleCloudOsconfigV2OrchestrationScopeSelector> Selectors { get; set; }
Property Value
Type Description
IList<GoogleCloudOsconfigV2OrchestrationScopeSelector>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX