Show / Hide Table of Contents

Class DiscoveryUriSourceUriDetails

Discovery Uri information.

Inheritance
object
SourceUriDetails
DiscoveryUriSourceUriDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class DiscoveryUriSourceUriDetails : SourceUriDetails

Properties

Uri

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

The discovery URI for the auth server.

Remarks

Required

In this article
Back to top