GroupMetaResult

public class GroupMetaResult : SdkObject

Abbreviated group metadata.

  • id

    ID of the group

    Declaration

    Swift

    public lazy var id: GroupId { get set }
  • Name of the group

    Declaration

    Swift

    public lazy var name: GroupName? { get set }
  • true if the calling user is a group administrator

    Declaration

    Swift

    public lazy var isAdmin: Bool { get set }
  • true if the calling user is a group member

    Declaration

    Swift

    public lazy var isMember: Bool { get set }
  • Date and time when the group was created

    Declaration

    Swift

    public lazy var created: Date { get set }
  • Date and time when the group was last updated

    Declaration

    Swift

    public lazy var lastUpdated: Date { get set }
  • Whether the group’s private key needs rotation.

    Can only be accessed by a group administrator.

    Declaration

    Swift

    public lazy var needsRotation: Bool? { get set }

    Return Value

    • Bool - Indicates whether the group’s private key needs rotation.
    • nil - The calling user does not have permission to view this.