Show / Hide Table of Contents

Class CmosUserGroupInfo

Identifier and name of a user group (userGroupId and userGroupName) that the current user has access to. Note: The Customer User Administrator (CUA) can manage user groups by name using My Oracle Cloud Support portal.

Inheritance
object
CmosUserGroupInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class CmosUserGroupInfo

Properties

UserGroupId

Declaration
[JsonProperty(PropertyName = "userGroupId")]
public string UserGroupId { get; set; }
Property Value
Type Description
string

Technical support type (TECH) only: The identifier of a user group in My Oracle Cloud Support portal.

UserGroupName

Declaration
[JsonProperty(PropertyName = "userGroupName")]
public string UserGroupName { get; set; }
Property Value
Type Description
string

Technical support type (TECH) only: Name of a user group in My Oracle Cloud Support portal.

In this article
Back to top