Show / Hide Table of Contents

Class CreateZipUploadConfigSourceDetails

Creation details for a Terraform configuration zip file.

Inheritance
object
CreateConfigSourceDetails
CreateZipUploadConfigSourceDetails
Inherited Members
CreateConfigSourceDetails.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CreateZipUploadConfigSourceDetails : CreateConfigSourceDetails

Properties

ZipFileBase64Encoded

Declaration
[Required(ErrorMessage = "ZipFileBase64Encoded is required.")]
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }
Property Value
Type Description
string
Remarks

Required

In this article
Back to top