Domain
Domain object
- domain_idstringBetaOutput only
Unique identifier for the domain. If omitted at Create, the server generates one.
- tag_keystringBetaImmutable
Governed tag key associated with this domain.
- draftbooleanBetaInput only
Whether to mark the domain as a draft. If omitted on Create, the server applies a default; the resolved value is returned in
effective_draft.
- effective_draftbooleanBetaOutput only
Resolved draft state of the domain.
- iconobjectBeta
Icon to display for the domain.
Show child attributesHide child attributes
- namestringBeta
Available icon names for a domain.
Show 73 possible values
NAME_UNSPECIFIEDADDRESS_BOOKALARMARROWS_INATOMBALLOONBANKBARRICADEBASKETBRIDGECACTUSCALL_BELLCARROTCHART_PIE_SLICECITYCLOUDCOINSCOMPASS_ROSECRANE_TOWERCROWNCUBE_TRANSPARENTFADERSFLAG_BANNER_FOLDFLAG_CHECKEREDGAVELHAMBURGERHEAD_CIRCUITHOURGLASS_HIGHINTERSECT_THREEMICROSCOPEMOON_STARSPACKAGEPARACHUTEPEPPERPIGGY_BANKPILLPLANETPLANTPLUGS_CONNECTEDPOPCORNPRESENTATION_CHARTPUZZLE_PIECERAINBOWRANKINGRECEIPTROCKETRULERSAILBOATSCALESSCAN_SMILEYSCROLLSHIELD_CHECKEREDSNEAKERSNOWFLAKESOLAR_ROOFSPEEDOMETERSTAMPSTEPSSTRATEGYSWORDTELEVISION_SIMPLETENTTICKETTRACTORTRAFFIC_CONETRAINTREE_EVERGREENTREE_STRUCTURETROLLEY_SUITCASETROPHYTRUCK_TRAILERUSERS_THREEVECTOR_THREE
- colorstringBeta
Hex color code with # prefix (e.g., "#FF5733").
- subtitlestringBeta
Short description (max 280 chars)
- descriptionstringBeta
Full description (max 4096 chars)
- create_timestringBetaOutput only
Timestamp when the domain was created.
- technical_owner_idsarray of int64Beta
Principal IDs of the technical owners (users, groups, or service principals).
- business_owner_idsarray of int64Beta
Principal IDs of the business owners (users, groups, or service principals).
- parent_domain_idstringBetaImmutable
Domain ID of the parent. If absent, this is a top-level domain. If present, this domain is a subdomain of the specified parent.
- namestringBetaIDImmutable
Full resource name of the domain. The primary identifier for this resource. Format:
domains/{domain_id}Identifies the domain on get, update, and delete. Not an input on create — to choose the id, setCreateDomainRequest.domain_id.
- update_timestringBetaOutput only
Timestamp when the domain was last updated.
Get a domain Beta
GET
1 more path
GET
Get a domain by resource name.
Authorization: external callers must have the MANAGE DISCOVERY permission.
API scopes: domains
Parameters
- namestringRequiredpath
Full resource name of the domain to retrieve. Format:
domains/{domain_id}
Response
Returns the Domain object.