Create an access grant
Access Grants
Create Grant
Grants a counterparty tenant read access to a specific subject.
The calling tenant must own the subject. Requires tenant_admin.
POST
Create an access grant
Authorizations
Firebase Auth JWT issued by Google Identity Platform.
Obtain a token by signing in at your app domain and calling
firebase.auth().currentUser.getIdToken().
Path Parameters
Tenant identifier.
Body
application/json
Tenant ID of the counterparty receiving access.
Available options:
entity, individual Minimum array length:
1Available options:
read_latest, read_lineage, read_snapshot_by_id, read_diff Optional expiry. Null means the grant does not expire.
Response
Grant created.