Skip to content

Commit

Permalink
Automated DCL import.
Browse files Browse the repository at this point in the history
  - 39c9b07e2f6e0e7d75efec466772de4433a999a4 Automatic import from cloud_mmv2_dcl_20231227_0931_RC00 by DCL Team <[email protected]>

GitOrigin-RevId: 39c9b07e2f6e0e7d75efec466772de4433a999a4
  • Loading branch information
DCL Team authored and copybara-github committed Dec 27, 2023
1 parent ebd0080 commit 209540c
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 57 deletions.
20 changes: 10 additions & 10 deletions services/google/orgpolicy/alpha/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ components:
allowAll:
type: boolean
x-dcl-go-name: AllowAll
description: Setting this to true means that all values are allowed.
This field can be set only in policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
allowed. This field can be set only in policies for list constraints.
x-dcl-conflicts:
- values
- denyAll
Expand Down Expand Up @@ -177,16 +177,16 @@ components:
denyAll:
type: boolean
x-dcl-go-name: DenyAll
description: Setting this to true means that all values are denied.
This field can be set only in policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
denied. This field can be set only in policies for list constraints.
x-dcl-conflicts:
- values
- allowAll
- enforce
enforce:
type: boolean
x-dcl-go-name: Enforce
description: If `true`, then the policy is enforced. If `false`,
description: If `"TRUE"`, then the policy is enforced. If `"FALSE"`,
then any configuration is acceptable. This field can be set
only in policies for boolean constraints.
x-dcl-conflicts:
Expand Down Expand Up @@ -319,8 +319,8 @@ components:
allowAll:
type: boolean
x-dcl-go-name: AllowAll
description: Setting this to true means that all values are allowed.
This field can be set only in Policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
allowed. This field can be set only in Policies for list constraints.
x-dcl-conflicts:
- values
- denyAll
Expand Down Expand Up @@ -366,16 +366,16 @@ components:
denyAll:
type: boolean
x-dcl-go-name: DenyAll
description: Setting this to true means that all values are denied.
This field can be set only in Policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
denied. This field can be set only in Policies for list constraints.
x-dcl-conflicts:
- values
- allowAll
- enforce
enforce:
type: boolean
x-dcl-go-name: Enforce
description: If `true`, then the `Policy` is enforced. If `false`,
description: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`,
then any configuration is acceptable. This field can be set
only in Policies for boolean constraints.
x-dcl-conflicts:
Expand Down
6 changes: 3 additions & 3 deletions services/google/orgpolicy/alpha/policy_alpha_yaml_embed.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions services/google/orgpolicy/alpha/policy_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func DCLPolicySchema() *dcl.Schema {
"allowAll": &dcl.Property{
Type: "boolean",
GoName: "AllowAll",
Description: "Setting this to true means that all values are allowed. This field can be set only in policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are allowed. This field can be set only in policies for list constraints.",
Conflicts: []string{
"values",
"denyAll",
Expand Down Expand Up @@ -184,7 +184,7 @@ func DCLPolicySchema() *dcl.Schema {
"denyAll": &dcl.Property{
Type: "boolean",
GoName: "DenyAll",
Description: "Setting this to true means that all values are denied. This field can be set only in policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are denied. This field can be set only in policies for list constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand All @@ -194,7 +194,7 @@ func DCLPolicySchema() *dcl.Schema {
"enforce": &dcl.Property{
Type: "boolean",
GoName: "Enforce",
Description: "If `true`, then the policy is enforced. If `false`, then any configuration is acceptable. This field can be set only in policies for boolean constraints.",
Description: "If `\"TRUE\"`, then the policy is enforced. If `\"FALSE\"`, then any configuration is acceptable. This field can be set only in policies for boolean constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand Down Expand Up @@ -320,7 +320,7 @@ func DCLPolicySchema() *dcl.Schema {
"allowAll": &dcl.Property{
Type: "boolean",
GoName: "AllowAll",
Description: "Setting this to true means that all values are allowed. This field can be set only in Policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are allowed. This field can be set only in Policies for list constraints.",
Conflicts: []string{
"values",
"denyAll",
Expand Down Expand Up @@ -358,7 +358,7 @@ func DCLPolicySchema() *dcl.Schema {
"denyAll": &dcl.Property{
Type: "boolean",
GoName: "DenyAll",
Description: "Setting this to true means that all values are denied. This field can be set only in Policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are denied. This field can be set only in Policies for list constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand All @@ -368,7 +368,7 @@ func DCLPolicySchema() *dcl.Schema {
"enforce": &dcl.Property{
Type: "boolean",
GoName: "Enforce",
Description: "If `true`, then the `Policy` is enforced. If `false`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.",
Description: "If `\"TRUE\"`, then the `Policy` is enforced. If `\"FALSE\"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand Down
20 changes: 10 additions & 10 deletions services/google/orgpolicy/beta/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ components:
allowAll:
type: boolean
x-dcl-go-name: AllowAll
description: Setting this to true means that all values are allowed.
This field can be set only in policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
allowed. This field can be set only in policies for list constraints.
x-dcl-conflicts:
- values
- denyAll
Expand Down Expand Up @@ -177,16 +177,16 @@ components:
denyAll:
type: boolean
x-dcl-go-name: DenyAll
description: Setting this to true means that all values are denied.
This field can be set only in policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
denied. This field can be set only in policies for list constraints.
x-dcl-conflicts:
- values
- allowAll
- enforce
enforce:
type: boolean
x-dcl-go-name: Enforce
description: If `true`, then the policy is enforced. If `false`,
description: If `"TRUE"`, then the policy is enforced. If `"FALSE"`,
then any configuration is acceptable. This field can be set
only in policies for boolean constraints.
x-dcl-conflicts:
Expand Down Expand Up @@ -319,8 +319,8 @@ components:
allowAll:
type: boolean
x-dcl-go-name: AllowAll
description: Setting this to true means that all values are allowed.
This field can be set only in Policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
allowed. This field can be set only in Policies for list constraints.
x-dcl-conflicts:
- values
- denyAll
Expand Down Expand Up @@ -366,16 +366,16 @@ components:
denyAll:
type: boolean
x-dcl-go-name: DenyAll
description: Setting this to true means that all values are denied.
This field can be set only in Policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
denied. This field can be set only in Policies for list constraints.
x-dcl-conflicts:
- values
- allowAll
- enforce
enforce:
type: boolean
x-dcl-go-name: Enforce
description: If `true`, then the `Policy` is enforced. If `false`,
description: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`,
then any configuration is acceptable. This field can be set
only in Policies for boolean constraints.
x-dcl-conflicts:
Expand Down
6 changes: 3 additions & 3 deletions services/google/orgpolicy/beta/policy_beta_yaml_embed.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions services/google/orgpolicy/beta/policy_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func DCLPolicySchema() *dcl.Schema {
"allowAll": &dcl.Property{
Type: "boolean",
GoName: "AllowAll",
Description: "Setting this to true means that all values are allowed. This field can be set only in policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are allowed. This field can be set only in policies for list constraints.",
Conflicts: []string{
"values",
"denyAll",
Expand Down Expand Up @@ -184,7 +184,7 @@ func DCLPolicySchema() *dcl.Schema {
"denyAll": &dcl.Property{
Type: "boolean",
GoName: "DenyAll",
Description: "Setting this to true means that all values are denied. This field can be set only in policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are denied. This field can be set only in policies for list constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand All @@ -194,7 +194,7 @@ func DCLPolicySchema() *dcl.Schema {
"enforce": &dcl.Property{
Type: "boolean",
GoName: "Enforce",
Description: "If `true`, then the policy is enforced. If `false`, then any configuration is acceptable. This field can be set only in policies for boolean constraints.",
Description: "If `\"TRUE\"`, then the policy is enforced. If `\"FALSE\"`, then any configuration is acceptable. This field can be set only in policies for boolean constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand Down Expand Up @@ -320,7 +320,7 @@ func DCLPolicySchema() *dcl.Schema {
"allowAll": &dcl.Property{
Type: "boolean",
GoName: "AllowAll",
Description: "Setting this to true means that all values are allowed. This field can be set only in Policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are allowed. This field can be set only in Policies for list constraints.",
Conflicts: []string{
"values",
"denyAll",
Expand Down Expand Up @@ -358,7 +358,7 @@ func DCLPolicySchema() *dcl.Schema {
"denyAll": &dcl.Property{
Type: "boolean",
GoName: "DenyAll",
Description: "Setting this to true means that all values are denied. This field can be set only in Policies for list constraints.",
Description: "Setting this to `\"TRUE\"` means that all values are denied. This field can be set only in Policies for list constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand All @@ -368,7 +368,7 @@ func DCLPolicySchema() *dcl.Schema {
"enforce": &dcl.Property{
Type: "boolean",
GoName: "Enforce",
Description: "If `true`, then the `Policy` is enforced. If `false`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.",
Description: "If `\"TRUE\"`, then the `Policy` is enforced. If `\"FALSE\"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.",
Conflicts: []string{
"values",
"allowAll",
Expand Down
20 changes: 10 additions & 10 deletions services/google/orgpolicy/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ components:
allowAll:
type: boolean
x-dcl-go-name: AllowAll
description: Setting this to true means that all values are allowed.
This field can be set only in policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
allowed. This field can be set only in policies for list constraints.
x-dcl-conflicts:
- values
- denyAll
Expand Down Expand Up @@ -177,16 +177,16 @@ components:
denyAll:
type: boolean
x-dcl-go-name: DenyAll
description: Setting this to true means that all values are denied.
This field can be set only in policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
denied. This field can be set only in policies for list constraints.
x-dcl-conflicts:
- values
- allowAll
- enforce
enforce:
type: boolean
x-dcl-go-name: Enforce
description: If `true`, then the policy is enforced. If `false`,
description: If `"TRUE"`, then the policy is enforced. If `"FALSE"`,
then any configuration is acceptable. This field can be set
only in policies for boolean constraints.
x-dcl-conflicts:
Expand Down Expand Up @@ -319,8 +319,8 @@ components:
allowAll:
type: boolean
x-dcl-go-name: AllowAll
description: Setting this to true means that all values are allowed.
This field can be set only in Policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
allowed. This field can be set only in Policies for list constraints.
x-dcl-conflicts:
- values
- denyAll
Expand Down Expand Up @@ -366,16 +366,16 @@ components:
denyAll:
type: boolean
x-dcl-go-name: DenyAll
description: Setting this to true means that all values are denied.
This field can be set only in Policies for list constraints.
description: Setting this to `"TRUE"` means that all values are
denied. This field can be set only in Policies for list constraints.
x-dcl-conflicts:
- values
- allowAll
- enforce
enforce:
type: boolean
x-dcl-go-name: Enforce
description: If `true`, then the `Policy` is enforced. If `false`,
description: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`,
then any configuration is acceptable. This field can be set
only in Policies for boolean constraints.
x-dcl-conflicts:
Expand Down
Loading

0 comments on commit 209540c

Please sign in to comment.