class documentation

class SecretDeliveryMode(pb_enum.Enum): (source)

View In Hierarchy

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
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 Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.iam.v2.SecretDel
iveryMode',
                                                       access_key_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
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