Class DetachSoftwareSourcesFromProfileDetails
Provides the information used to detach software sources from a profile.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class DetachSoftwareSourcesFromProfileDetails
Properties
SoftwareSources
Declaration
[Required(ErrorMessage = "SoftwareSources is required.")]
[JsonProperty(PropertyName = "softwareSources")]
public List<string> SoftwareSources { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of software source OCIDs to detach from the profile. |
Remarks
Required