Show / Hide Table of Contents

Class ResourceDetails

ResourceDetails class is used to hold the request details of a compute instance certificates

Inheritance
object
ResourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Auth.Internal
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class ResourceDetails

Properties

Headers

Declaration
public Dictionary<string, string> Headers { get; set; }
Property Value
Type Description
Dictionary<string, string>

Headers to be sent along with the resource fetch request

Uri

Declaration
public Uri Uri { get; set; }
Property Value
Type Description
Uri

The url of the certificate

In this article
Back to top