Class DetachManagementStationFromProfileDetails
Provides the information used to detach a management station from a profile.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class DetachManagementStationFromProfileDetails
Properties
ManagementStationId
Declaration
[Required(ErrorMessage = "ManagementStationId is required.")]
[JsonProperty(PropertyName = "managementStationId")]
public string ManagementStationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the management station to detach from the profile. |
Remarks
Required