Feature Membership Configmanagement Config Sync Git Args
data class FeatureMembershipConfigmanagementConfigSyncGitArgs(val gcpServiceAccountEmail: Output<String>? = null, val httpsProxy: Output<String>? = null, val policyDir: Output<String>? = null, val secretType: Output<String>? = null, val syncBranch: Output<String>? = null, val syncRepo: Output<String>? = null, val syncRev: Output<String>? = null, val syncWaitSecs: Output<String>? = null) : ConvertibleToJava<FeatureMembershipConfigmanagementConfigSyncGitArgs>
Constructors
Link copied to clipboard
constructor(gcpServiceAccountEmail: Output<String>? = null, httpsProxy: Output<String>? = null, policyDir: Output<String>? = null, secretType: Output<String>? = null, syncBranch: Output<String>? = null, syncRepo: Output<String>? = null, syncRev: Output<String>? = null, syncWaitSecs: Output<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.