REST Resource: projects.locations.instances.subdomains

Resource: Subdomain

A Subdomain represents a frontend path configured for a Chronicle instance.

JSON representation
{
  "name": string,
  "workforcePoolProvider": string
}
Fields
name

string

Identifier. The resource name of this subdomain. Format: projects/{project}/locations/{location}/instances/{instance}/subdomains/{subdomain}

workforcePoolProvider

string

Required. The workforce pool provider connected to the subdomain. Format: locations/{location}/workforcePools/{workforcePoolId}/providers/{providerId}

Methods

create

Creates a Subdomain.

delete

Deletes a Subdomain.

get

Gets a Subdomain.

list

Lists Subdomains for a given instance.