Class GroupIdentifier
Describes a security group.
Inherited Members
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. |