GroupOperations

public struct GroupOperations

IronOxide Group Operations

Key Terms

  • ID - The ID representing a group. It must be unique within the group’s segment and will not be encrypted.
  • Name - The human-readable name of a group. It does not need to be unique and will not be encrypted.
  • Member - A user who is able to encrypt and decrypt data using the group.
  • Admin - A user who is able to manage the group’s member and admin lists. An admin cannot encrypt or decrypt data using the group unless they first add themselves as group members or are added by another admin.
  • Owner - The user who owns the group. The owner has the same permissions as a group admin, but is protected from being removed as a group admin.
  • Rotation - Changing a group’s private key while leaving its public key unchanged. This can be accomplished by calling SDK.group.rotatePrivateKey.