Show / Hide Table of Contents

Class Configuration

returns the service catalog mode

Inheritance
object
Configuration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class Configuration

Properties

IsServiceCatalogMode

Declaration
[Required(ErrorMessage = "IsServiceCatalogMode is required.")]
[JsonProperty(PropertyName = "isServiceCatalogMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ServiceCatalogModeEnum? IsServiceCatalogMode { get; set; }
Property Value
Type Description
ServiceCatalogModeEnum?

mode of tenancy

Remarks

Required

In this article
Back to top