Skip to content
Start here

IdP Federation Grants

List IdP federation grants
client.ZeroTrust.Access.IdPFederationGrants.List(ctx, query) (*[]IdPFederationGrant, error)
GET/accounts/{account_id}/access/idp_federation_grants
Create an IdP federation grant
client.ZeroTrust.Access.IdPFederationGrants.New(ctx, params) (*IdPFederationGrant, error)
POST/accounts/{account_id}/access/idp_federation_grants
Get an IdP federation grant
client.ZeroTrust.Access.IdPFederationGrants.Get(ctx, grantID, query) (*IdPFederationGrant, error)
GET/accounts/{account_id}/access/idp_federation_grants/{grant_id}
Delete an IdP federation grant
client.ZeroTrust.Access.IdPFederationGrants.Delete(ctx, grantID, body) (*AccessIdPFederationGrantDeleteResponse, error)
DELETE/accounts/{account_id}/access/idp_federation_grants/{grant_id}
ModelsExpand Collapse
type IdPFederationGrant struct{…}
ID string

UID of the IdP federation grant.

maxLength32
IdPID string

UID of the identity provider being federated.

formatuuid