Class SyntheticsPrivateLocationMetadata

Object containing metadata about the private location.

Hierarchy

  • SyntheticsPrivateLocationMetadata

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
restrictedRoles?: string[]

A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.

Generated using TypeDoc