Class GoogleCloudOsconfigV2betaOrchestratedResource
Represents a resource that is being orchestrated by the policy orchestrator.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class GoogleCloudOsconfigV2betaOrchestratedResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Optional. ID of the resource to be used while generating set of affected resources. For UPSERT action the value is auto-generated during PolicyOrchestrator creation when not set. When the value is set it should following next restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project. For DELETE action, ID must be specified explicitly during PolicyOrchestrator creation.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
OsPolicyAssignmentV1Payload
Optional. OSPolicyAssignment resource to be created, updated or deleted. Name field is ignored and replace
with a generated value. With this field set, orchestrator will perform actions on
project/{project}/locations/{zone}/osPolicyAssignments/{resource_id}
resources, where project
and zone
pairs come from the expanded scope, and resource_id
comes from the resource_id
field of orchestrator
resource.
Declaration
[JsonProperty("osPolicyAssignmentV1Payload")]
public virtual OSPolicyAssignment OsPolicyAssignmentV1Payload { get; set; }
Property Value
Type | Description |
---|---|
OSPolicyAssignment |