Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "stable/src/api/userProfiles/types.gen"

Index

Type aliases

EpochTimestamp

EpochTimestamp: number

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

format

int64

min

0

IdentityType

IdentityType: "USER" | "SERVICE_PRINCIPAL" | "INTERNAL_SERVICE"

The identity type field indicates the type of principal.

  • USER: Human user.
  • SERVICE_PRINCIPAL: Service account.
  • INTERNAL_SERVICE: Internal CDF service.

IdentityTypeFilter

IdentityTypeFilter: "ALL" | "USER" | "SERVICE_PRINCIPAL" | "INTERNAL_SERVICE"

The identity type filter field indicates the type of principal the request should be filtered to show. If no value is specified, the default value is USER.

  • ALL: All types of principals.
  • USER: Human user.
  • SERVICE_PRINCIPAL: Service account.
  • INTERNAL_SERVICE: Internal CDF service.