Class Uris
Service URIs pertaining to the instance
Inherited Members
Namespace: Oci.ApiplatformService.Models
Assembly: OCI.DotNetSDK.Apiplatform.dll
Syntax
public class Uris
Properties
DevelopersPortalUri
Declaration
[Required(ErrorMessage = "DevelopersPortalUri is required.")]
[JsonProperty(PropertyName = "developersPortalUri")]
public string DevelopersPortalUri { get; set; }
Property Value
Type | Description |
---|---|
string | Developer's Portal URI of the instance (/developers) |
Remarks
Required
ManagementPortalUri
Declaration
[Required(ErrorMessage = "ManagementPortalUri is required.")]
[JsonProperty(PropertyName = "managementPortalUri")]
public string ManagementPortalUri { get; set; }
Property Value
Type | Description |
---|---|
string | Management Portal URI of the instance (/apiplatform) |
Remarks
Required