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