Show / Hide Table of Contents

Class GroupIdentifier

Describes a security group.

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

Properties

GroupKey

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

The ID of the security group.

GroupName

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

The name of the security group.

In this article
Back to top