Class VanityUrlDetails
Vanity URL configuration details.
Inherited Members
Namespace: Oci.AnalyticsService.Models
Assembly: OCI.DotNetSDK.Analytics.dll
Syntax
public class VanityUrlDetails
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Description of the vanity URL. |
Hosts
Declaration
[JsonProperty(PropertyName = "hosts")]
public List<string> Hosts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of fully-qualified hostnames supported by this vanity URL definition (maximum of 3). |
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The vanity URL unique identifier key. |
PublicCertificate
Declaration
[JsonProperty(PropertyName = "publicCertificate")]
public string PublicCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| string | PEM certificate for HTTPS connections. |
Urls
Declaration
[JsonProperty(PropertyName = "urls")]
public List<string> Urls { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of URLs supported by this vanity URL definition (maximum of 3). |