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.
58
+
immutable: true
59
+
url_param_only: true
60
+
required: true
61
+
- name: oauthclient
62
+
type: String
63
+
description: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
64
+
immutable: true
65
+
url_param_only: true
66
+
required: true
67
+
- name: oauthClientCredentialId
68
+
type: String
69
+
description: |-
70
+
Required. The ID to use for the OauthClientCredential, which becomes the
71
+
final component of the resource name. This value should be 4-32 characters,
72
+
and may contain the characters [a-z0-9-]. The prefix `gcp-` is
73
+
reserved for use by Google, and may not be specified.
74
+
immutable: true
75
+
url_param_only: true
76
+
required: true
77
+
properties:
78
+
- name: disabled
79
+
type: Boolean
80
+
description: |-
81
+
Optional. Whether the OauthClientCredential is disabled. You cannot use a
82
+
disabled OauthClientCredential.
83
+
- name: clientSecret
84
+
type: String
85
+
description: |-
86
+
Output only. The system-generated OAuth client secret.
87
+
88
+
The client secret must be stored securely. If the client secret is
89
+
leaked, you must delete and re-create the client credential. To learn
90
+
more, see [OAuth client and credential security risks and
0 commit comments