@nebius/js-sdk - v0.2.54
    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

      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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • 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

            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.TenantUserAccountSpec.VisibleAttributes"

    Contains the fully qualified protobuf type name.

    attribute: string[]

    Contains the attribute protobuf field.