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

    Interface ListFederationCertificateByFederationRequest

    interface ListFederationCertificateByFederationRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.ListFederationCertificateByFederationRequest";
        federationId: string;
        pageSize: Long;
        pageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.ListFederationCertificateByFederationRequest"
    federationId: string

    Represents the parent federation ID. Corresponds to the parent_id value.

    pageSize: Long

    Specifies the maximum number of items to return in the response. Default value: 10

    pageToken: string

    Token for pagination, allowing the retrieval of the next set of results.