Skip to content

GroupObservingGrant

GroupObservingGrant Schema

Description: A grant that allows all members of a group to submit observations to the account.

Properties

Name Type Description
id Integer No description
group_id Integer No description
grant_type Enum(member, group, owner, externally_managed, group_managed) The type of access grant.
account_id Integer The ID of the observing account to which this grant belongs.
credits_used Float No description
revoked Boolean Whether this grant has been revoked. If true, it no longer grants access.
created_on DateTime No description
created_by_id Integer (Optional) User who created the grant, when created through the API.
revoked_on DateTime (Optional) No description
revoked_by_id Integer (Optional) User who revoked the grant, when revoked through the API.

Relationships

Relationship Name Type
group Group
account ObservingAccount
quotas ObservingQuota