Class ResourceCredentialEntitySpecificDetails
Resource credential details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ResourceCredentialEntitySpecificDetails : 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 for which the credential is created. | 
Remarks
Required