@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface AccessKeyStatus

    Represents the nebius.iam.v2.AccessKeyStatus protobuf message.

    interface AccessKeyStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v2.AccessKeyStatus";
        algorithm: string;
        awsAccessKeyId: string;
        fingerprint: string;
        keySize: number;
        secret: string;
        secretReferenceId: string;
        state: AccessKeyStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Represents the nebius.iam.v2.AccessKeyStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v2.AccessKeyStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.iam.v2.AccessKeyStatus"

    Contains the fully qualified protobuf type name.

    algorithm: string

    Contains the algorithm protobuf field.

    awsAccessKeyId: string

    Contains the aws_access_key_id protobuf field.

    fingerprint: string

    Contains the fingerprint protobuf field.

    keySize: number

    Contains the key_size protobuf field.

    secret: string

    Contains the secret protobuf field.

    secretReferenceId: string

    Contains the secret_reference_id protobuf field.

    Contains the state protobuf field.