Show / Hide Table of Contents

Class TargetCredentialEntitySpecificDetails

Target credential details.

Inheritance
object
CredentialEntitySpecificDetails
TargetCredentialEntitySpecificDetails
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 TargetCredentialEntitySpecificDetails : 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 associated with the target for which the credential is created.

Remarks

Required

Target

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

Target name for which the credential is provided.

Remarks

Required

In this article
Back to top