Show / Hide Table of Contents

Class ResourceCredentialEntitySpecificDetails

Resource credential details.

Inheritance
object
CredentialEntitySpecificDetails
ResourceCredentialEntitySpecificDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ResourceCredentialEntitySpecificDetails : CredentialEntitySpecificDetails

Properties

ResourceId

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

OCID of the resource for which the credential is created.

Remarks

Required

In this article
Back to top