Class Configuration
returns the service catalog mode
Inherited Members
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