Class UpdateResolverEndpointDetails
The body for updating an existing resolver endpoint.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Inheritance
UpdateResolverEndpointDetails
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
[JsonConverter(typeof(UpdateResolverEndpointDetailsModelConverter))]
public class UpdateResolverEndpointDetails
Properties
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value