Show / Hide Table of Contents

Class IdcsApp

IDCS app associated with the instance, that can be used to manage the roles of the users

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

Properties

Url

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

IDCS URL of the app

Remarks

Required

In this article
Back to top