Inputs specific to the wrap and unwrap API routes
|
Input |
Description |
Source of the input |
|---|---|---|
| authentication.email |
User's email address. |
JWT authentication token provided by the IDP. |
| authentication.googleEmail |
Optional If the email field is not a Google Workspace address belonging to the domain, googleEmail is the user's email address. It takes priority over the email field. |
JWT authentication token provided by the IDP. |
| authentication.iss |
Entity which has created and signed the token. |
JWT authentication token provided by the IDP. |
| authentication.aud |
Corresponds to the audience for which the token was issued. Example: [ 'cse-authorization', 'cse-authorization1' ] |
JWT authentication token provided by the IDP. |
| authentication.iat |
Date when the token was issued. In timestamp format (integer) Example: 1677679386 |
JWT authentication token provided by the IDP. |
| authentication.exp |
Date when the token expires. In timestamp format (integer) Example: 1677679386 |
JWT authentication token provided by the IDP. |
| authentication.customClaims |
Optional. Custom claims provided par the IDP. |
JWT authentication token provided by the IDP. |
| authorization.iss |
Entity which has created and signed the token. Can be used to differentiate the various Google Workspace applications, or to migrate from a KACLS to another. Example: “gsuitecse-tokenissuer-drive@system.gserviceaccount.com” |
JWT authorization token provided by Google |
| authorization.role |
Role of the authorized user.
|
JWT authorization token provided by Google |
| authorization.aud |
Corresponds to the audience for which the token was issued. Example: [ 'cse-authorization', 'cse-authorization1' ] |
JWT authorization token provided by Google |
| authorization.exp |
Date when the token expires. In timestamp format (integer) Example: 1677679386 |
JWT authorization token provided by Google |
| authorization.iat |
IssuedAt, date when the token was issued. In timestamp format (integer) Example: 1677679386 |
JWT authorization token provided by Google |
| authorization.emailType |
Identifies the origin of the e-mail address in the token. Prescribed values:
|
JWT authorization token provided by Google |
| authorization.kaclsOwnerDomain | Optional claim configured by the Google Workspace's owner to change the domain used in the request to the KACLS. It prevents from registering unauthorized KACLS. This claim is sent to the OPA server, which allows or forbids the action based on this information. | JWT authorization token provided by Google |
| contentType |
Cryptographic content type. Prescribed value: "dek" |
Cryptographic component used. |