Class TargetCredentialEntitySpecificDetails
Target credential details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class TargetCredentialEntitySpecificDetails : CredentialEntitySpecificDetailsProperties
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