Class RequestResourceValidationDetails
Request to initiate resource validation.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class RequestResourceValidationDetailsProperties
IsApplicableToAllResources
Declaration
[JsonProperty(PropertyName = "isApplicableToAllResources")]
public bool? IsApplicableToAllResources { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | A boolean flag that decides if all resources within the fleet should be part of the validation. | 
ResourceIds
Declaration
[JsonProperty(PropertyName = "resourceIds")]
public List<string> ResourceIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Resource OCIDS to be included for validation. |