Class TeamsOwnershipMappingResponseAttributes

The attributes of a teams ownership mapping.

Hierarchy

  • TeamsOwnershipMappingResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
applicationId: string

The ID of the RUM application this mapping applies to. For browser applications, this is the real application UUID. For mobile applications, this is the nil UUID 00000000-0000-0000-0000-000000000000 (wildcard), meaning the ownership applies across all applications.

createdAt: Date

Timestamp when the mapping was created.

createdBy: string

The UUID of the user who created the mapping.

How the view_name is matched against RUM view names.

orgId: number

The ID of the organization that owns this mapping.

service: string

The RUM application's service name. For browser applications, may be empty. For mobile applications, this is the service that scopes the ownership.

teamHandle: string

The handle of the team that owns the matched RUM views.

viewName: string

The RUM view name to match, or its prefix when match_type is prefix.

Generated using TypeDoc