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

    Interface TenantUserAccountSpec_VisibleAttributes

    when a global user account is projected to a specific tenant they can give consent for that tenant's owner to view specific personal data by listing explicitly visible PDS attributes complete list of PDS attributes is described in ../../pds/inner/v1alpha1/iam_identifier.proto

    interface TenantUserAccountSpec_VisibleAttributes {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.TenantUserAccountSpec.VisibleAttributes";
        attribute: 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.TenantUserAccountSpec.VisibleAttributes"
    attribute: string[]