FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs

data class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs(val gcpServiceAccountEmail: Output<String>? = null, val policyDir: Output<String>? = null, val secretType: Output<String>, val syncRepo: Output<String>? = null, val syncWaitSecs: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs>

Constructors

constructor(gcpServiceAccountEmail: Output<String>? = null, policyDir: Output<String>? = null, secretType: Output<String>, syncRepo: Output<String>? = null, syncWaitSecs: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val gcpServiceAccountEmail: Output<String>? = null

The Google Cloud Service Account Email used for auth when secretType is gcpServiceAccount

Link copied to clipboard
val policyDir: Output<String>? = null

The absolute path of the directory that contains the local resources. Default: the root directory of the image

Link copied to clipboard
val secretType: Output<String>

Type of secret configured for access to the Git repo

Link copied to clipboard
val syncRepo: Output<String>? = null

The OCI image repository URL for the package to sync from

Link copied to clipboard
val syncWaitSecs: Output<String>? = null

Period in seconds between consecutive syncs. Default: 15

Link copied to clipboard
val version: Output<String>? = null

(Optional, Deprecated) Version of ACM installed

Functions

Link copied to clipboard
open override fun toJava(): FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs