ShowEffectiveAutokeyConfigResponse

Response message for projects.showEffectiveAutokeyConfig and folders.showEffectiveAutokeyConfig.

JSON representation
{
  "keyProject": string,
  "keyProjectResolutionMode": enum (KeyProjectResolutionMode),
  "source": {
    object (Source)
  }
}
Fields
keyProject

string

Name of the key project configured in the ancestry of the project or folder.

keyProjectResolutionMode

enum (KeyProjectResolutionMode)

The KeyProjectResolutionMode for the AutokeyConfig.

source

object (Source)

Source of the effective AutokeyConfig.

Source

Source of the effective AutokeyConfig.

JSON representation
{
  "name": string
}
Fields
name

string

Contains the resource name of the AutokeyConfig that is effective, for example, folders/{FOLDER_NUMBER} or projects/{PROJECT_NUMBER} or organizations/{ORGANIZATION_NUMBER}.