pub struct AuthorizationServers {
    pub client: Client,
}

Fields

client: Client

Implementations

This function performs a GET to the /api/v1/authorizationServers endpoint.

Success

Parameters:

  • q: &str
  • limit: &str
  • after: &str

This function performs a GET to the /api/v1/authorizationServers endpoint.

As opposed to list, this function returns all the pages of the request at once.

Success

This function performs a POST to the /api/v1/authorizationServers endpoint.

Success

This function performs a GET to the /api/v1/authorizationServers/{authServerId} endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a PUT to the /api/v1/authorizationServers/{authServerId} endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId} endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/claims endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/claims endpoint.

As opposed to list_o_auth_2_claims, this function returns all the pages of the request at once.

Success

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/claims endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/claims/{claimId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • claim_id: &str

This function performs a PUT to the /api/v1/authorizationServers/{authServerId}/claims/{claimId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • claim_id: &str

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId}/claims/{claimId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • claim_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/clients endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/clients endpoint.

As opposed to list_o_auth_2_clients_for, this function returns all the pages of the request at once.

Success

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens endpoint.

Success

Parameters:

  • auth_server_id: &str
  • client_id: &str
  • expand: &str
  • after: &str
  • limit: i64

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens endpoint.

As opposed to list_refresh_tokens_for_and_client, this function returns all the pages of the request at once.

Success

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens endpoint.

Success

Parameters:

  • auth_server_id: &str
  • client_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • client_id: &str
  • token_id: &str
  • expand: &str

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • client_id: &str
  • token_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/credentials/keys endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/credentials/keys endpoint.

As opposed to list_keys, this function returns all the pages of the request at once.

Success

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/lifecycle/activate endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/lifecycle/deactivate endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/policies endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/policies endpoint.

As opposed to list_policies, this function returns all the pages of the request at once.

Success

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/policies endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/policies/{policyId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • policy_id: &str

This function performs a PUT to the /api/v1/authorizationServers/{authServerId}/policies/{policyId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • policy_id: &str

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId}/policies/{policyId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • policy_id: &str

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate endpoint.

Activate Authorization Server Policy

Parameters:

  • auth_server_id: &str
  • policy_id: &str

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate endpoint.

Deactivate Authorization Server Policy

Parameters:

  • auth_server_id: &str
  • policy_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules endpoint.

Enumerates all policy rules for the specified Custom Authorization Server and Policy.

Parameters:

  • policy_id: &str
  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules endpoint.

As opposed to list_policy_rules, this function returns all the pages of the request at once.

Enumerates all policy rules for the specified Custom Authorization Server and Policy.

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules endpoint.

Creates a policy rule for the specified Custom Authorization Server and Policy.

Parameters:

  • policy_id: &str
  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} endpoint.

Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy.

Parameters:

  • policy_id: &str
  • auth_server_id: &str
  • rule_id: &str

This function performs a PUT to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} endpoint.

Updates the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy.

Parameters:

  • policy_id: &str
  • auth_server_id: &str
  • rule_id: &str

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} endpoint.

Deletes a Policy Rule defined in the specified Custom Authorization Server and Policy.

Parameters:

  • policy_id: &str
  • auth_server_id: &str
  • rule_id: &str

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate endpoint.

Activate Authorization Server Policy Rule

Parameters:

  • auth_server_id: &str
  • policy_id: &str
  • rule_id: &str

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate endpoint.

Deactivate Authorization Server Policy Rule

Parameters:

  • auth_server_id: &str
  • policy_id: &str
  • rule_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/scopes endpoint.

Success

Parameters:

  • auth_server_id: &str
  • q: &str
  • filter: &str
  • cursor: &str
  • limit: i64

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/scopes endpoint.

As opposed to list_o_auth_2_scopes, this function returns all the pages of the request at once.

Success

This function performs a POST to the /api/v1/authorizationServers/{authServerId}/scopes endpoint.

Success

Parameters:

  • auth_server_id: &str

This function performs a GET to the /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • scope_id: &str

This function performs a PUT to the /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • scope_id: &str

This function performs a DELETE to the /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} endpoint.

Success

Parameters:

  • auth_server_id: &str
  • scope_id: &str

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more