Resource: Authorization
Represents an authorization.
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"clientUserId": string,
"scopes": [
string
],
"state": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the authorization. |
createTime |
Output only. The creation timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
clientUserId |
Output only. The client user ID provided by the client application for their end user. Not verified by Google. |
scopes[] |
Output only. The scopes actually granted by the end user during the consent flow. |
state |
Output only. The state of the authorization. |
State
Represents the state of the authorization.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
Unspecified state. |
ACTIVE |
Active. |
SUSPENDED |
Suspended. |
Methods |
|
|---|---|
|
Deletes a single authorization. |
|
Gets details of a single authorization. |
|
Lists authorizations in a given project and location. |