Class ConfidentialSpaceOptions (0.5.0)

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

Attributes

Name Description
aws_principal_tags_options google.cloud.confidentialcomputing_v1.types.AwsPrincipalTagsOptions
Optional. Options for the AWS token type. This field is a member of oneof_ token_profile_options.
audience str
Optional. Optional string to issue the token with a custom audience claim. Required if custom nonces are specified.
token_profile google.cloud.confidentialcomputing_v1.types.TokenProfile
Optional. Optional specification for token claims profile.
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.
signature_type google.cloud.confidentialcomputing_v1.types.SignatureType
Optional. Optional specification for how to sign the attestation token. Defaults to SIGNATURE_TYPE_OIDC if unspecified.