Skip to main content

GoogleWorkspaceConfig

See Template Schema Validation to learn how to validate templates automatically in your IDE.

Description

Properties

Definitions

  • GoogleSubject (object)
    • domain (string, required)
    • service_account (string, required)
  • Variable (object)
    • key (string, required)
    • value (string, required)
  • IambicManaged: An enumeration. Must be one of: ["undefined", "read_and_write", "import_only", "enforced", "disabled"].
  • GoogleProject (object)
    • project_id (string, required)
    • project_name (string)
    • subjects (array, required)
    • type (string, required)
    • private_key_id (string, required)
    • private_key (string, required)
    • client_email (string, required)
    • client_id (string, required)
    • auth_uri (string, required)
    • token_uri (string, required)
    • auth_provider_x509_cert_url (string, required)
    • client_x509_cert_url (string, required)
    • variables (array): A list of variables to be used when creating templates. Default: [].
    • iambic_managed: Controls the directionality of iambic changes. Default: "undefined".