Interface IdentityDomains

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    IdentityDomainsClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: v1")
    public interface IdentityDomains
    extends AutoCloseable
    Use the Identity Domains API to manage resources within an identity domain, for example, users, dynamic resource groups, groups, and identity providers.

    For information about managing resources within identity domains, see Identity and Access Management (with identity domains). Use this pattern to construct endpoints for identity domains: https:///admin/v1/. See Finding an Identity Domain URL to locate the domain URL you need. Use the table of contents and search tool to explore the Identity Domains API. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.

    • Method Detail

      • refreshClient

        void refreshClient()
        Rebuilds the client from scratch.

        Useful to refresh certificates.

      • setEndpoint

        void setEndpoint​(String endpoint)
        Sets the endpoint to call (ex, https://www.example.com).
        Parameters:
        endpoint - The endpoint of the service.
      • getEndpoint

        String getEndpoint()
        Gets the set endpoint for REST call (ex, https://www.example.com)
      • createApiKey

        CreateApiKeyResponse createApiKey​(CreateApiKeyRequest request)
        Create a user’s API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApiKey API.

      • createApp

        CreateAppResponse createApp​(CreateAppRequest request)
        Create an App
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApp API.

      • createAppRole

        CreateAppRoleResponse createAppRole​(CreateAppRoleRequest request)
        Create an AppRole
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAppRole API.

      • createApprovalWorkflow

        CreateApprovalWorkflowResponse createApprovalWorkflow​(CreateApprovalWorkflowRequest request)
        Create ApprovalWorkflow
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalWorkflow API.

      • createApprovalWorkflowAssignment

        CreateApprovalWorkflowAssignmentResponse createApprovalWorkflowAssignment​(CreateApprovalWorkflowAssignmentRequest request)
        Create Approval Workflow Assignment
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateApprovalWorkflowAssignmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalWorkflowAssignment API.

      • createApprovalWorkflowStep

        CreateApprovalWorkflowStepResponse createApprovalWorkflowStep​(CreateApprovalWorkflowStepRequest request)
        Create ApprovalWorkflowStep
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalWorkflowStep API.

      • createAuthToken

        CreateAuthTokenResponse createAuthToken​(CreateAuthTokenRequest request)
        Create a user’s Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAuthToken API.

      • createAuthenticationFactorsRemover

        CreateAuthenticationFactorsRemoverResponse createAuthenticationFactorsRemover​(CreateAuthenticationFactorsRemoverRequest request)
        Remove All Authentication Factor Channels for a User
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateAuthenticationFactorsRemoverExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAuthenticationFactorsRemover API.

      • createCloudGate

        CreateCloudGateResponse createCloudGate​(CreateCloudGateRequest request)
        Create a Cloud Gate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudGate API.

      • createCloudGateMapping

        CreateCloudGateMappingResponse createCloudGateMapping​(CreateCloudGateMappingRequest request)
        Create a Cloud Gate mapping
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudGateMapping API.

      • createCloudGateServer

        CreateCloudGateServerResponse createCloudGateServer​(CreateCloudGateServerRequest request)
        Create a Cloud Gate server
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudGateServer API.

      • createCondition

        CreateConditionResponse createCondition​(CreateConditionRequest request)
        Create a condition
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCondition API.

      • createCustomerSecretKey

        CreateCustomerSecretKeyResponse createCustomerSecretKey​(CreateCustomerSecretKeyRequest request)
        Create a user’s customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCustomerSecretKey API.

      • createDynamicResourceGroup

        CreateDynamicResourceGroupResponse createDynamicResourceGroup​(CreateDynamicResourceGroupRequest request)
        Create a Dynamic Resource Group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDynamicResourceGroup API.

      • createGrant

        CreateGrantResponse createGrant​(CreateGrantRequest request)
        Add a Grantee to an AppRole
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateGrant API.

      • createGroup

        CreateGroupResponse createGroup​(CreateGroupRequest request)
        Create a group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateGroup API.

      • createIdentityPropagationTrust

        CreateIdentityPropagationTrustResponse createIdentityPropagationTrust​(CreateIdentityPropagationTrustRequest request)
        Register a new Identity Propagation Trust configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateIdentityPropagationTrust API.

      • createIdentityProvider

        CreateIdentityProviderResponse createIdentityProvider​(CreateIdentityProviderRequest request)
        Create an Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateIdentityProvider API.

      • createMe

        CreateMeResponse createMe​(CreateMeRequest request)
        Self register a user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMe API.

      • createMyApiKey

        CreateMyApiKeyResponse createMyApiKey​(CreateMyApiKeyRequest request)
        Add a user’s own API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyApiKey API.

      • createMyAuthToken

        CreateMyAuthTokenResponse createMyAuthToken​(CreateMyAuthTokenRequest request)
        Create a user’s own Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthToken API.

      • createMyAuthenticationFactorInitiator

        CreateMyAuthenticationFactorInitiatorResponse createMyAuthenticationFactorInitiator​(CreateMyAuthenticationFactorInitiatorRequest request)
        Initiate Self Service Enrollment using the Requested MFA Factor
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyAuthenticationFactorInitiatorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthenticationFactorInitiator API.

      • createMyAuthenticationFactorValidator

        CreateMyAuthenticationFactorValidatorResponse createMyAuthenticationFactorValidator​(CreateMyAuthenticationFactorValidatorRequest request)
        Validate Self Service Enrollment using the Requested MFA Factor
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyAuthenticationFactorValidatorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthenticationFactorValidator API.

      • createMyAuthenticationFactorsRemover

        CreateMyAuthenticationFactorsRemoverResponse createMyAuthenticationFactorsRemover​(CreateMyAuthenticationFactorsRemoverRequest request)
        Remove All Authentication Factor Channels for a User
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyAuthenticationFactorsRemoverExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthenticationFactorsRemover API.

      • createMyCustomerSecretKey

        CreateMyCustomerSecretKeyResponse createMyCustomerSecretKey​(CreateMyCustomerSecretKeyRequest request)
        Add a user’s own customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyCustomerSecretKey API.

      • createMyOAuth2ClientCredential

        CreateMyOAuth2ClientCredentialResponse createMyOAuth2ClientCredential​(CreateMyOAuth2ClientCredentialRequest request)
        Create a user’s own OAuth2 client credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyOAuth2ClientCredential API.

      • createMyRequest

        CreateMyRequestResponse createMyRequest​(CreateMyRequestRequest request)
        Create a Request
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyRequest API.

      • createMySmtpCredential

        CreateMySmtpCredentialResponse createMySmtpCredential​(CreateMySmtpCredentialRequest request)
        Create a user’s own SMTP credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMySmtpCredential API.

      • createMySupportAccount

        CreateMySupportAccountResponse createMySupportAccount​(CreateMySupportAccountRequest request)
        Create a user’s own support account.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMySupportAccountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMySupportAccount API.

      • createMyUserDbCredential

        CreateMyUserDbCredentialResponse createMyUserDbCredential​(CreateMyUserDbCredentialRequest request)
        Create a user’s own database (DB) credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateMyUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyUserDbCredential API.

      • createNetworkPerimeter

        CreateNetworkPerimeterResponse createNetworkPerimeter​(CreateNetworkPerimeterRequest request)
        Create a NetworkPerimeter
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateNetworkPerimeter API.

      • createOAuth2ClientCredential

        CreateOAuth2ClientCredentialResponse createOAuth2ClientCredential​(CreateOAuth2ClientCredentialRequest request)
        Add a user’s OAuth2 client credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOAuth2ClientCredential API.

      • createOAuthClientCertificate

        CreateOAuthClientCertificateResponse createOAuthClientCertificate​(CreateOAuthClientCertificateRequest request)
        Create an OAuth Client Certificate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateOAuthClientCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOAuthClientCertificate API.

      • createOAuthPartnerCertificate

        CreateOAuthPartnerCertificateResponse createOAuthPartnerCertificate​(CreateOAuthPartnerCertificateRequest request)
        Create an OAuth Partner Certificate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateOAuthPartnerCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOAuthPartnerCertificate API.

      • createPasswordPolicy

        CreatePasswordPolicyResponse createPasswordPolicy​(CreatePasswordPolicyRequest request)
        Create a password policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreatePasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePasswordPolicy API.

      • createPolicy

        CreatePolicyResponse createPolicy​(CreatePolicyRequest request)
        Create a Policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreatePolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePolicy API.

      • createRestoreOciConsolePolicy

        CreateRestoreOciConsolePolicyResponse createRestoreOciConsolePolicy​(CreateRestoreOciConsolePolicyRequest request)
        Create a RestoreOciConsolePolicy entry to restore Policy to factory default.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateRestoreOciConsolePolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRestoreOciConsolePolicy API.

      • createRule

        CreateRuleResponse createRule​(CreateRuleRequest request)
        Create a Rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRule API.

      • createSecurityQuestion

        CreateSecurityQuestionResponse createSecurityQuestion​(CreateSecurityQuestionRequest request)
        Create a security question.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSecurityQuestion API.

      • createSelfRegistrationProfile

        CreateSelfRegistrationProfileResponse createSelfRegistrationProfile​(CreateSelfRegistrationProfileRequest request)
        Create a self-registration profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSelfRegistrationProfile API.

      • createSmtpCredential

        CreateSmtpCredentialResponse createSmtpCredential​(CreateSmtpCredentialRequest request)
        Create a user’s SMTP credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSmtpCredential API.

      • createSocialIdentityProvider

        CreateSocialIdentityProviderResponse createSocialIdentityProvider​(CreateSocialIdentityProviderRequest request)
        Create a Social Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSocialIdentityProvider API.

      • createUser

        CreateUserResponse createUser​(CreateUserRequest request)
        Create a user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateUser API.

      • createUserDbCredential

        CreateUserDbCredentialResponse createUserDbCredential​(CreateUserDbCredentialRequest request)
        Create a user’s database (DB) credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/CreateUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateUserDbCredential API.

      • deleteApiKey

        DeleteApiKeyResponse deleteApiKey​(DeleteApiKeyRequest request)
        Delete a user’s API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApiKey API.

      • deleteApp

        DeleteAppResponse deleteApp​(DeleteAppRequest request)
        Delete an App
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApp API.

      • deleteAppRole

        DeleteAppRoleResponse deleteAppRole​(DeleteAppRoleRequest request)
        Delete an AppRole
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAppRole API.

      • deleteApprovalWorkflow

        DeleteApprovalWorkflowResponse deleteApprovalWorkflow​(DeleteApprovalWorkflowRequest request)
        Delete ApprovalWorkflow
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalWorkflow API.

      • deleteApprovalWorkflowAssignment

        DeleteApprovalWorkflowAssignmentResponse deleteApprovalWorkflowAssignment​(DeleteApprovalWorkflowAssignmentRequest request)
        Delete Approval Workflow Assignment
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteApprovalWorkflowAssignmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalWorkflowAssignment API.

      • deleteApprovalWorkflowStep

        DeleteApprovalWorkflowStepResponse deleteApprovalWorkflowStep​(DeleteApprovalWorkflowStepRequest request)
        Delete ApprovalWorkflowStep
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalWorkflowStep API.

      • deleteAuthToken

        DeleteAuthTokenResponse deleteAuthToken​(DeleteAuthTokenRequest request)
        Delete a user’s Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAuthToken API.

      • deleteCloudGate

        DeleteCloudGateResponse deleteCloudGate​(DeleteCloudGateRequest request)
        Delete a Cloud Gate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudGate API.

      • deleteCloudGateMapping

        DeleteCloudGateMappingResponse deleteCloudGateMapping​(DeleteCloudGateMappingRequest request)
        Delete a Cloud Gate mapping
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudGateMapping API.

      • deleteCloudGateServer

        DeleteCloudGateServerResponse deleteCloudGateServer​(DeleteCloudGateServerRequest request)
        Delete a Cloud Gate server
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudGateServer API.

      • deleteCondition

        DeleteConditionResponse deleteCondition​(DeleteConditionRequest request)
        Delete a condition.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCondition API.

      • deleteCustomerSecretKey

        DeleteCustomerSecretKeyResponse deleteCustomerSecretKey​(DeleteCustomerSecretKeyRequest request)
        Delete a user’s customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCustomerSecretKey API.

      • deleteDynamicResourceGroup

        DeleteDynamicResourceGroupResponse deleteDynamicResourceGroup​(DeleteDynamicResourceGroupRequest request)
        Delete a Dynamic Resource Group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDynamicResourceGroup API.

      • deleteGrant

        DeleteGrantResponse deleteGrant​(DeleteGrantRequest request)
        Remove a Grantee from an AppRole
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteGrant API.

      • deleteGroup

        DeleteGroupResponse deleteGroup​(DeleteGroupRequest request)
        Delete a group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteGroup API.

      • deleteIdentityPropagationTrust

        DeleteIdentityPropagationTrustResponse deleteIdentityPropagationTrust​(DeleteIdentityPropagationTrustRequest request)
        Delete an existing Identity Propagation Trust configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteIdentityPropagationTrust API.

      • deleteIdentityProvider

        DeleteIdentityProviderResponse deleteIdentityProvider​(DeleteIdentityProviderRequest request)
        Delete an Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteIdentityProvider API.

      • deleteMyApiKey

        DeleteMyApiKeyResponse deleteMyApiKey​(DeleteMyApiKeyRequest request)
        Delete a user’s own API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyApiKey API.

      • deleteMyAuthToken

        DeleteMyAuthTokenResponse deleteMyAuthToken​(DeleteMyAuthTokenRequest request)
        Delete a user’s own Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyAuthToken API.

      • deleteMyCustomerSecretKey

        DeleteMyCustomerSecretKeyResponse deleteMyCustomerSecretKey​(DeleteMyCustomerSecretKeyRequest request)
        Delete a user’s own customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyCustomerSecretKey API.

      • deleteMyDevice

        DeleteMyDeviceResponse deleteMyDevice​(DeleteMyDeviceRequest request)
        Delete a Device
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyDeviceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyDevice API.

      • deleteMyOAuth2ClientCredential

        DeleteMyOAuth2ClientCredentialResponse deleteMyOAuth2ClientCredential​(DeleteMyOAuth2ClientCredentialRequest request)
        Delete a user’s own OAuth2 client credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyOAuth2ClientCredential API.

      • deleteMySmtpCredential

        DeleteMySmtpCredentialResponse deleteMySmtpCredential​(DeleteMySmtpCredentialRequest request)
        Delete a user’s own SMTP credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMySmtpCredential API.

      • deleteMySupportAccount

        DeleteMySupportAccountResponse deleteMySupportAccount​(DeleteMySupportAccountRequest request)
        Delete a user’s own support account.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMySupportAccountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMySupportAccount API.

      • deleteMyTrustedUserAgent

        DeleteMyTrustedUserAgentResponse deleteMyTrustedUserAgent​(DeleteMyTrustedUserAgentRequest request)
        Delete a Trusted User Agent
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyTrustedUserAgentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyTrustedUserAgent API.

      • deleteMyUserDbCredential

        DeleteMyUserDbCredentialResponse deleteMyUserDbCredential​(DeleteMyUserDbCredentialRequest request)
        Delete a user’s own database (DB) credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteMyUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyUserDbCredential API.

      • deleteNetworkPerimeter

        DeleteNetworkPerimeterResponse deleteNetworkPerimeter​(DeleteNetworkPerimeterRequest request)
        Delete a NetworkPerimeter
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteNetworkPerimeter API.

      • deleteOAuth2ClientCredential

        DeleteOAuth2ClientCredentialResponse deleteOAuth2ClientCredential​(DeleteOAuth2ClientCredentialRequest request)
        Delete a user’s OAuth2 client credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOAuth2ClientCredential API.

      • deleteOAuthClientCertificate

        DeleteOAuthClientCertificateResponse deleteOAuthClientCertificate​(DeleteOAuthClientCertificateRequest request)
        Delete an OAuth Client Certificate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteOAuthClientCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOAuthClientCertificate API.

      • deleteOAuthPartnerCertificate

        DeleteOAuthPartnerCertificateResponse deleteOAuthPartnerCertificate​(DeleteOAuthPartnerCertificateRequest request)
        Delete an OAuth Partner Certificate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteOAuthPartnerCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOAuthPartnerCertificate API.

      • deletePasswordPolicy

        DeletePasswordPolicyResponse deletePasswordPolicy​(DeletePasswordPolicyRequest request)
        Delete a password policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeletePasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePasswordPolicy API.

      • deletePolicy

        DeletePolicyResponse deletePolicy​(DeletePolicyRequest request)
        Delete a Policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeletePolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePolicy API.

      • deleteRule

        DeleteRuleResponse deleteRule​(DeleteRuleRequest request)
        Delete a Rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRule API.

      • deleteSecurityQuestion

        DeleteSecurityQuestionResponse deleteSecurityQuestion​(DeleteSecurityQuestionRequest request)
        Delete a security question.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSecurityQuestion API.

      • deleteSelfRegistrationProfile

        DeleteSelfRegistrationProfileResponse deleteSelfRegistrationProfile​(DeleteSelfRegistrationProfileRequest request)
        Delete a self-registration profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSelfRegistrationProfile API.

      • deleteSmtpCredential

        DeleteSmtpCredentialResponse deleteSmtpCredential​(DeleteSmtpCredentialRequest request)
        Delete a user’s SMTP credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSmtpCredential API.

      • deleteSocialIdentityProvider

        DeleteSocialIdentityProviderResponse deleteSocialIdentityProvider​(DeleteSocialIdentityProviderRequest request)
        Delete a Social Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSocialIdentityProvider API.

      • deleteUser

        DeleteUserResponse deleteUser​(DeleteUserRequest request)
        Delete a user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteUser API.

      • deleteUserDbCredential

        DeleteUserDbCredentialResponse deleteUserDbCredential​(DeleteUserDbCredentialRequest request)
        Delete a user’s database (DB) credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/DeleteUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteUserDbCredential API.

      • getAccountMgmtInfo

        GetAccountMgmtInfoResponse getAccountMgmtInfo​(GetAccountMgmtInfoRequest request)
        Get Account Mgmt Info
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetAccountMgmtInfoExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccountMgmtInfo API.

      • getAccountRecoverySetting

        GetAccountRecoverySettingResponse getAccountRecoverySetting​(GetAccountRecoverySettingRequest request)
        Get an account recovery setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetAccountRecoverySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccountRecoverySetting API.

      • getApiKey

        GetApiKeyResponse getApiKey​(GetApiKeyRequest request)
        Get a user’s API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApiKey API.

      • getApp

        GetAppResponse getApp​(GetAppRequest request)
        Get an App
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApp API.

      • getAppRole

        GetAppRoleResponse getAppRole​(GetAppRoleRequest request)
        Get an AppRole
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAppRole API.

      • getApprovalWorkflow

        GetApprovalWorkflowResponse getApprovalWorkflow​(GetApprovalWorkflowRequest request)
        Get ApprovalWorkflow
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalWorkflow API.

      • getApprovalWorkflowAssignment

        GetApprovalWorkflowAssignmentResponse getApprovalWorkflowAssignment​(GetApprovalWorkflowAssignmentRequest request)
        Get an Approval Workflow Assignment
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetApprovalWorkflowAssignmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalWorkflowAssignment API.

      • getApprovalWorkflowStep

        GetApprovalWorkflowStepResponse getApprovalWorkflowStep​(GetApprovalWorkflowStepRequest request)
        Get ApprovalWorkflowStep
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalWorkflowStep API.

      • getAuthToken

        GetAuthTokenResponse getAuthToken​(GetAuthTokenRequest request)
        Get a user’s Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuthToken API.

      • getAuthenticationFactorSetting

        GetAuthenticationFactorSettingResponse getAuthenticationFactorSetting​(GetAuthenticationFactorSettingRequest request)
        Get Authentication Factor Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetAuthenticationFactorSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuthenticationFactorSetting API.

      • getBrandingSetting

        GetBrandingSettingResponse getBrandingSetting​(GetBrandingSettingRequest request)
        Get Branding Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetBrandingSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBrandingSetting API.

      • getCloudGate

        GetCloudGateResponse getCloudGate​(GetCloudGateRequest request)
        Get a Cloud Gate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudGate API.

      • getCloudGateMapping

        GetCloudGateMappingResponse getCloudGateMapping​(GetCloudGateMappingRequest request)
        Get a Cloud Gate mapping
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudGateMapping API.

      • getCloudGateServer

        GetCloudGateServerResponse getCloudGateServer​(GetCloudGateServerRequest request)
        Get a Cloud Gate server
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudGateServer API.

      • getCondition

        GetConditionResponse getCondition​(GetConditionRequest request)
        Get a condition.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCondition API.

      • getCustomerSecretKey

        GetCustomerSecretKeyResponse getCustomerSecretKey​(GetCustomerSecretKeyRequest request)
        Get a user’s customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCustomerSecretKey API.

      • getDynamicResourceGroup

        GetDynamicResourceGroupResponse getDynamicResourceGroup​(GetDynamicResourceGroupRequest request)
        Get a Dynamic Resource Group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDynamicResourceGroup API.

      • getGrant

        GetGrantResponse getGrant​(GetGrantRequest request)
        Get a Grant
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetGrant API.

      • getGroup

        GetGroupResponse getGroup​(GetGroupRequest request)
        Get a group.

        Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetGroup API.

      • getIdentityPropagationTrust

        GetIdentityPropagationTrustResponse getIdentityPropagationTrust​(GetIdentityPropagationTrustRequest request)
        Get an existing Identity Propagation Trust configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIdentityPropagationTrust API.

      • getIdentityProvider

        GetIdentityProviderResponse getIdentityProvider​(GetIdentityProviderRequest request)
        Get an Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIdentityProvider API.

      • getIdentitySetting

        GetIdentitySettingResponse getIdentitySetting​(GetIdentitySettingRequest request)
        Get an Identity setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetIdentitySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIdentitySetting API.

      • getKmsiSetting

        GetKmsiSettingResponse getKmsiSetting​(GetKmsiSettingRequest request)
        Get KmsiSettings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetKmsiSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetKmsiSetting API.

      • getMe

        GetMeResponse getMe​(GetMeRequest request)
        Get a user’s own information.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMe API.

      • getMyApiKey

        GetMyApiKeyResponse getMyApiKey​(GetMyApiKeyRequest request)
        Get a user’s own API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyApiKey API.

      • getMyAuthToken

        GetMyAuthTokenResponse getMyAuthToken​(GetMyAuthTokenRequest request)
        Get a user’s own Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyAuthToken API.

      • getMyCompletedApproval

        GetMyCompletedApprovalResponse getMyCompletedApproval​(GetMyCompletedApprovalRequest request)
        Get My MyCompletedApproval
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyCompletedApprovalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyCompletedApproval API.

      • getMyCustomerSecretKey

        GetMyCustomerSecretKeyResponse getMyCustomerSecretKey​(GetMyCustomerSecretKeyRequest request)
        Get a user’s own customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyCustomerSecretKey API.

      • getMyDevice

        GetMyDeviceResponse getMyDevice​(GetMyDeviceRequest request)
        Get a Device
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyDeviceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyDevice API.

      • getMyOAuth2ClientCredential

        GetMyOAuth2ClientCredentialResponse getMyOAuth2ClientCredential​(GetMyOAuth2ClientCredentialRequest request)
        Get a user’s own OAuth2 client credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyOAuth2ClientCredential API.

      • getMyPendingApproval

        GetMyPendingApprovalResponse getMyPendingApproval​(GetMyPendingApprovalRequest request)
        Get My MyPendingApproval
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyPendingApprovalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyPendingApproval API.

      • getMyRequest

        GetMyRequestResponse getMyRequest​(GetMyRequestRequest request)
        Get My Requests
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyRequest API.

      • getMySmtpCredential

        GetMySmtpCredentialResponse getMySmtpCredential​(GetMySmtpCredentialRequest request)
        Get a user’s own SMTP credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMySmtpCredential API.

      • getMySupportAccount

        GetMySupportAccountResponse getMySupportAccount​(GetMySupportAccountRequest request)
        Get a user’s own support account.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMySupportAccountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMySupportAccount API.

      • getMyTrustedUserAgent

        GetMyTrustedUserAgentResponse getMyTrustedUserAgent​(GetMyTrustedUserAgentRequest request)
        Get a Trusted User Agent
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyTrustedUserAgentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyTrustedUserAgent API.

      • getMyUserDbCredential

        GetMyUserDbCredentialResponse getMyUserDbCredential​(GetMyUserDbCredentialRequest request)
        Get a user’s own database (DB) credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetMyUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyUserDbCredential API.

      • getNetworkPerimeter

        GetNetworkPerimeterResponse getNetworkPerimeter​(GetNetworkPerimeterRequest request)
        Get a NetworkPerimeter
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNetworkPerimeter API.

      • getNotificationSetting

        GetNotificationSettingResponse getNotificationSetting​(GetNotificationSettingRequest request)
        Get Notification Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetNotificationSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNotificationSetting API.

      • getOAuth2ClientCredential

        GetOAuth2ClientCredentialResponse getOAuth2ClientCredential​(GetOAuth2ClientCredentialRequest request)
        Get a user’s OAuth2 client credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOAuth2ClientCredential API.

      • getOAuthClientCertificate

        GetOAuthClientCertificateResponse getOAuthClientCertificate​(GetOAuthClientCertificateRequest request)
        Get OAuth Client Certificates
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetOAuthClientCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOAuthClientCertificate API.

      • getOAuthPartnerCertificate

        GetOAuthPartnerCertificateResponse getOAuthPartnerCertificate​(GetOAuthPartnerCertificateRequest request)
        Get an OAuth Partner Certificate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetOAuthPartnerCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOAuthPartnerCertificate API.

      • getOciConsoleSignOnPolicyConsent

        GetOciConsoleSignOnPolicyConsentResponse getOciConsoleSignOnPolicyConsent​(GetOciConsoleSignOnPolicyConsentRequest request)
        Get a OciConsoleSignOnPolicyConsent Entry.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetOciConsoleSignOnPolicyConsentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOciConsoleSignOnPolicyConsent API.

      • getPasswordPolicy

        GetPasswordPolicyResponse getPasswordPolicy​(GetPasswordPolicyRequest request)
        Get a password policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetPasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPasswordPolicy API.

      • getPolicy

        GetPolicyResponse getPolicy​(GetPolicyRequest request)
        Get a Policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPolicy API.

      • getRule

        GetRuleResponse getRule​(GetRuleRequest request)
        Get a Rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRule API.

      • getSchema

        GetSchemaResponse getSchema​(GetSchemaRequest request)
        Get a Schema
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSchemaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchema API.

      • getSecurityQuestion

        GetSecurityQuestionResponse getSecurityQuestion​(GetSecurityQuestionRequest request)
        Get a security question.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityQuestion API.

      • getSecurityQuestionSetting

        GetSecurityQuestionSettingResponse getSecurityQuestionSetting​(GetSecurityQuestionSettingRequest request)
        Get a security question setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSecurityQuestionSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityQuestionSetting API.

      • getSelfRegistrationProfile

        GetSelfRegistrationProfileResponse getSelfRegistrationProfile​(GetSelfRegistrationProfileRequest request)
        Get a self-registration profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSelfRegistrationProfile API.

      • getSetting

        GetSettingResponse getSetting​(GetSettingRequest request)
        Get Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSetting API.

      • getSmtpCredential

        GetSmtpCredentialResponse getSmtpCredential​(GetSmtpCredentialRequest request)
        Get a user’s SMTP credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSmtpCredential API.

      • getSocialIdentityProvider

        GetSocialIdentityProviderResponse getSocialIdentityProvider​(GetSocialIdentityProviderRequest request)
        Get a Social Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSocialIdentityProvider API.

      • getUser

        GetUserResponse getUser​(GetUserRequest request)
        Get a user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUser API.

      • getUserAttributesSetting

        GetUserAttributesSettingResponse getUserAttributesSetting​(GetUserAttributesSettingRequest request)
        Get User Schema Attribute Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetUserAttributesSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUserAttributesSetting API.

      • getUserDbCredential

        GetUserDbCredentialResponse getUserDbCredential​(GetUserDbCredentialRequest request)
        Get a user’s database (DB) credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/GetUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUserDbCredential API.

      • listAccountMgmtInfos

        ListAccountMgmtInfosResponse listAccountMgmtInfos​(ListAccountMgmtInfosRequest request)
        Search Account Mgmt Info
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListAccountMgmtInfosExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAccountMgmtInfos API.

      • listAccountRecoverySettings

        ListAccountRecoverySettingsResponse listAccountRecoverySettings​(ListAccountRecoverySettingsRequest request)
        Search for account recovery settings.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListAccountRecoverySettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAccountRecoverySettings API.

      • listApiKeys

        ListApiKeysResponse listApiKeys​(ListApiKeysRequest request)
        Search API keys.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListApiKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApiKeys API.

      • listAppRoles

        ListAppRolesResponse listAppRoles​(ListAppRolesRequest request)
        Search AppRoles
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListAppRolesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAppRoles API.

      • listApprovalWorkflowAssignments

        ListApprovalWorkflowAssignmentsResponse listApprovalWorkflowAssignments​(ListApprovalWorkflowAssignmentsRequest request)
        Search Approval Workflow Assignments
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListApprovalWorkflowAssignmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalWorkflowAssignments API.

      • listApprovalWorkflowSteps

        ListApprovalWorkflowStepsResponse listApprovalWorkflowSteps​(ListApprovalWorkflowStepsRequest request)
        Search ApprovalWorkflowStep
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListApprovalWorkflowStepsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalWorkflowSteps API.

      • listApprovalWorkflows

        ListApprovalWorkflowsResponse listApprovalWorkflows​(ListApprovalWorkflowsRequest request)
        Search ApprovalWorkflow
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListApprovalWorkflowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalWorkflows API.

      • listApps

        ListAppsResponse listApps​(ListAppsRequest request)
        Search Apps
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApps API.

      • listAuthTokens

        ListAuthTokensResponse listAuthTokens​(ListAuthTokensRequest request)
        Search for Auth tokens.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListAuthTokensExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuthTokens API.

      • listAuthenticationFactorSettings

        ListAuthenticationFactorSettingsResponse listAuthenticationFactorSettings​(ListAuthenticationFactorSettingsRequest request)
        Search Authentication Factor Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListAuthenticationFactorSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuthenticationFactorSettings API.

      • listBrandingSettings

        ListBrandingSettingsResponse listBrandingSettings​(ListBrandingSettingsRequest request)
        Search Branding Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListBrandingSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBrandingSettings API.

      • listCloudGateMappings

        ListCloudGateMappingsResponse listCloudGateMappings​(ListCloudGateMappingsRequest request)
        Search Cloud Gate mappings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListCloudGateMappingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudGateMappings API.

      • listCloudGateServers

        ListCloudGateServersResponse listCloudGateServers​(ListCloudGateServersRequest request)
        Search Cloud Gate servers
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListCloudGateServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudGateServers API.

      • listCloudGates

        ListCloudGatesResponse listCloudGates​(ListCloudGatesRequest request)
        Search Cloud Gates
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListCloudGatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudGates API.

      • listConditions

        ListConditionsResponse listConditions​(ListConditionsRequest request)
        Search conditions.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListConditionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConditions API.

      • listCustomerSecretKeys

        ListCustomerSecretKeysResponse listCustomerSecretKeys​(ListCustomerSecretKeysRequest request)
        Search for a user’s customer secret keys.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListCustomerSecretKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCustomerSecretKeys API.

      • listDynamicResourceGroups

        ListDynamicResourceGroupsResponse listDynamicResourceGroups​(ListDynamicResourceGroupsRequest request)
        Search for Dynamic Resource Groups.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListDynamicResourceGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDynamicResourceGroups API.

      • listGrants

        ListGrantsResponse listGrants​(ListGrantsRequest request)
        Search Grants
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListGrantsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGrants API.

      • listGroups

        ListGroupsResponse listGroups​(ListGroupsRequest request)
        Search for groups.

        Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members.

        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGroups API.

      • listIdentityPropagationTrusts

        ListIdentityPropagationTrustsResponse listIdentityPropagationTrusts​(ListIdentityPropagationTrustsRequest request)
        List the Identity Propagation Trust configurations.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListIdentityPropagationTrustsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIdentityPropagationTrusts API.

      • listIdentityProviders

        ListIdentityProvidersResponse listIdentityProviders​(ListIdentityProvidersRequest request)
        Search Identity Providers
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIdentityProviders API.

      • listIdentitySettings

        ListIdentitySettingsResponse listIdentitySettings​(ListIdentitySettingsRequest request)
        Search for Identity settings.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListIdentitySettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIdentitySettings API.

      • listKmsiSettings

        ListKmsiSettingsResponse listKmsiSettings​(ListKmsiSettingsRequest request)
        Search KmsiSettings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListKmsiSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListKmsiSettings API.

      • listMyApiKeys

        ListMyApiKeysResponse listMyApiKeys​(ListMyApiKeysRequest request)
        Search for a user’s own API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyApiKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyApiKeys API.

      • listMyApps

        ListMyAppsResponse listMyApps​(ListMyAppsRequest request)
        Search My Apps
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyApps API.

      • listMyAuthTokens

        ListMyAuthTokensResponse listMyAuthTokens​(ListMyAuthTokensRequest request)
        Search for a user’s own Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyAuthTokensExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyAuthTokens API.

      • listMyCompletedApprovals

        ListMyCompletedApprovalsResponse listMyCompletedApprovals​(ListMyCompletedApprovalsRequest request)
        Search My MyCompletedApproval
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyCompletedApprovalsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyCompletedApprovals API.

      • listMyCustomerSecretKeys

        ListMyCustomerSecretKeysResponse listMyCustomerSecretKeys​(ListMyCustomerSecretKeysRequest request)
        Search for a user’s own customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyCustomerSecretKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyCustomerSecretKeys API.

      • listMyDevices

        ListMyDevicesResponse listMyDevices​(ListMyDevicesRequest request)
        Search Devices
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyDevicesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyDevices API.

      • listMyGroups

        ListMyGroupsResponse listMyGroups​(ListMyGroupsRequest request)
        Search for ‘My Groups’.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyGroups API.

      • listMyOAuth2ClientCredentials

        ListMyOAuth2ClientCredentialsResponse listMyOAuth2ClientCredentials​(ListMyOAuth2ClientCredentialsRequest request)
        Search for a user’s own OAuth2 client credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyOAuth2ClientCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyOAuth2ClientCredentials API.

      • listMyPendingApprovals

        ListMyPendingApprovalsResponse listMyPendingApprovals​(ListMyPendingApprovalsRequest request)
        Search My Approvals
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyPendingApprovalsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyPendingApprovals API.

      • listMyRequestableGroups

        ListMyRequestableGroupsResponse listMyRequestableGroups​(ListMyRequestableGroupsRequest request)
        Search My Requestable Groups
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyRequestableGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyRequestableGroups API.

      • listMyRequests

        ListMyRequestsResponse listMyRequests​(ListMyRequestsRequest request)
        Search My Requests
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyRequests API.

      • listMySmtpCredentials

        ListMySmtpCredentialsResponse listMySmtpCredentials​(ListMySmtpCredentialsRequest request)
        Search for a user’s own SMTP credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMySmtpCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMySmtpCredentials API.

      • listMySupportAccounts

        ListMySupportAccountsResponse listMySupportAccounts​(ListMySupportAccountsRequest request)
        Search for a user’s own support account.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMySupportAccountsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMySupportAccounts API.

      • listMyTrustedUserAgents

        ListMyTrustedUserAgentsResponse listMyTrustedUserAgents​(ListMyTrustedUserAgentsRequest request)
        Search Trusted User Agents
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyTrustedUserAgentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyTrustedUserAgents API.

      • listMyUserDbCredentials

        ListMyUserDbCredentialsResponse listMyUserDbCredentials​(ListMyUserDbCredentialsRequest request)
        Search for a user’s own database (DB) credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListMyUserDbCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyUserDbCredentials API.

      • listNetworkPerimeters

        ListNetworkPerimetersResponse listNetworkPerimeters​(ListNetworkPerimetersRequest request)
        Search NetworkPerimeters
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListNetworkPerimetersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkPerimeters API.

      • listNotificationSettings

        ListNotificationSettingsResponse listNotificationSettings​(ListNotificationSettingsRequest request)
        Search Notification Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListNotificationSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNotificationSettings API.

      • listOAuth2ClientCredentials

        ListOAuth2ClientCredentialsResponse listOAuth2ClientCredentials​(ListOAuth2ClientCredentialsRequest request)
        Search for a user’s OAuth2 client credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListOAuth2ClientCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOAuth2ClientCredentials API.

      • listOAuthClientCertificates

        ListOAuthClientCertificatesResponse listOAuthClientCertificates​(ListOAuthClientCertificatesRequest request)
        Search OAuth Client Certificates
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListOAuthClientCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOAuthClientCertificates API.

      • listOAuthPartnerCertificates

        ListOAuthPartnerCertificatesResponse listOAuthPartnerCertificates​(ListOAuthPartnerCertificatesRequest request)
        Search OAuth Partner Certificates
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListOAuthPartnerCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOAuthPartnerCertificates API.

      • listOciConsoleSignOnPolicyConsents

        ListOciConsoleSignOnPolicyConsentsResponse listOciConsoleSignOnPolicyConsents​(ListOciConsoleSignOnPolicyConsentsRequest request)
        Search OciConsoleSignOnPolicyConsent entries
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListOciConsoleSignOnPolicyConsentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOciConsoleSignOnPolicyConsents API.

      • listPasswordPolicies

        ListPasswordPoliciesResponse listPasswordPolicies​(ListPasswordPoliciesRequest request)
        Search for password policies.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListPasswordPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPasswordPolicies API.

      • listPolicies

        ListPoliciesResponse listPolicies​(ListPoliciesRequest request)
        Search Policies.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPolicies API.

      • listResourceTypeSchemaAttributes

        ListResourceTypeSchemaAttributesResponse listResourceTypeSchemaAttributes​(ListResourceTypeSchemaAttributesRequest request)
        Search Resource Type Schema Attributes
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListResourceTypeSchemaAttributesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListResourceTypeSchemaAttributes API.

      • listRules

        ListRulesResponse listRules​(ListRulesRequest request)
        Search Rules.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListRulesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRules API.

      • listSchemas

        ListSchemasResponse listSchemas​(ListSchemasRequest request)
        Search Schemas
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchemas API.

      • listSecurityQuestionSettings

        ListSecurityQuestionSettingsResponse listSecurityQuestionSettings​(ListSecurityQuestionSettingsRequest request)
        Search for security question settings.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSecurityQuestionSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityQuestionSettings API.

      • listSecurityQuestions

        ListSecurityQuestionsResponse listSecurityQuestions​(ListSecurityQuestionsRequest request)
        Search for security questions.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSecurityQuestionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityQuestions API.

      • listSelfRegistrationProfiles

        ListSelfRegistrationProfilesResponse listSelfRegistrationProfiles​(ListSelfRegistrationProfilesRequest request)
        Search for self-registration profiles.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSelfRegistrationProfilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSelfRegistrationProfiles API.

      • listSettings

        ListSettingsResponse listSettings​(ListSettingsRequest request)
        Search Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSettings API.

      • listSmtpCredentials

        ListSmtpCredentialsResponse listSmtpCredentials​(ListSmtpCredentialsRequest request)
        Search for SMTP credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSmtpCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSmtpCredentials API.

      • listSocialIdentityProviders

        ListSocialIdentityProvidersResponse listSocialIdentityProviders​(ListSocialIdentityProvidersRequest request)
        Search Social Identity Providers
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListSocialIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSocialIdentityProviders API.

      • listUserAttributesSettings

        ListUserAttributesSettingsResponse listUserAttributesSettings​(ListUserAttributesSettingsRequest request)
        Search User Schema Attribute Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListUserAttributesSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserAttributesSettings API.

      • listUserDbCredentials

        ListUserDbCredentialsResponse listUserDbCredentials​(ListUserDbCredentialsRequest request)
        Search for a user’s database (DB) credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListUserDbCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserDbCredentials API.

      • listUsers

        ListUsersResponse listUsers​(ListUsersRequest request)
        Search for users.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/ListUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUsers API.

      • patchAccountRecoverySetting

        PatchAccountRecoverySettingResponse patchAccountRecoverySetting​(PatchAccountRecoverySettingRequest request)
        Update an account recovery setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchAccountRecoverySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAccountRecoverySetting API.

      • patchApiKey

        PatchApiKeyResponse patchApiKey​(PatchApiKeyRequest request)
        Update a user’s API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApiKey API.

      • patchApp

        PatchAppResponse patchApp​(PatchAppRequest request)
        Update an App
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApp API.

      • patchAppRole

        PatchAppRoleResponse patchAppRole​(PatchAppRoleRequest request)
        Update an AppRole
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAppRole API.

      • patchApprovalWorkflow

        PatchApprovalWorkflowResponse patchApprovalWorkflow​(PatchApprovalWorkflowRequest request)
        Update ApprovalWorkflow
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApprovalWorkflow API.

      • patchApprovalWorkflowStep

        PatchApprovalWorkflowStepResponse patchApprovalWorkflowStep​(PatchApprovalWorkflowStepRequest request)
        Update ApprovalWorkflowStep
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApprovalWorkflowStep API.

      • patchAuthToken

        PatchAuthTokenResponse patchAuthToken​(PatchAuthTokenRequest request)
        Update a user’s Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAuthToken API.

      • patchCloudGate

        PatchCloudGateResponse patchCloudGate​(PatchCloudGateRequest request)
        Update a Cloud Gate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCloudGate API.

      • patchCloudGateMapping

        PatchCloudGateMappingResponse patchCloudGateMapping​(PatchCloudGateMappingRequest request)
        Update a Cloud Gate mapping
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCloudGateMapping API.

      • patchCloudGateServer

        PatchCloudGateServerResponse patchCloudGateServer​(PatchCloudGateServerRequest request)
        Update a Cloud Gate server
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCloudGateServer API.

      • patchCondition

        PatchConditionResponse patchCondition​(PatchConditionRequest request)
        Update a condition.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCondition API.

      • patchCustomerSecretKey

        PatchCustomerSecretKeyResponse patchCustomerSecretKey​(PatchCustomerSecretKeyRequest request)
        Update a user’s customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCustomerSecretKey API.

      • patchDynamicResourceGroup

        PatchDynamicResourceGroupResponse patchDynamicResourceGroup​(PatchDynamicResourceGroupRequest request)
        Update a Dynamic Resource Group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchDynamicResourceGroup API.

      • patchGrant

        PatchGrantResponse patchGrant​(PatchGrantRequest request)
        Update a Grant
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchGrant API.

      • patchGroup

        PatchGroupResponse patchGroup​(PatchGroupRequest request)
        Update a group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchGroup API.

      • patchIdentityPropagationTrust

        PatchIdentityPropagationTrustResponse patchIdentityPropagationTrust​(PatchIdentityPropagationTrustRequest request)
        Update an existing Identity Propagation Trust configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchIdentityPropagationTrust API.

      • patchIdentityProvider

        PatchIdentityProviderResponse patchIdentityProvider​(PatchIdentityProviderRequest request)
        Update an Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchIdentityProvider API.

      • patchIdentitySetting

        PatchIdentitySettingResponse patchIdentitySetting​(PatchIdentitySettingRequest request)
        Update an Identity setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchIdentitySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchIdentitySetting API.

      • patchKmsiSetting

        PatchKmsiSettingResponse patchKmsiSetting​(PatchKmsiSettingRequest request)
        Update a Setting
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchKmsiSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchKmsiSetting API.

      • patchMe

        PatchMeResponse patchMe​(PatchMeRequest request)
        Update a user’s own information.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMe API.

      • patchMyApiKey

        PatchMyApiKeyResponse patchMyApiKey​(PatchMyApiKeyRequest request)
        Update a user’s own API key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyApiKey API.

      • patchMyAuthToken

        PatchMyAuthTokenResponse patchMyAuthToken​(PatchMyAuthTokenRequest request)
        Update a user’s own Auth token.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyAuthToken API.

      • patchMyCustomerSecretKey

        PatchMyCustomerSecretKeyResponse patchMyCustomerSecretKey​(PatchMyCustomerSecretKeyRequest request)
        Update a user’s own customer secret key.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyCustomerSecretKey API.

      • patchMyDevice

        PatchMyDeviceResponse patchMyDevice​(PatchMyDeviceRequest request)
        Update a Device
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyDeviceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyDevice API.

      • patchMyOAuth2ClientCredential

        PatchMyOAuth2ClientCredentialResponse patchMyOAuth2ClientCredential​(PatchMyOAuth2ClientCredentialRequest request)
        Update a user’s own OAuth2 client credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyOAuth2ClientCredential API.

      • patchMyPendingApproval

        PatchMyPendingApprovalResponse patchMyPendingApproval​(PatchMyPendingApprovalRequest request)
        Update MyPendingApproval
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyPendingApprovalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyPendingApproval API.

      • patchMyRequest

        PatchMyRequestResponse patchMyRequest​(PatchMyRequestRequest request)
        Update My Requests
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMyRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyRequest API.

      • patchMySmtpCredential

        PatchMySmtpCredentialResponse patchMySmtpCredential​(PatchMySmtpCredentialRequest request)
        Update a user’s own SMTP credential.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMySmtpCredential API.

      • patchNetworkPerimeter

        PatchNetworkPerimeterResponse patchNetworkPerimeter​(PatchNetworkPerimeterRequest request)
        Update a NetworkPerimeter
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchNetworkPerimeter API.

      • patchOAuth2ClientCredential

        PatchOAuth2ClientCredentialResponse patchOAuth2ClientCredential​(PatchOAuth2ClientCredentialRequest request)
        Update a user’s OAuth2 client credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchOAuth2ClientCredential API.

      • patchPasswordPolicy

        PatchPasswordPolicyResponse patchPasswordPolicy​(PatchPasswordPolicyRequest request)
        Update a password policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchPasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchPasswordPolicy API.

      • patchPolicy

        PatchPolicyResponse patchPolicy​(PatchPolicyRequest request)
        Update a Policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchPolicy API.

      • patchRule

        PatchRuleResponse patchRule​(PatchRuleRequest request)
        Update a Rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchRule API.

      • patchSchema

        PatchSchemaResponse patchSchema​(PatchSchemaRequest request)
        Update a Schema Def
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSchemaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSchema API.

      • patchSecurityQuestion

        PatchSecurityQuestionResponse patchSecurityQuestion​(PatchSecurityQuestionRequest request)
        Update a security question.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSecurityQuestion API.

      • patchSecurityQuestionSetting

        PatchSecurityQuestionSettingResponse patchSecurityQuestionSetting​(PatchSecurityQuestionSettingRequest request)
        Update a security question setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSecurityQuestionSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSecurityQuestionSetting API.

      • patchSelfRegistrationProfile

        PatchSelfRegistrationProfileResponse patchSelfRegistrationProfile​(PatchSelfRegistrationProfileRequest request)
        Update a self-registration profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSelfRegistrationProfile API.

      • patchSetting

        PatchSettingResponse patchSetting​(PatchSettingRequest request)
        Update a Setting
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSetting API.

      • patchSmtpCredential

        PatchSmtpCredentialResponse patchSmtpCredential​(PatchSmtpCredentialRequest request)
        Update a user’s SMTP credentials.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSmtpCredential API.

      • patchSocialIdentityProvider

        PatchSocialIdentityProviderResponse patchSocialIdentityProvider​(PatchSocialIdentityProviderRequest request)
        Update a Social Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSocialIdentityProvider API.

      • patchUser

        PatchUserResponse patchUser​(PatchUserRequest request)
        Update a user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchUser API.

      • patchUserAttributesSetting

        PatchUserAttributesSettingResponse patchUserAttributesSetting​(PatchUserAttributesSettingRequest request)
        Update User Schema Attribute Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PatchUserAttributesSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchUserAttributesSetting API.

      • putAccountRecoverySetting

        PutAccountRecoverySettingResponse putAccountRecoverySetting​(PutAccountRecoverySettingRequest request)
        Replace an account recovery setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutAccountRecoverySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAccountRecoverySetting API.

      • putApp

        PutAppResponse putApp​(PutAppRequest request)
        Replace an App
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutApp API.

      • putAppStatusChanger

        PutAppStatusChangerResponse putAppStatusChanger​(PutAppStatusChangerRequest request)
        Activate/Deactivate an App
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutAppStatusChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAppStatusChanger API.

      • putApprovalWorkflow

        PutApprovalWorkflowResponse putApprovalWorkflow​(PutApprovalWorkflowRequest request)
        Replace ApprovalWorkflow
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutApprovalWorkflow API.

      • putAuthenticationFactorSetting

        PutAuthenticationFactorSettingResponse putAuthenticationFactorSetting​(PutAuthenticationFactorSettingRequest request)
        Replace Authentication Factor Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutAuthenticationFactorSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAuthenticationFactorSetting API.

      • putCloudGate

        PutCloudGateResponse putCloudGate​(PutCloudGateRequest request)
        Replace a Cloud Gate
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCloudGate API.

      • putCloudGateMapping

        PutCloudGateMappingResponse putCloudGateMapping​(PutCloudGateMappingRequest request)
        Replace a Cloud Gate mapping
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCloudGateMapping API.

      • putCloudGateServer

        PutCloudGateServerResponse putCloudGateServer​(PutCloudGateServerRequest request)
        Replace a Cloud Gate server
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCloudGateServer API.

      • putCondition

        PutConditionResponse putCondition​(PutConditionRequest request)
        Replace a condition.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCondition API.

      • putDynamicResourceGroup

        PutDynamicResourceGroupResponse putDynamicResourceGroup​(PutDynamicResourceGroupRequest request)
        Replace a Dynamic Resource Group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutDynamicResourceGroup API.

      • putGroup

        PutGroupResponse putGroup​(PutGroupRequest request)
        Replace a group.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutGroup API.

      • putIdentityPropagationTrust

        PutIdentityPropagationTrustResponse putIdentityPropagationTrust​(PutIdentityPropagationTrustRequest request)
        Replace an existing Identity Propagation Trust configuration.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutIdentityPropagationTrust API.

      • putIdentityProvider

        PutIdentityProviderResponse putIdentityProvider​(PutIdentityProviderRequest request)
        Replace an Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutIdentityProvider API.

      • putIdentitySetting

        PutIdentitySettingResponse putIdentitySetting​(PutIdentitySettingRequest request)
        Replace an Identity setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutIdentitySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutIdentitySetting API.

      • putKmsiSetting

        PutKmsiSettingResponse putKmsiSetting​(PutKmsiSettingRequest request)
        Replace KmsiSettings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutKmsiSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutKmsiSetting API.

      • putMe

        PutMeResponse putMe​(PutMeRequest request)
        Replace a user’s own information.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutMe API.

      • putMePasswordChanger

        PutMePasswordChangerResponse putMePasswordChanger​(PutMePasswordChangerRequest request)
        Update a user’s own password.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutMePasswordChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutMePasswordChanger API.

      • putNetworkPerimeter

        PutNetworkPerimeterResponse putNetworkPerimeter​(PutNetworkPerimeterRequest request)
        Replace a NetworkPerimeter
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutNetworkPerimeter API.

      • putNotificationSetting

        PutNotificationSettingResponse putNotificationSetting​(PutNotificationSettingRequest request)
        Replace Notification Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutNotificationSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutNotificationSetting API.

      • putPasswordPolicy

        PutPasswordPolicyResponse putPasswordPolicy​(PutPasswordPolicyRequest request)
        Replace a password policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutPasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutPasswordPolicy API.

      • putPolicy

        PutPolicyResponse putPolicy​(PutPolicyRequest request)
        Replace a Policy.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutPolicy API.

      • putRule

        PutRuleResponse putRule​(PutRuleRequest request)
        Replace a Rule.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutRule API.

      • putSchema

        PutSchemaResponse putSchema​(PutSchemaRequest request)
        Replace a Schema Def
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutSchemaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSchema API.

      • putSecurityQuestionSetting

        PutSecurityQuestionSettingResponse putSecurityQuestionSetting​(PutSecurityQuestionSettingRequest request)
        Replace a security question setting.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutSecurityQuestionSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSecurityQuestionSetting API.

      • putSelfRegistrationProfile

        PutSelfRegistrationProfileResponse putSelfRegistrationProfile​(PutSelfRegistrationProfileRequest request)
        Replace a self-registration profile.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSelfRegistrationProfile API.

      • putSetting

        PutSettingResponse putSetting​(PutSettingRequest request)
        Replace Settings
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSetting API.

      • putSocialIdentityProvider

        PutSocialIdentityProviderResponse putSocialIdentityProvider​(PutSocialIdentityProviderRequest request)
        Replace a Social Identity Provider
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSocialIdentityProvider API.

      • putUser

        PutUserResponse putUser​(PutUserRequest request)
        Replace a user.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUser API.

      • putUserCapabilitiesChanger

        PutUserCapabilitiesChangerResponse putUserCapabilitiesChanger​(PutUserCapabilitiesChangerRequest request)
        Change a user’s capabilities.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutUserCapabilitiesChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserCapabilitiesChanger API.

      • putUserPasswordChanger

        PutUserPasswordChangerResponse putUserPasswordChanger​(PutUserPasswordChangerRequest request)
        Change a user’s password to a known value.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutUserPasswordChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserPasswordChanger API.

      • putUserPasswordResetter

        PutUserPasswordResetterResponse putUserPasswordResetter​(PutUserPasswordResetterRequest request)
        Reset a user’s password to a randomly-generated value.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutUserPasswordResetterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserPasswordResetter API.

      • putUserStatusChanger

        PutUserStatusChangerResponse putUserStatusChanger​(PutUserStatusChangerRequest request)
        Change a user’s status.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/PutUserStatusChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserStatusChanger API.

      • searchAccountMgmtInfos

        SearchAccountMgmtInfosResponse searchAccountMgmtInfos​(SearchAccountMgmtInfosRequest request)
        Search Account Mgmt Info Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchAccountMgmtInfosExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAccountMgmtInfos API.

      • searchApiKeys

        SearchApiKeysResponse searchApiKeys​(SearchApiKeysRequest request)
        Search for API keys using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchApiKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchApiKeys API.

      • searchAppRoles

        SearchAppRolesResponse searchAppRoles​(SearchAppRolesRequest request)
        Search AppRoles Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchAppRolesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAppRoles API.

      • searchApps

        SearchAppsResponse searchApps​(SearchAppsRequest request)
        Search Apps Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchApps API.

      • searchAuthTokens

        SearchAuthTokensResponse searchAuthTokens​(SearchAuthTokensRequest request)
        Search for Auth tokens using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchAuthTokensExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAuthTokens API.

      • searchAuthenticationFactorSettings

        SearchAuthenticationFactorSettingsResponse searchAuthenticationFactorSettings​(SearchAuthenticationFactorSettingsRequest request)
        Search Authentication Factor Settings Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchAuthenticationFactorSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAuthenticationFactorSettings API.

      • searchCloudGateMappings

        SearchCloudGateMappingsResponse searchCloudGateMappings​(SearchCloudGateMappingsRequest request)
        Search Cloud Gate mappings Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchCloudGateMappingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCloudGateMappings API.

      • searchCloudGateServers

        SearchCloudGateServersResponse searchCloudGateServers​(SearchCloudGateServersRequest request)
        Search Cloud Gate servers Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchCloudGateServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCloudGateServers API.

      • searchCloudGates

        SearchCloudGatesResponse searchCloudGates​(SearchCloudGatesRequest request)
        Search Cloud Gates Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchCloudGatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCloudGates API.

      • searchConditions

        SearchConditionsResponse searchConditions​(SearchConditionsRequest request)
        Search Conditions Using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchConditionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchConditions API.

      • searchCustomerSecretKeys

        SearchCustomerSecretKeysResponse searchCustomerSecretKeys​(SearchCustomerSecretKeysRequest request)
        Search for customer secret keys using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchCustomerSecretKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCustomerSecretKeys API.

      • searchDynamicResourceGroups

        SearchDynamicResourceGroupsResponse searchDynamicResourceGroups​(SearchDynamicResourceGroupsRequest request)
        Search for Dynamic Resource Groups using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchDynamicResourceGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchDynamicResourceGroups API.

      • searchGrants

        SearchGrantsResponse searchGrants​(SearchGrantsRequest request)
        Search Grants Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchGrantsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchGrants API.

      • searchGroups

        SearchGroupsResponse searchGroups​(SearchGroupsRequest request)
        Search for groups using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchGroups API.

      • searchIdentityProviders

        SearchIdentityProvidersResponse searchIdentityProviders​(SearchIdentityProvidersRequest request)
        Search Identity Providers Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchIdentityProviders API.

      • searchIdentitySettings

        SearchIdentitySettingsResponse searchIdentitySettings​(SearchIdentitySettingsRequest request)
        Search for Identity settings using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchIdentitySettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchIdentitySettings API.

      • searchKmsiSettings

        SearchKmsiSettingsResponse searchKmsiSettings​(SearchKmsiSettingsRequest request)
        Search KmsiSettings Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchKmsiSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchKmsiSettings API.

      • searchMyApps

        SearchMyAppsResponse searchMyApps​(SearchMyAppsRequest request)
        Search My Apps Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchMyAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyApps API.

      • searchMyGroups

        SearchMyGroupsResponse searchMyGroups​(SearchMyGroupsRequest request)
        Search for ‘My Groups’ using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchMyGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyGroups API.

      • searchMyRequestableGroups

        SearchMyRequestableGroupsResponse searchMyRequestableGroups​(SearchMyRequestableGroupsRequest request)
        Search My Requestable Groups Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchMyRequestableGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyRequestableGroups API.

      • searchMyRequests

        SearchMyRequestsResponse searchMyRequests​(SearchMyRequestsRequest request)
        Search My Requests Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchMyRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyRequests API.

      • searchNetworkPerimeters

        SearchNetworkPerimetersResponse searchNetworkPerimeters​(SearchNetworkPerimetersRequest request)
        Search NetworkPerimeters Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchNetworkPerimetersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchNetworkPerimeters API.

      • searchNotificationSettings

        SearchNotificationSettingsResponse searchNotificationSettings​(SearchNotificationSettingsRequest request)
        Search Notification Settings Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchNotificationSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchNotificationSettings API.

      • searchOAuth2ClientCredentials

        SearchOAuth2ClientCredentialsResponse searchOAuth2ClientCredentials​(SearchOAuth2ClientCredentialsRequest request)
        Search for OAuth2 client credentials using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchOAuth2ClientCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOAuth2ClientCredentials API.

      • searchOAuthClientCertificates

        SearchOAuthClientCertificatesResponse searchOAuthClientCertificates​(SearchOAuthClientCertificatesRequest request)
        Search OAuth Client Certificates Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchOAuthClientCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOAuthClientCertificates API.

      • searchOAuthPartnerCertificates

        SearchOAuthPartnerCertificatesResponse searchOAuthPartnerCertificates​(SearchOAuthPartnerCertificatesRequest request)
        Search OAuth Partner Certificates Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchOAuthPartnerCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOAuthPartnerCertificates API.

      • searchOciConsoleSignOnPolicyConsents

        SearchOciConsoleSignOnPolicyConsentsResponse searchOciConsoleSignOnPolicyConsents​(SearchOciConsoleSignOnPolicyConsentsRequest request)
        Search OciConsoleSignOnPolicyConsents Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchOciConsoleSignOnPolicyConsentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOciConsoleSignOnPolicyConsents API.

      • searchPasswordPolicies

        SearchPasswordPoliciesResponse searchPasswordPolicies​(SearchPasswordPoliciesRequest request)
        Search for password policies using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchPasswordPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchPasswordPolicies API.

      • searchPolicies

        SearchPoliciesResponse searchPolicies​(SearchPoliciesRequest request)
        Search Policies Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchPolicies API.

      • searchResourceTypeSchemaAttributes

        SearchResourceTypeSchemaAttributesResponse searchResourceTypeSchemaAttributes​(SearchResourceTypeSchemaAttributesRequest request)
        Search Resource Type Schema Attributes Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchResourceTypeSchemaAttributesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchResourceTypeSchemaAttributes API.

      • searchRules

        SearchRulesResponse searchRules​(SearchRulesRequest request)
        Search Rules Using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchRulesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchRules API.

      • searchSchemas

        SearchSchemasResponse searchSchemas​(SearchSchemasRequest request)
        Search Schemas Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSchemas API.

      • searchSecurityQuestionSettings

        SearchSecurityQuestionSettingsResponse searchSecurityQuestionSettings​(SearchSecurityQuestionSettingsRequest request)
        Search for security question settings using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSecurityQuestionSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSecurityQuestionSettings API.

      • searchSecurityQuestions

        SearchSecurityQuestionsResponse searchSecurityQuestions​(SearchSecurityQuestionsRequest request)
        Search for security questions using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSecurityQuestionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSecurityQuestions API.

      • searchSelfRegistrationProfiles

        SearchSelfRegistrationProfilesResponse searchSelfRegistrationProfiles​(SearchSelfRegistrationProfilesRequest request)
        Search for self-registration profile using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSelfRegistrationProfilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSelfRegistrationProfiles API.

      • searchSettings

        SearchSettingsResponse searchSettings​(SearchSettingsRequest request)
        Search Settings Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSettings API.

      • searchSmtpCredentials

        SearchSmtpCredentialsResponse searchSmtpCredentials​(SearchSmtpCredentialsRequest request)
        Search for SMTP credentials using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSmtpCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSmtpCredentials API.

      • searchSocialIdentityProviders

        SearchSocialIdentityProvidersResponse searchSocialIdentityProviders​(SearchSocialIdentityProvidersRequest request)
        Search Social Identity Providers Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchSocialIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSocialIdentityProviders API.

      • searchUserAttributesSettings

        SearchUserAttributesSettingsResponse searchUserAttributesSettings​(SearchUserAttributesSettingsRequest request)
        Search User Schema Attribute Settings Using POST
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchUserAttributesSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchUserAttributesSettings API.

      • searchUserDbCredentials

        SearchUserDbCredentialsResponse searchUserDbCredentials​(SearchUserDbCredentialsRequest request)
        Search for a user’s database (DB) credentials using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchUserDbCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchUserDbCredentials API.

      • searchUsers

        SearchUsersResponse searchUsers​(SearchUsersRequest request)
        Search for users using POST.
        Parameters:
        request - The request object containing the details to send
        Returns:
        A response object containing details about the completed operation
        Throws:
        BmcException - when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries

        Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/identitydomains/SearchUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchUsers API.