Class IdcsApp
IDCS app associated with the instance, that can be used to manage the roles of the users
Inherited Members
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