Class TeamsOwnershipMappingBatchOperationDataAttributes

The attributes of the mapping to add. team_handle and view_name are required when op is add. At least one of service or application_id must be provided.

Hierarchy

  • TeamsOwnershipMappingBatchOperationDataAttributes

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, provide the real application UUID — the team is applied to the view regardless of service. For mobile applications, omit this field (or set it to the nil UUID 00000000-0000-0000-0000-000000000000) — the team is applied to the view and service combination across all applications.

How the view_name is matched against RUM view names.

service?: string

The RUM application's service name. For browser applications, this is optional. For mobile applications, this is required and scopes the ownership to a specific service.

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