GroupIdentifierResponse

data class GroupIdentifierResponse(val groupId: String? = null, val groupName: String? = null)

Definition of GroupIdentifier

Constructors

Link copied to clipboard
constructor(groupId: String? = null, groupName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

The ID of the security group.

Link copied to clipboard
val groupName: String? = null

The name of the security group.