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

    Interface KeyIdentity

    Represents the nebius.iam.v1.KeyIdentity protobuf message.

    interface KeyIdentity {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.KeyIdentity";
        identity?:
            | { $case: "id"; id: string }
            | { $case: "awsAccessKeyId"; awsAccessKeyId: string };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.iam.v1.KeyIdentity protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.iam.v1.KeyIdentity 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.v1.KeyIdentity"

    Contains the fully qualified protobuf type name.

    identity?:
        | { $case: "id"; id: string }
        | { $case: "awsAccessKeyId"; awsAccessKeyId: string }

    Contains the selected value for the identity protobuf oneof.

    Type Declaration

    • { $case: "id"; id: string }
      • $case: "id"

        Contains the case.

      • id: string

        Contains the ID.

    • { $case: "awsAccessKeyId"; awsAccessKeyId: string }
      • $case: "awsAccessKeyId"

        Contains the case.

      • awsAccessKeyId: string

        Contains the aws access key ID.