class documentation

class SecretDeliveryMode(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant EXPLICIT The secret value will be accessible via a separate method GetSecret
Constant INLINE The secret value will be returned directly in the API response
Constant MYSTERY_BOX The secret will be delivered via a MysteryBox secret, in case of terraform it is recommended to use that enum
Constant UNSPECIFIED If not specified, the default behaviour will be applied. Currently it's INLINE, later will be EXPLICIT.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.iam.v2.SecretDeliveryMode')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.iam.v2.SecretDeliveryMode'
EXPLICIT: int = (source)

The secret value will be accessible via a separate method GetSecret

Value
3

The secret value will be returned directly in the API response

Value
1
MYSTERY_BOX: int = (source)

The secret will be delivered via a MysteryBox secret, in case of terraform it is recommended to use that enum

Value
2
UNSPECIFIED: int = (source)

If not specified, the default behaviour will be applied. Currently it's INLINE, later will be EXPLICIT.

Value
0