You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
53
+
immutable: true
54
+
url_param_only: true
55
+
required: true
56
+
- name: oauthclient
57
+
type: String
58
+
description: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
59
+
immutable: true
60
+
url_param_only: true
61
+
required: true
62
+
- name: oauthClientCredentialId
63
+
type: String
64
+
description: |-
65
+
Required. The ID to use for the OauthClientCredential, which becomes the
66
+
final component of the resource name. This value should be 4-32 characters,
67
+
and may contain the characters [a-z0-9-]. The prefix `gcp-` is
68
+
reserved for use by Google, and may not be specified.
69
+
immutable: true
70
+
url_param_only: true
71
+
required: true
72
+
properties:
73
+
- name: disabled
74
+
type: Boolean
75
+
description: |-
76
+
Whether the OauthClientCredential is disabled. You cannot use a
77
+
disabled OauthClientCredential.
78
+
- name: clientSecret
79
+
type: String
80
+
description: |-
81
+
The system-generated OAuth client secret.
82
+
83
+
The client secret must be stored securely. If the client secret is
84
+
leaked, you must delete and re-create the client credential. To learn
85
+
more, see [OAuth client and credential security risks and
0 commit comments