GroupUpdatePrivateKeyResult

public class GroupUpdatePrivateKeyResult : SdkObject

Metadata returned after rotating a group’s private key.

  • The ID of the group

    Declaration

    Swift

    public lazy var groupId: GroupId { get set }
  • true if this group’s private key requires additional rotation

    Declaration

    Swift

    public lazy var needsRotation: Bool { get set }