Class GroupDetails
User Group object
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class GroupDetails
Properties
Domain
Declaration
[JsonProperty(PropertyName = "domain")]
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
string | Identity domain name |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of user Group |
Remarks
Required
StackMonitoringRole
Declaration
[Required(ErrorMessage = "StackMonitoringRole is required.")]
[JsonProperty(PropertyName = "stackMonitoringRole")]
public string StackMonitoringRole { get; set; }
Property Value
Type | Description |
---|---|
string | Role assigned to user group in context of Stack Monitoring service. Access role can be for Example: ADMINISTRATOR, OPERATOR, VIEWER, any other access role |
Remarks
Required