AccessPolicyResource type

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs.

type AccessPolicyResource = Resource & {
  description?: string
  principalObjectId?: string
  roles?: AccessPolicyRole[]
}