Project Grant By ID
Deprecated: use ListProjectGrants instead.
Returns a project grant. A project grant is when the organization grants its project to another organization.
curl -X GET "https://loading/projects/string/grants/string"{
"projectGrant": {
"grantId": "string",
"grantedOrgId": "string",
"grantedOrgName": "string",
"grantedRoleKeys": [
"string"
],
"state": "PROJECT_GRANT_STATE_UNSPECIFIED",
"projectId": "string",
"projectName": "string",
"projectOwnerId": "string",
"projectOwnerName": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}
}Was this page helpful?
MigrateGenericOIDCProvider
MigrateGenericOIDCProvider: Migrate an existing OIDC identity provider in the organization
Reactivate Application
Reactivate Application: Deprecated: Use [ReactivateApplication](/reference/api/application/zitadel.application.v2.ApplicationService.ReactivateApplication) instead to reactivate an app. Set the state of an application to ...