Class TokenOptions (0.4.14)

TokenOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options to modify claims in the token to generate custom-purpose tokens.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
aws_principal_tags_options google.cloud.confidentialcomputing_v1.types.TokenOptions.AwsPrincipalTagsOptions
Optional. Options for the Limited AWS token type. This field is a member of oneof_ token_type_options.
audience str
Optional. Optional string to issue the token with a custom audience claim. Required if one or more nonces are specified.
nonce MutableSequence[str]
Optional. Optional parameter to place one or more nonces in the eat_nonce claim in the output token. The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.
token_type google.cloud.confidentialcomputing_v1.types.TokenType
Optional. Optional token type to select what type of token to return.

Classes

AwsPrincipalTagsOptions

AwsPrincipalTagsOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Token options that only apply to the AWS Principal Tags token type.