Show / Hide Table of Contents

Class UpdateZipUploadConfigSourceDetails

Update details for a Terraform configuration zip file.

Inheritance
object
UpdateConfigSourceDetails
UpdateZipUploadConfigSourceDetails
Inherited Members
UpdateConfigSourceDetails.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 UpdateZipUploadConfigSourceDetails : UpdateConfigSourceDetails

Properties

ZipFileBase64Encoded

Declaration
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }
Property Value
Type Description
string
In this article
Back to top