Feature Membership Configmanagement Config Sync Git
data class FeatureMembershipConfigmanagementConfigSyncGit(val gcpServiceAccountEmail: String? = null, val httpsProxy: String? = null, val policyDir: String? = null, val secretType: String? = null, val syncBranch: String? = null, val syncRepo: String? = null, val syncRev: String? = null, val syncWaitSecs: String? = null)
Properties
Link copied to clipboard
The GCP Service Account Email used for auth when secretType is gcpServiceAccount.
Link copied to clipboard
URL for the HTTPS proxy to be used when communicating with the Git repo.
Link copied to clipboard
Type of secret configured for access to the Git repo.
Link copied to clipboard
The branch of the repository to sync from. Default: master.
Link copied to clipboard
Period in seconds between consecutive syncs. Default: 15.