Show / Hide Table of Contents

Class GroupDetails

User Group object

Inheritance
object
GroupDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top