|
2147 | 2147 | }
|
2148 | 2148 | }
|
2149 | 2149 | },
|
2150 |
| -"revision": "20250608", |
| 2150 | +"revision": "20250708", |
2151 | 2151 | "rootUrl": "https://dataform.googleapis.com/",
|
2152 | 2152 | "schemas": {
|
2153 | 2153 | "ActionErrorTable": {
|
|
2977 | 2977 | },
|
2978 | 2978 | "type": "object"
|
2979 | 2979 | },
|
| 2980 | +"IamPolicyOverrideView": { |
| 2981 | +"description": "Contains metadata about the IAM policy override for a given Dataform resource. If is_active is true, this the policy encoded in iam_policy_name is the source of truth for this resource. Will be provided in internal ESV2 views for: Workspaces, Repositories, Folders, TeamFolders.", |
| 2982 | +"id": "IamPolicyOverrideView", |
| 2983 | +"properties": { |
| 2984 | +"iamPolicyName": { |
| 2985 | +"$ref": "PolicyName", |
| 2986 | +"description": "The IAM policy name for the resource." |
| 2987 | +}, |
| 2988 | +"isActive": { |
| 2989 | +"description": "Whether the IAM policy encoded in this view is active.", |
| 2990 | +"type": "boolean" |
| 2991 | +} |
| 2992 | +}, |
| 2993 | +"type": "object" |
| 2994 | +}, |
2980 | 2995 | "IncrementalLoadMode": {
|
2981 | 2996 | "description": "Load definition for incremental load modes",
|
2982 | 2997 | "id": "IncrementalLoadMode",
|
|
3547 | 3562 | },
|
3548 | 3563 | "type": "object"
|
3549 | 3564 | },
|
| 3565 | +"PolicyName": { |
| 3566 | +"description": "An internal name for an IAM policy, based on the resource to which the policy applies. Not to be confused with a resource's external full resource name. For more information on this distinction, see go/iam-full-resource-names.", |
| 3567 | +"id": "PolicyName", |
| 3568 | +"properties": { |
| 3569 | +"id": { |
| 3570 | +"description": "Identifies an instance of the type. ID format varies by type. The ID format is defined in the IAM .service file that defines the type, either in path_mapping or in a comment.", |
| 3571 | +"type": "string" |
| 3572 | +}, |
| 3573 | +"region": { |
| 3574 | +"description": "For Cloud IAM: The location of the Policy. Must be empty or \"global\" for Policies owned by global IAM. Must name a region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see go/iam-faq#where-is-iam-currently-deployed. For Local IAM: This field should be set to \"local\".", |
| 3575 | +"type": "string" |
| 3576 | +}, |
| 3577 | +"type": { |
| 3578 | +"description": "Resource type. Types are defined in IAM's .service files. Valid values for type might be 'storage_buckets', 'compute_instances', 'resourcemanager_customers', 'billing_accounts', etc.", |
| 3579 | +"type": "string" |
| 3580 | +} |
| 3581 | +}, |
| 3582 | +"type": "object" |
| 3583 | +}, |
3550 | 3584 | "PullGitCommitsRequest": {
|
3551 | 3585 | "description": "`PullGitCommits` request message.",
|
3552 | 3586 | "id": "PullGitCommitsRequest",
|
|
0 commit comments