Skip to content

Commit

Permalink
google updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Nov 5, 2024
1 parent 1e75548 commit af1017c
Show file tree
Hide file tree
Showing 170 changed files with 164,033 additions and 131,430 deletions.
16 changes: 14 additions & 2 deletions providers/src/googleapis.com/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,18 @@ providerServices:
title: Cloud Monitoring API
version: v00.00.00000
description: Manages your Cloud Monitoring data and configurations.
netapp:
id: netapp:v00.00.00000
name: netapp
preferred: true
service:
$ref: googleapis.com/v00.00.00000/services/netapp.yaml
title: NetApp API
version: v00.00.00000
description: >-
Google Cloud NetApp Volumes is a fully-managed, cloud-based data storage
service that provides advanced data management capabilities and highly
scalable performance with global availability.
networkconnectivity:
id: networkconnectivity:v00.00.00000
name: networkconnectivity
Expand Down Expand Up @@ -1196,8 +1208,8 @@ providerServices:
title: Oracle Database@Google Cloud API
version: v00.00.00000
description: >-
The Oracle Database@Google Cloud API provides set of APIs to manage Oracle
databases such as Exadata and Autonomous Databases.
The Oracle Database@Google Cloud API provides a set of APIs to manage
Oracle database services, such as Exadata and Autonomous Databases.
orgpolicy:
id: orgpolicy:v00.00.00000
name: orgpolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ info:
title: Access Approval API
description: An API for controlling access to data by Google personnel.
version: v1
x-discovery-doc-revision: '20240913'
x-generated-date: '2024-09-19'
x-discovery-doc-revision: '20241025'
x-generated-date: '2024-11-06'
externalDocs:
url: https://cloud.google.com/assured-workloads/access-approval/docs
servers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ info:
Modifications using v1alpha should be limited to policies with
non-production/non-critical service perimeters.
version: v1
x-discovery-doc-revision: '20240908'
x-generated-date: '2024-09-19'
x-discovery-doc-revision: '20241028'
x-generated-date: '2024-11-06'
externalDocs:
url: https://cloud.google.com/access-context-manager/docs/reference/rest/
servers:
Expand Down Expand Up @@ -1301,6 +1301,11 @@ components:
reauthSettings:
description: Optional. GCSL policy for the group key.
$ref: '#/components/schemas/ReauthSettings'
sessionSettings:
description: >-
Optional. GCSL policy for the group key. Migrated from
ReauthSettings
$ref: '#/components/schemas/SessionSettings'
restrictedClientApplications:
description: >-
Optional. A list of applications that are subject to this binding's
Expand Down Expand Up @@ -1373,6 +1378,62 @@ components:
set above will be disregarded and the session length is basically
infinite.
type: boolean
SessionSettings:
id: SessionSettings
description: >-
Stores settings related to Google Cloud Session Length including session
duration, the type of challenge (i.e. method) they should face when
their session expires, and other related settings.
type: object
properties:
sessionReauthMethod:
description: Optional. Session method when users GCP session is up.
type: string
enumDescriptions:
- If method undefined in API, we will use LOGIN by default.
- >-
The user will prompted to perform regular login. Users who are
enrolled for two-step verification and haven't chosen to "Remember
this computer" will be prompted for their second factor.
- >-
The user will be prompted to autheticate using their security key.
If no security key has been configured, then we will fallback to
LOGIN.
- The user will be prompted for their password.
enum:
- SESSION_REAUTH_METHOD_UNSPECIFIED
- LOGIN
- SECURITY_KEY
- PASSWORD
sessionLength:
description: >-
Optional. The session length. Setting this field to zero is equal to
disabling. Session. Also can set infinite session by flipping the
enabled bit to false below. If use_oidc_max_age is true, for OIDC
apps, the session length will be the minimum of this field and OIDC
max_age param.
type: string
format: google-duration
maxInactivity:
description: >-
Optional. How long a user is allowed to take between actions before
a new access token must be issued. Presently only set for Cloud
Apps.
type: string
format: google-duration
useOidcMaxAge:
description: >-
Optional. Only useful for OIDC apps. When false, the OIDC max_age
param, if passed in the authentication request will be ignored. When
true, the re-auth period will be the minimum of the session_length
field and the max_age OIDC param.
type: boolean
sessionLengthEnabled:
description: >-
Optional. Big red button to turn off GCSL. When false, all fields
set above will be disregarded and the session length is basically
infinite.
type: boolean
Application:
id: Application
description: An application that accesses Google Cloud APIs.
Expand Down Expand Up @@ -1446,6 +1507,11 @@ components:
Optional. Reauth settings applied to user access on a given
AccessScope.
$ref: '#/components/schemas/ReauthSettings'
sessionSettings:
description: >-
Optional. Session settings applied to user access on a given
AccessScope. Migrated from ReauthSettings
$ref: '#/components/schemas/SessionSettings'
SetIamPolicyRequest:
id: SetIamPolicyRequest
description: Request message for `SetIamPolicy` method.
Expand Down Expand Up @@ -3627,6 +3693,10 @@ paths:
schema:
type: string
format: google-fieldmask
- in: query
name: append
schema:
type: boolean
delete:
description: >-
Deletes a GcpUserAccessBinding. Completion of this long-running
Expand Down
Loading

0 comments on commit af1017c

Please sign in to comment.