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

    Interface RevokeSessionRequest

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

    interface RevokeSessionRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.RevokeSessionRequest";
        revoke?:
            | { $case: "serviceAccountId"; serviceAccountId: string }
            | { $case: "allMyActive"; allMyActive: boolean }
            | { $case: "tenantUserAccountId"; tenantUserAccountId: string };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    revoke?:
        | { $case: "serviceAccountId"; serviceAccountId: string }
        | { $case: "allMyActive"; allMyActive: boolean }
        | { $case: "tenantUserAccountId"; tenantUserAccountId: string }

    Contains the selected value for the revoke protobuf oneof.

    Type Declaration

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

        Contains the case.

      • serviceAccountId: string

        Contains the service account ID.

    • { $case: "allMyActive"; allMyActive: boolean }
      • $case: "allMyActive"

        Contains the case.

      • allMyActive: boolean

        Contains the all my active.

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

        Contains the case.

      • tenantUserAccountId: string

        Contains the tenant user account ID.