@maxim_mazurok/gapi.client.cloudresourcemanager-v2 0.2.20260610 → 0.3.20260610
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -39,10 +39,7 @@ declare namespace gapi.client {
|
|
|
39
39
|
exemptedMembers?: string[];
|
|
40
40
|
/** The log type that this config enables. */
|
|
41
41
|
logType?:
|
|
42
|
-
| '
|
|
43
|
-
| 'ADMIN_READ'
|
|
44
|
-
| 'DATA_WRITE'
|
|
45
|
-
| 'DATA_READ';
|
|
42
|
+
'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
|
|
46
43
|
}
|
|
47
44
|
interface Binding {
|
|
48
45
|
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
@@ -114,9 +111,7 @@ declare namespace gapi.client {
|
|
|
114
111
|
displayName?: string;
|
|
115
112
|
/** Output only. The lifecycle state of the folder. Updates to the lifecycle_state must be performed via DeleteFolder and UndeleteFolder. */
|
|
116
113
|
lifecycleState?:
|
|
117
|
-
| '
|
|
118
|
-
| 'ACTIVE'
|
|
119
|
-
| 'DELETE_REQUESTED';
|
|
114
|
+
'LIFECYCLE_STATE_UNSPECIFIED' | 'ACTIVE' | 'DELETE_REQUESTED';
|
|
120
115
|
/** Output only. Management Project associated with this folder (if app-management capability is enabled). Example: `projects/google-mp-123` OUTPUT ONLY. */
|
|
121
116
|
managementProject?: string;
|
|
122
117
|
/** Output only. The resource name of the Folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */
|