GroupDetails

class oci.stack_monitoring.models.GroupDetails(**kwargs)

Bases: object

User Group object

Methods

__init__(**kwargs) Initializes a new GroupDetails object with values from keyword arguments.

Attributes

domain Gets the domain of this GroupDetails.
name [Required] Gets the name of this GroupDetails.
stack_monitoring_role [Required] Gets the stack_monitoring_role of this GroupDetails.
__init__(**kwargs)

Initializes a new GroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this GroupDetails.
  • domain (str) – The value to assign to the domain property of this GroupDetails.
  • stack_monitoring_role (str) – The value to assign to the stack_monitoring_role property of this GroupDetails.
domain

Gets the domain of this GroupDetails. Identity domain name

Returns:The domain of this GroupDetails.
Return type:str
name

[Required] Gets the name of this GroupDetails. Name of user Group

Returns:The name of this GroupDetails.
Return type:str
stack_monitoring_role

[Required] Gets the stack_monitoring_role of this GroupDetails. Role assigned to user group in context of Stack Monitoring service. Access role can be for example: ADMINISTRATOR, OPERATOR, VIEWER, any other access role

Returns:The stack_monitoring_role of this GroupDetails.
Return type:str