Class CreateZipUploadConfigSourceDetails
Creation details for a Terraform configuration zip file.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CreateZipUploadConfigSourceDetails : CreateConfigSourceDetailsProperties
ZipFileBase64Encoded
Declaration
[Required(ErrorMessage = "ZipFileBase64Encoded is required.")]
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Remarks
Required