Domain

Domain for assessment.

JSON representation
{
  "domainName": string,
  "displayName": string,
  "description": string,
  "frameworks": [
    {
      object (Framework)
    }
  ],
  "inactive": boolean
}
Fields
domainName

string

Required. The domain name. Uniquely identifies the domain.

displayName

string

Optional. The domain display name is user friendly name used for UI.

description

string

Optional. The domain description.

frameworks[]

object (Framework)

Optional. The frameworks that are applicable in this domain.

inactive

boolean

Optional. Whether the domain is inactive. Default: false.