=begin
#OpenBao API

#HTTP API that gives you full access to OpenBao. All API routes are prefixed with `/v1/`.

The version of the OpenAPI document: 2.0.0

Generated by: https://openapi-generator.tech
Generator version: 7.7.0

=end

require 'spec_helper'
require 'json'

# Unit tests for OpenbaoClient::IdentityApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'IdentityApi' do
  before do
    # run before each test
    @api_instance = OpenbaoClient::IdentityApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of IdentityApi' do
    it 'should create an instance of IdentityApi' do
      expect(@api_instance).to be_instance_of(OpenbaoClient::IdentityApi)
    end
  end

  # unit tests for alias_create
  # Create a new alias.
  # @param alias_create_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'alias_create test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for alias_delete_by_id
  # @param id ID of the alias
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'alias_delete_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for alias_list_by_id
  # List all the alias IDs.
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'alias_list_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for alias_read_by_id
  # @param id ID of the alias
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'alias_read_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for alias_update_by_id
  # @param id ID of the alias
  # @param alias_update_by_id_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'alias_update_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_batch_delete
  # @param entity_batch_delete_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_batch_delete test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_create
  # @param entity_create_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_create test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_create_alias
  # Create a new alias.
  # @param entity_create_alias_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_create_alias test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_delete_alias_by_id
  # @param id ID of the alias
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_delete_alias_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_delete_by_id
  # @param id ID of the entity. If set, updates the corresponding existing entity.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_delete_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_delete_by_name
  # @param name Name of the entity
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_delete_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_list_aliases_by_id
  # List all the alias IDs.
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_list_aliases_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_list_by_id
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_list_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_list_by_name
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_list_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_look_up
  # Query entities based on various properties.
  # @param entity_look_up_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_look_up test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_merge
  # @param entity_merge_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_merge test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_read_alias_by_id
  # @param id ID of the alias
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_read_alias_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_read_by_id
  # @param id ID of the entity. If set, updates the corresponding existing entity.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_read_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_read_by_name
  # @param name Name of the entity
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_read_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_update_alias_by_id
  # @param id ID of the alias
  # @param entity_update_alias_by_id_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_update_alias_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_update_by_id
  # @param id ID of the entity. If set, updates the corresponding existing entity.
  # @param entity_update_by_id_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_update_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for entity_update_by_name
  # @param name Name of the entity
  # @param entity_update_by_name_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'entity_update_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_create
  # @param group_create_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_create test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_create_alias
  # Creates a new group alias, or updates an existing one.
  # @param group_create_alias_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_create_alias test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_delete_alias_by_id
  # @param id ID of the group alias.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_delete_alias_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_delete_by_id
  # @param id ID of the group. If set, updates the corresponding existing group.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_delete_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_delete_by_name
  # @param name Name of the group.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_delete_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_list_aliases_by_id
  # List all the group alias IDs.
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_list_aliases_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_list_by_id
  # List all the group IDs.
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_list_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_list_by_name
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_list_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_look_up
  # Query groups based on various properties.
  # @param group_look_up_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_look_up test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_read_alias_by_id
  # @param id ID of the group alias.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_read_alias_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_read_by_id
  # @param id ID of the group. If set, updates the corresponding existing group.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_read_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_read_by_name
  # @param name Name of the group.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_read_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_update_alias_by_id
  # @param id ID of the group alias.
  # @param group_update_alias_by_id_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_update_alias_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_update_by_id
  # @param id ID of the group. If set, updates the corresponding existing group.
  # @param group_update_by_id_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_update_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for group_update_by_name
  # @param name Name of the group.
  # @param group_update_by_name_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'group_update_by_name test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_admin_destroy_totp_secret
  # Destroys a TOTP secret for the given MFA method ID on the given entity
  # @param mfa_admin_destroy_totp_secret_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_admin_destroy_totp_secret test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_admin_generate_totp_secret
  # Update or create TOTP secret for the given method ID on the given entity.
  # @param mfa_admin_generate_totp_secret_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_admin_generate_totp_secret test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_configure_duo_method
  # Update or create a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param mfa_configure_duo_method_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_configure_duo_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_configure_okta_method
  # Update or create a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param mfa_configure_okta_method_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_configure_okta_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_configure_ping_id_method
  # Update or create a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param mfa_configure_ping_id_method_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_configure_ping_id_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_configure_totp_method
  # Update or create a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param mfa_configure_totp_method_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_configure_totp_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_delete_duo_method
  # Delete a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_delete_duo_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_delete_login_enforcement
  # Delete a login enforcement
  # @param name Name for this login enforcement configuration
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_delete_login_enforcement test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_delete_okta_method
  # Delete a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_delete_okta_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_delete_ping_id_method
  # Delete a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_delete_ping_id_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_delete_totp_method
  # Delete a configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_delete_totp_method test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_generate_totp_secret
  # Update or create TOTP secret for the given method ID on the given entity.
  # @param mfa_generate_totp_secret_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_generate_totp_secret test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_list_duo_methods
  # List MFA method configurations for the given MFA method
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_list_duo_methods test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_list_login_enforcements
  # List login enforcements
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_list_login_enforcements test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_list_methods
  # List MFA method configurations for all MFA methods
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_list_methods test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_list_okta_methods
  # List MFA method configurations for the given MFA method
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_list_okta_methods test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_list_ping_id_methods
  # List MFA method configurations for the given MFA method
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_list_ping_id_methods test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_list_totp_methods
  # List MFA method configurations for the given MFA method
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_list_totp_methods test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_read_duo_method_configuration
  # Read the current configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_read_duo_method_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_read_login_enforcement
  # Read the current login enforcement
  # @param name Name for this login enforcement configuration
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_read_login_enforcement test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_read_method_configuration
  # Read the current configuration for the given ID regardless of the MFA method type
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_read_method_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_read_okta_method_configuration
  # Read the current configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_read_okta_method_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_read_ping_id_method_configuration
  # Read the current configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_read_ping_id_method_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_read_totp_method_configuration
  # Read the current configuration for the given MFA method
  # @param method_id The unique identifier for this MFA method.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_read_totp_method_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for mfa_write_login_enforcement
  # Create or update a login enforcement
  # @param name Name for this login enforcement configuration
  # @param mfa_write_login_enforcement_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'mfa_write_login_enforcement test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_configure
  # @param oidc_configure_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_configure test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_delete_assignment
  # @param name Name of the assignment
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_delete_assignment test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_delete_client
  # @param name Name of the client.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_delete_client test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_delete_key
  # CRUD operations for OIDC keys.
  # @param name Name of the key
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_delete_key test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_delete_provider
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_delete_provider test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_delete_role
  # CRUD operations on OIDC Roles
  # @param name Name of the role
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_delete_role test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_delete_scope
  # @param name Name of the scope
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_delete_scope test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_generate_token
  # Generate an OIDC token
  # @param name Name of the role
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_generate_token test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_introspect
  # Verify the authenticity of an OIDC token
  # @param oidc_introspect_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_introspect test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_list_assignments
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_list_assignments test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_list_clients
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_list_clients test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_list_keys
  # List OIDC keys
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_list_keys test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_list_providers
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @option opts [String] :allowed_client_id Filters the list of OIDC providers to those that allow the given client ID in their set of allowed_client_ids.
  # @return [nil]
  describe 'oidc_list_providers test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_list_roles
  # List configured OIDC roles
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_list_roles test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_list_scopes
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_list_scopes test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_provider_authorize
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_provider_authorize test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_provider_authorize_with_parameters
  # @param name Name of the provider
  # @param oidc_provider_authorize_with_parameters_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_provider_authorize_with_parameters test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_provider_token
  # @param name Name of the provider
  # @param oidc_provider_token_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_provider_token test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_provider_user_info
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_provider_user_info test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_provider_user_info2
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_provider_user_info2 test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_assignment
  # @param name Name of the assignment
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_assignment test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_client
  # @param name Name of the client.
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_client test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_configuration
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_key
  # CRUD operations for OIDC keys.
  # @param name Name of the key
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_key test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_open_id_configuration
  # Query OIDC configurations
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_open_id_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_provider
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_provider test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_provider_open_id_configuration
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_provider_open_id_configuration test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_provider_public_keys
  # @param name Name of the provider
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_provider_public_keys test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_public_keys
  # Retrieve public keys
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_public_keys test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_role
  # CRUD operations on OIDC Roles
  # @param name Name of the role
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_role test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_read_scope
  # @param name Name of the scope
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_read_scope test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_rotate_key
  # Rotate a named OIDC key.
  # @param name Name of the key
  # @param oidc_rotate_key_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_rotate_key test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_write_assignment
  # @param name Name of the assignment
  # @param oidc_write_assignment_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_write_assignment test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_write_client
  # @param name Name of the client.
  # @param oidc_write_client_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_write_client test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_write_key
  # CRUD operations for OIDC keys.
  # @param name Name of the key
  # @param oidc_write_key_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_write_key test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_write_provider
  # @param name Name of the provider
  # @param oidc_write_provider_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_write_provider test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_write_role
  # CRUD operations on OIDC Roles
  # @param name Name of the role
  # @param oidc_write_role_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_write_role test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for oidc_write_scope
  # @param name Name of the scope
  # @param oidc_write_scope_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'oidc_write_scope test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for persona_create
  # Create a new alias.
  # @param persona_create_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'persona_create test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for persona_delete_by_id
  # @param id ID of the persona
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'persona_delete_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for persona_list_by_id
  # List all the alias IDs.
  # @param list Must be set to &#x60;true&#x60;
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'persona_list_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for persona_read_by_id
  # @param id ID of the persona
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'persona_read_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  # unit tests for persona_update_by_id
  # @param id ID of the persona
  # @param persona_update_by_id_request 
  # @param [Hash] opts the optional parameters
  # @return [nil]
  describe 'persona_update_by_id test' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

end
