Interface IdentityDomains
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- IdentityDomainsClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: v1") public interface IdentityDomains extends AutoCloseableUse 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 Summary- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
createApiKeyCreateApiKeyResponse 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.75.0/identitydomains/CreateApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApiKey API. 
 
 - 
createAppCreateAppResponse 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.75.0/identitydomains/CreateAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApp API. 
 
 - 
createAppRoleCreateAppRoleResponse 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.75.0/identitydomains/CreateAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAppRole API. 
 
 - 
createApprovalWorkflowCreateApprovalWorkflowResponse 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.75.0/identitydomains/CreateApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalWorkflow API. 
 
 - 
createApprovalWorkflowAssignmentCreateApprovalWorkflowAssignmentResponse 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.75.0/identitydomains/CreateApprovalWorkflowAssignmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalWorkflowAssignment API. 
 
 - 
createApprovalWorkflowStepCreateApprovalWorkflowStepResponse 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.75.0/identitydomains/CreateApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApprovalWorkflowStep API. 
 
 - 
createAuthTokenCreateAuthTokenResponse 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.75.0/identitydomains/CreateAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAuthToken API. 
 
 - 
createAuthenticationFactorsRemoverCreateAuthenticationFactorsRemoverResponse 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.75.0/identitydomains/CreateAuthenticationFactorsRemoverExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAuthenticationFactorsRemover API. 
 
 - 
createCloudGateCreateCloudGateResponse 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.75.0/identitydomains/CreateCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudGate API. 
 
 - 
createCloudGateMappingCreateCloudGateMappingResponse 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.75.0/identitydomains/CreateCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudGateMapping API. 
 
 - 
createCloudGateServerCreateCloudGateServerResponse 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.75.0/identitydomains/CreateCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudGateServer API. 
 
 - 
createConditionCreateConditionResponse 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.75.0/identitydomains/CreateConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCondition API. 
 
 - 
createCustomerSecretKeyCreateCustomerSecretKeyResponse 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.75.0/identitydomains/CreateCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCustomerSecretKey API. 
 
 - 
createDynamicResourceGroupCreateDynamicResourceGroupResponse 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.75.0/identitydomains/CreateDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDynamicResourceGroup API. 
 
 - 
createGrantCreateGrantResponse 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.75.0/identitydomains/CreateGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateGrant API. 
 
 - 
createGroupCreateGroupResponse 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.75.0/identitydomains/CreateGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateGroup API. 
 
 - 
createIdentityPropagationTrustCreateIdentityPropagationTrustResponse 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.75.0/identitydomains/CreateIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateIdentityPropagationTrust API. 
 
 - 
createIdentityProviderCreateIdentityProviderResponse 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.75.0/identitydomains/CreateIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateIdentityProvider API. 
 
 - 
createMeCreateMeResponse 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.75.0/identitydomains/CreateMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMe API. 
 
 - 
createMyApiKeyCreateMyApiKeyResponse 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.75.0/identitydomains/CreateMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyApiKey API. 
 
 - 
createMyAuthTokenCreateMyAuthTokenResponse 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.75.0/identitydomains/CreateMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthToken API. 
 
 - 
createMyAuthenticationFactorInitiatorCreateMyAuthenticationFactorInitiatorResponse 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.75.0/identitydomains/CreateMyAuthenticationFactorInitiatorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthenticationFactorInitiator API. 
 
 - 
createMyAuthenticationFactorValidatorCreateMyAuthenticationFactorValidatorResponse 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.75.0/identitydomains/CreateMyAuthenticationFactorValidatorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthenticationFactorValidator API. 
 
 - 
createMyAuthenticationFactorsRemoverCreateMyAuthenticationFactorsRemoverResponse 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.75.0/identitydomains/CreateMyAuthenticationFactorsRemoverExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyAuthenticationFactorsRemover API. 
 
 - 
createMyCustomerSecretKeyCreateMyCustomerSecretKeyResponse 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.75.0/identitydomains/CreateMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyCustomerSecretKey API. 
 
 - 
createMyOAuth2ClientCredentialCreateMyOAuth2ClientCredentialResponse 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.75.0/identitydomains/CreateMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyOAuth2ClientCredential API. 
 
 - 
createMyRequestCreateMyRequestResponse 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.75.0/identitydomains/CreateMyRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyRequest API. 
 
 - 
createMySmtpCredentialCreateMySmtpCredentialResponse 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.75.0/identitydomains/CreateMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMySmtpCredential API. 
 
 - 
createMySupportAccountCreateMySupportAccountResponse 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.75.0/identitydomains/CreateMySupportAccountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMySupportAccount API. 
 
 - 
createMyUserDbCredentialCreateMyUserDbCredentialResponse 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.75.0/identitydomains/CreateMyUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMyUserDbCredential API. 
 
 - 
createNetworkPerimeterCreateNetworkPerimeterResponse 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.75.0/identitydomains/CreateNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateNetworkPerimeter API. 
 
 - 
createOAuth2ClientCredentialCreateOAuth2ClientCredentialResponse 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.75.0/identitydomains/CreateOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOAuth2ClientCredential API. 
 
 - 
createOAuthClientCertificateCreateOAuthClientCertificateResponse 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.75.0/identitydomains/CreateOAuthClientCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOAuthClientCertificate API. 
 
 - 
createOAuthPartnerCertificateCreateOAuthPartnerCertificateResponse 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.75.0/identitydomains/CreateOAuthPartnerCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOAuthPartnerCertificate API. 
 
 - 
createPasswordPolicyCreatePasswordPolicyResponse 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.75.0/identitydomains/CreatePasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePasswordPolicy API. 
 
 - 
createPolicyCreatePolicyResponse 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.75.0/identitydomains/CreatePolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePolicy API. 
 
 - 
createRestoreOciConsolePolicyCreateRestoreOciConsolePolicyResponse 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.75.0/identitydomains/CreateRestoreOciConsolePolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRestoreOciConsolePolicy API. 
 
 - 
createRuleCreateRuleResponse 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.75.0/identitydomains/CreateRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRule API. 
 
 - 
createSecurityQuestionCreateSecurityQuestionResponse 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.75.0/identitydomains/CreateSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSecurityQuestion API. 
 
 - 
createSelfRegistrationProfileCreateSelfRegistrationProfileResponse 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.75.0/identitydomains/CreateSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSelfRegistrationProfile API. 
 
 - 
createSmtpCredentialCreateSmtpCredentialResponse 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.75.0/identitydomains/CreateSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSmtpCredential API. 
 
 - 
createSocialIdentityProviderCreateSocialIdentityProviderResponse 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.75.0/identitydomains/CreateSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSocialIdentityProvider API. 
 
 - 
createUserCreateUserResponse 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.75.0/identitydomains/CreateUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateUser API. 
 
 - 
createUserDbCredentialCreateUserDbCredentialResponse 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.75.0/identitydomains/CreateUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateUserDbCredential API. 
 
 - 
deleteApiKeyDeleteApiKeyResponse 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.75.0/identitydomains/DeleteApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApiKey API. 
 
 - 
deleteAppDeleteAppResponse 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.75.0/identitydomains/DeleteAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApp API. 
 
 - 
deleteAppRoleDeleteAppRoleResponse 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.75.0/identitydomains/DeleteAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAppRole API. 
 
 - 
deleteApprovalWorkflowDeleteApprovalWorkflowResponse 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.75.0/identitydomains/DeleteApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalWorkflow API. 
 
 - 
deleteApprovalWorkflowAssignmentDeleteApprovalWorkflowAssignmentResponse 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.75.0/identitydomains/DeleteApprovalWorkflowAssignmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalWorkflowAssignment API. 
 
 - 
deleteApprovalWorkflowStepDeleteApprovalWorkflowStepResponse 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.75.0/identitydomains/DeleteApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApprovalWorkflowStep API. 
 
 - 
deleteAuthTokenDeleteAuthTokenResponse 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.75.0/identitydomains/DeleteAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAuthToken API. 
 
 - 
deleteCloudGateDeleteCloudGateResponse 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.75.0/identitydomains/DeleteCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudGate API. 
 
 - 
deleteCloudGateMappingDeleteCloudGateMappingResponse 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.75.0/identitydomains/DeleteCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudGateMapping API. 
 
 - 
deleteCloudGateServerDeleteCloudGateServerResponse 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.75.0/identitydomains/DeleteCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudGateServer API. 
 
 - 
deleteConditionDeleteConditionResponse 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.75.0/identitydomains/DeleteConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCondition API. 
 
 - 
deleteCustomerSecretKeyDeleteCustomerSecretKeyResponse 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.75.0/identitydomains/DeleteCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCustomerSecretKey API. 
 
 - 
deleteDynamicResourceGroupDeleteDynamicResourceGroupResponse 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.75.0/identitydomains/DeleteDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDynamicResourceGroup API. 
 
 - 
deleteGrantDeleteGrantResponse 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.75.0/identitydomains/DeleteGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteGrant API. 
 
 - 
deleteGroupDeleteGroupResponse 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.75.0/identitydomains/DeleteGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteGroup API. 
 
 - 
deleteIdentityPropagationTrustDeleteIdentityPropagationTrustResponse 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.75.0/identitydomains/DeleteIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteIdentityPropagationTrust API. 
 
 - 
deleteIdentityProviderDeleteIdentityProviderResponse 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.75.0/identitydomains/DeleteIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteIdentityProvider API. 
 
 - 
deleteMyApiKeyDeleteMyApiKeyResponse 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.75.0/identitydomains/DeleteMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyApiKey API. 
 
 - 
deleteMyAuthTokenDeleteMyAuthTokenResponse 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.75.0/identitydomains/DeleteMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyAuthToken API. 
 
 - 
deleteMyCustomerSecretKeyDeleteMyCustomerSecretKeyResponse 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.75.0/identitydomains/DeleteMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyCustomerSecretKey API. 
 
 - 
deleteMyDeviceDeleteMyDeviceResponse 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.75.0/identitydomains/DeleteMyDeviceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyDevice API. 
 
 - 
deleteMyOAuth2ClientCredentialDeleteMyOAuth2ClientCredentialResponse 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.75.0/identitydomains/DeleteMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyOAuth2ClientCredential API. 
 
 - 
deleteMySmtpCredentialDeleteMySmtpCredentialResponse 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.75.0/identitydomains/DeleteMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMySmtpCredential API. 
 
 - 
deleteMySupportAccountDeleteMySupportAccountResponse 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.75.0/identitydomains/DeleteMySupportAccountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMySupportAccount API. 
 
 - 
deleteMyTrustedUserAgentDeleteMyTrustedUserAgentResponse 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.75.0/identitydomains/DeleteMyTrustedUserAgentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyTrustedUserAgent API. 
 
 - 
deleteMyUserDbCredentialDeleteMyUserDbCredentialResponse 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.75.0/identitydomains/DeleteMyUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMyUserDbCredential API. 
 
 - 
deleteNetworkPerimeterDeleteNetworkPerimeterResponse 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.75.0/identitydomains/DeleteNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteNetworkPerimeter API. 
 
 - 
deleteOAuth2ClientCredentialDeleteOAuth2ClientCredentialResponse 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.75.0/identitydomains/DeleteOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOAuth2ClientCredential API. 
 
 - 
deleteOAuthClientCertificateDeleteOAuthClientCertificateResponse 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.75.0/identitydomains/DeleteOAuthClientCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOAuthClientCertificate API. 
 
 - 
deleteOAuthPartnerCertificateDeleteOAuthPartnerCertificateResponse 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.75.0/identitydomains/DeleteOAuthPartnerCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOAuthPartnerCertificate API. 
 
 - 
deletePasswordPolicyDeletePasswordPolicyResponse 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.75.0/identitydomains/DeletePasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePasswordPolicy API. 
 
 - 
deletePolicyDeletePolicyResponse 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.75.0/identitydomains/DeletePolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePolicy API. 
 
 - 
deleteRuleDeleteRuleResponse 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.75.0/identitydomains/DeleteRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRule API. 
 
 - 
deleteSecurityQuestionDeleteSecurityQuestionResponse 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.75.0/identitydomains/DeleteSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSecurityQuestion API. 
 
 - 
deleteSelfRegistrationProfileDeleteSelfRegistrationProfileResponse 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.75.0/identitydomains/DeleteSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSelfRegistrationProfile API. 
 
 - 
deleteSmtpCredentialDeleteSmtpCredentialResponse 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.75.0/identitydomains/DeleteSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSmtpCredential API. 
 
 - 
deleteSocialIdentityProviderDeleteSocialIdentityProviderResponse 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.75.0/identitydomains/DeleteSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSocialIdentityProvider API. 
 
 - 
deleteUserDeleteUserResponse 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.75.0/identitydomains/DeleteUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteUser API. 
 
 - 
deleteUserDbCredentialDeleteUserDbCredentialResponse 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.75.0/identitydomains/DeleteUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteUserDbCredential API. 
 
 - 
getAccountMgmtInfoGetAccountMgmtInfoResponse 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.75.0/identitydomains/GetAccountMgmtInfoExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccountMgmtInfo API. 
 
 - 
getAccountRecoverySettingGetAccountRecoverySettingResponse 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.75.0/identitydomains/GetAccountRecoverySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccountRecoverySetting API. 
 
 - 
getApiKeyGetApiKeyResponse 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.75.0/identitydomains/GetApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApiKey API. 
 
 - 
getAppGetAppResponse 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.75.0/identitydomains/GetAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApp API. 
 
 - 
getAppRoleGetAppRoleResponse 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.75.0/identitydomains/GetAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAppRole API. 
 
 - 
getApprovalWorkflowGetApprovalWorkflowResponse 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.75.0/identitydomains/GetApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalWorkflow API. 
 
 - 
getApprovalWorkflowAssignmentGetApprovalWorkflowAssignmentResponse 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.75.0/identitydomains/GetApprovalWorkflowAssignmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalWorkflowAssignment API. 
 
 - 
getApprovalWorkflowStepGetApprovalWorkflowStepResponse 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.75.0/identitydomains/GetApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApprovalWorkflowStep API. 
 
 - 
getAuthTokenGetAuthTokenResponse 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.75.0/identitydomains/GetAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuthToken API. 
 
 - 
getAuthenticationFactorSettingGetAuthenticationFactorSettingResponse 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.75.0/identitydomains/GetAuthenticationFactorSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAuthenticationFactorSetting API. 
 
 - 
getBrandingSettingGetBrandingSettingResponse 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.75.0/identitydomains/GetBrandingSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBrandingSetting API. 
 
 - 
getCloudGateGetCloudGateResponse 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.75.0/identitydomains/GetCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudGate API. 
 
 - 
getCloudGateMappingGetCloudGateMappingResponse 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.75.0/identitydomains/GetCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudGateMapping API. 
 
 - 
getCloudGateServerGetCloudGateServerResponse 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.75.0/identitydomains/GetCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudGateServer API. 
 
 - 
getConditionGetConditionResponse 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.75.0/identitydomains/GetConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCondition API. 
 
 - 
getCustomerSecretKeyGetCustomerSecretKeyResponse 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.75.0/identitydomains/GetCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCustomerSecretKey API. 
 
 - 
getDynamicResourceGroupGetDynamicResourceGroupResponse 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.75.0/identitydomains/GetDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDynamicResourceGroup API. 
 
 - 
getGrantGetGrantResponse 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.75.0/identitydomains/GetGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetGrant API. 
 
 - 
getGroupGetGroupResponse 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.75.0/identitydomains/GetGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetGroup API. 
 
 - 
getIdentityPropagationTrustGetIdentityPropagationTrustResponse 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.75.0/identitydomains/GetIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIdentityPropagationTrust API. 
 
 - 
getIdentityProviderGetIdentityProviderResponse 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.75.0/identitydomains/GetIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIdentityProvider API. 
 
 - 
getIdentitySettingGetIdentitySettingResponse 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.75.0/identitydomains/GetIdentitySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIdentitySetting API. 
 
 - 
getKmsiSettingGetKmsiSettingResponse 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.75.0/identitydomains/GetKmsiSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetKmsiSetting API. 
 
 - 
getMeGetMeResponse 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.75.0/identitydomains/GetMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMe API. 
 
 - 
getMyApiKeyGetMyApiKeyResponse 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.75.0/identitydomains/GetMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyApiKey API. 
 
 - 
getMyAuthTokenGetMyAuthTokenResponse 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.75.0/identitydomains/GetMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyAuthToken API. 
 
 - 
getMyCompletedApprovalGetMyCompletedApprovalResponse 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.75.0/identitydomains/GetMyCompletedApprovalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyCompletedApproval API. 
 
 - 
getMyCustomerSecretKeyGetMyCustomerSecretKeyResponse 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.75.0/identitydomains/GetMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyCustomerSecretKey API. 
 
 - 
getMyDeviceGetMyDeviceResponse 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.75.0/identitydomains/GetMyDeviceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyDevice API. 
 
 - 
getMyOAuth2ClientCredentialGetMyOAuth2ClientCredentialResponse 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.75.0/identitydomains/GetMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyOAuth2ClientCredential API. 
 
 - 
getMyPendingApprovalGetMyPendingApprovalResponse 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.75.0/identitydomains/GetMyPendingApprovalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyPendingApproval API. 
 
 - 
getMyRequestGetMyRequestResponse 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.75.0/identitydomains/GetMyRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyRequest API. 
 
 - 
getMySmtpCredentialGetMySmtpCredentialResponse 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.75.0/identitydomains/GetMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMySmtpCredential API. 
 
 - 
getMySupportAccountGetMySupportAccountResponse 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.75.0/identitydomains/GetMySupportAccountExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMySupportAccount API. 
 
 - 
getMyTrustedUserAgentGetMyTrustedUserAgentResponse 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.75.0/identitydomains/GetMyTrustedUserAgentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyTrustedUserAgent API. 
 
 - 
getMyUserDbCredentialGetMyUserDbCredentialResponse 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.75.0/identitydomains/GetMyUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMyUserDbCredential API. 
 
 - 
getNetworkPerimeterGetNetworkPerimeterResponse 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.75.0/identitydomains/GetNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNetworkPerimeter API. 
 
 - 
getNotificationSettingGetNotificationSettingResponse 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.75.0/identitydomains/GetNotificationSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNotificationSetting API. 
 
 - 
getOAuth2ClientCredentialGetOAuth2ClientCredentialResponse 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.75.0/identitydomains/GetOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOAuth2ClientCredential API. 
 
 - 
getOAuthClientCertificateGetOAuthClientCertificateResponse 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.75.0/identitydomains/GetOAuthClientCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOAuthClientCertificate API. 
 
 - 
getOAuthPartnerCertificateGetOAuthPartnerCertificateResponse 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.75.0/identitydomains/GetOAuthPartnerCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOAuthPartnerCertificate API. 
 
 - 
getOciConsoleSignOnPolicyConsentGetOciConsoleSignOnPolicyConsentResponse 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.75.0/identitydomains/GetOciConsoleSignOnPolicyConsentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOciConsoleSignOnPolicyConsent API. 
 
 - 
getPasswordPolicyGetPasswordPolicyResponse 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.75.0/identitydomains/GetPasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPasswordPolicy API. 
 
 - 
getPolicyGetPolicyResponse 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.75.0/identitydomains/GetPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPolicy API. 
 
 - 
getRuleGetRuleResponse 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.75.0/identitydomains/GetRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRule API. 
 
 - 
getSchemaGetSchemaResponse 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.75.0/identitydomains/GetSchemaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchema API. 
 
 - 
getSecurityQuestionGetSecurityQuestionResponse 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.75.0/identitydomains/GetSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityQuestion API. 
 
 - 
getSecurityQuestionSettingGetSecurityQuestionSettingResponse 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.75.0/identitydomains/GetSecurityQuestionSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSecurityQuestionSetting API. 
 
 - 
getSelfRegistrationProfileGetSelfRegistrationProfileResponse 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.75.0/identitydomains/GetSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSelfRegistrationProfile API. 
 
 - 
getSettingGetSettingResponse 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.75.0/identitydomains/GetSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSetting API. 
 
 - 
getSmtpCredentialGetSmtpCredentialResponse 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.75.0/identitydomains/GetSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSmtpCredential API. 
 
 - 
getSocialIdentityProviderGetSocialIdentityProviderResponse 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.75.0/identitydomains/GetSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSocialIdentityProvider API. 
 
 - 
getUserGetUserResponse 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.75.0/identitydomains/GetUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUser API. 
 
 - 
getUserAttributesSettingGetUserAttributesSettingResponse 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.75.0/identitydomains/GetUserAttributesSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUserAttributesSetting API. 
 
 - 
getUserDbCredentialGetUserDbCredentialResponse 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.75.0/identitydomains/GetUserDbCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetUserDbCredential API. 
 
 - 
listAccountMgmtInfosListAccountMgmtInfosResponse 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.75.0/identitydomains/ListAccountMgmtInfosExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAccountMgmtInfos API. 
 
 - 
listAccountRecoverySettingsListAccountRecoverySettingsResponse 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.75.0/identitydomains/ListAccountRecoverySettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAccountRecoverySettings API. 
 
 - 
listApiKeysListApiKeysResponse 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.75.0/identitydomains/ListApiKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApiKeys API. 
 
 - 
listAppRolesListAppRolesResponse 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.75.0/identitydomains/ListAppRolesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAppRoles API. 
 
 - 
listApprovalWorkflowAssignmentsListApprovalWorkflowAssignmentsResponse 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.75.0/identitydomains/ListApprovalWorkflowAssignmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalWorkflowAssignments API. 
 
 - 
listApprovalWorkflowStepsListApprovalWorkflowStepsResponse 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.75.0/identitydomains/ListApprovalWorkflowStepsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalWorkflowSteps API. 
 
 - 
listApprovalWorkflowsListApprovalWorkflowsResponse 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.75.0/identitydomains/ListApprovalWorkflowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApprovalWorkflows API. 
 
 - 
listAppsListAppsResponse 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.75.0/identitydomains/ListAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApps API. 
 
 - 
listAuthTokensListAuthTokensResponse 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.75.0/identitydomains/ListAuthTokensExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuthTokens API. 
 
 - 
listAuthenticationFactorSettingsListAuthenticationFactorSettingsResponse 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.75.0/identitydomains/ListAuthenticationFactorSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAuthenticationFactorSettings API. 
 
 - 
listBrandingSettingsListBrandingSettingsResponse 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.75.0/identitydomains/ListBrandingSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBrandingSettings API. 
 
 - 
listCloudGateMappingsListCloudGateMappingsResponse 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.75.0/identitydomains/ListCloudGateMappingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudGateMappings API. 
 
 - 
listCloudGateServersListCloudGateServersResponse 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.75.0/identitydomains/ListCloudGateServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudGateServers API. 
 
 - 
listCloudGatesListCloudGatesResponse 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.75.0/identitydomains/ListCloudGatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudGates API. 
 
 - 
listConditionsListConditionsResponse 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.75.0/identitydomains/ListConditionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConditions API. 
 
 - 
listCustomerSecretKeysListCustomerSecretKeysResponse 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.75.0/identitydomains/ListCustomerSecretKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCustomerSecretKeys API. 
 
 - 
listDynamicResourceGroupsListDynamicResourceGroupsResponse 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.75.0/identitydomains/ListDynamicResourceGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDynamicResourceGroups API. 
 
 - 
listGrantsListGrantsResponse 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.75.0/identitydomains/ListGrantsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGrants API. 
 
 - 
listGroupsListGroupsResponse 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.75.0/identitydomains/ListGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGroups API. 
 
 - 
listIdentityPropagationTrustsListIdentityPropagationTrustsResponse 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.75.0/identitydomains/ListIdentityPropagationTrustsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIdentityPropagationTrusts API. 
 
 - 
listIdentityProvidersListIdentityProvidersResponse 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.75.0/identitydomains/ListIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIdentityProviders API. 
 
 - 
listIdentitySettingsListIdentitySettingsResponse 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.75.0/identitydomains/ListIdentitySettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIdentitySettings API. 
 
 - 
listKmsiSettingsListKmsiSettingsResponse 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.75.0/identitydomains/ListKmsiSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListKmsiSettings API. 
 
 - 
listMyApiKeysListMyApiKeysResponse 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.75.0/identitydomains/ListMyApiKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyApiKeys API. 
 
 - 
listMyAppsListMyAppsResponse 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.75.0/identitydomains/ListMyAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyApps API. 
 
 - 
listMyAuthTokensListMyAuthTokensResponse 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.75.0/identitydomains/ListMyAuthTokensExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyAuthTokens API. 
 
 - 
listMyCompletedApprovalsListMyCompletedApprovalsResponse 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.75.0/identitydomains/ListMyCompletedApprovalsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyCompletedApprovals API. 
 
 - 
listMyCustomerSecretKeysListMyCustomerSecretKeysResponse 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.75.0/identitydomains/ListMyCustomerSecretKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyCustomerSecretKeys API. 
 
 - 
listMyDevicesListMyDevicesResponse 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.75.0/identitydomains/ListMyDevicesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyDevices API. 
 
 - 
listMyGroupsListMyGroupsResponse 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.75.0/identitydomains/ListMyGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyGroups API. 
 
 - 
listMyOAuth2ClientCredentialsListMyOAuth2ClientCredentialsResponse 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.75.0/identitydomains/ListMyOAuth2ClientCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyOAuth2ClientCredentials API. 
 
 - 
listMyPendingApprovalsListMyPendingApprovalsResponse 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.75.0/identitydomains/ListMyPendingApprovalsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyPendingApprovals API. 
 
 - 
listMyRequestableGroupsListMyRequestableGroupsResponse 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.75.0/identitydomains/ListMyRequestableGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyRequestableGroups API. 
 
 - 
listMyRequestsListMyRequestsResponse 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.75.0/identitydomains/ListMyRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyRequests API. 
 
 - 
listMySmtpCredentialsListMySmtpCredentialsResponse 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.75.0/identitydomains/ListMySmtpCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMySmtpCredentials API. 
 
 - 
listMySupportAccountsListMySupportAccountsResponse 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.75.0/identitydomains/ListMySupportAccountsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMySupportAccounts API. 
 
 - 
listMyTrustedUserAgentsListMyTrustedUserAgentsResponse 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.75.0/identitydomains/ListMyTrustedUserAgentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyTrustedUserAgents API. 
 
 - 
listMyUserDbCredentialsListMyUserDbCredentialsResponse 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.75.0/identitydomains/ListMyUserDbCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMyUserDbCredentials API. 
 
 - 
listNetworkPerimetersListNetworkPerimetersResponse 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.75.0/identitydomains/ListNetworkPerimetersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkPerimeters API. 
 
 - 
listNotificationSettingsListNotificationSettingsResponse 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.75.0/identitydomains/ListNotificationSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNotificationSettings API. 
 
 - 
listOAuth2ClientCredentialsListOAuth2ClientCredentialsResponse 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.75.0/identitydomains/ListOAuth2ClientCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOAuth2ClientCredentials API. 
 
 - 
listOAuthClientCertificatesListOAuthClientCertificatesResponse 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.75.0/identitydomains/ListOAuthClientCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOAuthClientCertificates API. 
 
 - 
listOAuthPartnerCertificatesListOAuthPartnerCertificatesResponse 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.75.0/identitydomains/ListOAuthPartnerCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOAuthPartnerCertificates API. 
 
 - 
listOciConsoleSignOnPolicyConsentsListOciConsoleSignOnPolicyConsentsResponse 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.75.0/identitydomains/ListOciConsoleSignOnPolicyConsentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOciConsoleSignOnPolicyConsents API. 
 
 - 
listPasswordPoliciesListPasswordPoliciesResponse 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.75.0/identitydomains/ListPasswordPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPasswordPolicies API. 
 
 - 
listPoliciesListPoliciesResponse 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.75.0/identitydomains/ListPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPolicies API. 
 
 - 
listResourceTypeSchemaAttributesListResourceTypeSchemaAttributesResponse 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.75.0/identitydomains/ListResourceTypeSchemaAttributesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListResourceTypeSchemaAttributes API. 
 
 - 
listRulesListRulesResponse 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.75.0/identitydomains/ListRulesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRules API. 
 
 - 
listSchemasListSchemasResponse 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.75.0/identitydomains/ListSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchemas API. 
 
 - 
listSecurityQuestionSettingsListSecurityQuestionSettingsResponse 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.75.0/identitydomains/ListSecurityQuestionSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityQuestionSettings API. 
 
 - 
listSecurityQuestionsListSecurityQuestionsResponse 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.75.0/identitydomains/ListSecurityQuestionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSecurityQuestions API. 
 
 - 
listSelfRegistrationProfilesListSelfRegistrationProfilesResponse 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.75.0/identitydomains/ListSelfRegistrationProfilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSelfRegistrationProfiles API. 
 
 - 
listSettingsListSettingsResponse 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.75.0/identitydomains/ListSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSettings API. 
 
 - 
listSmtpCredentialsListSmtpCredentialsResponse 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.75.0/identitydomains/ListSmtpCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSmtpCredentials API. 
 
 - 
listSocialIdentityProvidersListSocialIdentityProvidersResponse 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.75.0/identitydomains/ListSocialIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSocialIdentityProviders API. 
 
 - 
listUserAttributesSettingsListUserAttributesSettingsResponse 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.75.0/identitydomains/ListUserAttributesSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserAttributesSettings API. 
 
 - 
listUserDbCredentialsListUserDbCredentialsResponse 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.75.0/identitydomains/ListUserDbCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUserDbCredentials API. 
 
 - 
listUsersListUsersResponse 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.75.0/identitydomains/ListUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListUsers API. 
 
 - 
patchAccountRecoverySettingPatchAccountRecoverySettingResponse 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.75.0/identitydomains/PatchAccountRecoverySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAccountRecoverySetting API. 
 
 - 
patchApiKeyPatchApiKeyResponse 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.75.0/identitydomains/PatchApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApiKey API. 
 
 - 
patchAppPatchAppResponse 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.75.0/identitydomains/PatchAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApp API. 
 
 - 
patchAppRolePatchAppRoleResponse 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.75.0/identitydomains/PatchAppRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAppRole API. 
 
 - 
patchApprovalWorkflowPatchApprovalWorkflowResponse 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.75.0/identitydomains/PatchApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApprovalWorkflow API. 
 
 - 
patchApprovalWorkflowStepPatchApprovalWorkflowStepResponse 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.75.0/identitydomains/PatchApprovalWorkflowStepExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchApprovalWorkflowStep API. 
 
 - 
patchAuthTokenPatchAuthTokenResponse 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.75.0/identitydomains/PatchAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchAuthToken API. 
 
 - 
patchCloudGatePatchCloudGateResponse 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.75.0/identitydomains/PatchCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCloudGate API. 
 
 - 
patchCloudGateMappingPatchCloudGateMappingResponse 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.75.0/identitydomains/PatchCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCloudGateMapping API. 
 
 - 
patchCloudGateServerPatchCloudGateServerResponse 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.75.0/identitydomains/PatchCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCloudGateServer API. 
 
 - 
patchConditionPatchConditionResponse 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.75.0/identitydomains/PatchConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCondition API. 
 
 - 
patchCustomerSecretKeyPatchCustomerSecretKeyResponse 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.75.0/identitydomains/PatchCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchCustomerSecretKey API. 
 
 - 
patchDynamicResourceGroupPatchDynamicResourceGroupResponse 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.75.0/identitydomains/PatchDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchDynamicResourceGroup API. 
 
 - 
patchGrantPatchGrantResponse 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.75.0/identitydomains/PatchGrantExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchGrant API. 
 
 - 
patchGroupPatchGroupResponse 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.75.0/identitydomains/PatchGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchGroup API. 
 
 - 
patchIdentityPropagationTrustPatchIdentityPropagationTrustResponse 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.75.0/identitydomains/PatchIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchIdentityPropagationTrust API. 
 
 - 
patchIdentityProviderPatchIdentityProviderResponse 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.75.0/identitydomains/PatchIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchIdentityProvider API. 
 
 - 
patchIdentitySettingPatchIdentitySettingResponse 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.75.0/identitydomains/PatchIdentitySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchIdentitySetting API. 
 
 - 
patchKmsiSettingPatchKmsiSettingResponse 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.75.0/identitydomains/PatchKmsiSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchKmsiSetting API. 
 
 - 
patchMePatchMeResponse 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.75.0/identitydomains/PatchMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMe API. 
 
 - 
patchMyApiKeyPatchMyApiKeyResponse 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.75.0/identitydomains/PatchMyApiKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyApiKey API. 
 
 - 
patchMyAuthTokenPatchMyAuthTokenResponse 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.75.0/identitydomains/PatchMyAuthTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyAuthToken API. 
 
 - 
patchMyCustomerSecretKeyPatchMyCustomerSecretKeyResponse 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.75.0/identitydomains/PatchMyCustomerSecretKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyCustomerSecretKey API. 
 
 - 
patchMyDevicePatchMyDeviceResponse 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.75.0/identitydomains/PatchMyDeviceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyDevice API. 
 
 - 
patchMyOAuth2ClientCredentialPatchMyOAuth2ClientCredentialResponse 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.75.0/identitydomains/PatchMyOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyOAuth2ClientCredential API. 
 
 - 
patchMyPendingApprovalPatchMyPendingApprovalResponse 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.75.0/identitydomains/PatchMyPendingApprovalExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyPendingApproval API. 
 
 - 
patchMyRequestPatchMyRequestResponse 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.75.0/identitydomains/PatchMyRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMyRequest API. 
 
 - 
patchMySmtpCredentialPatchMySmtpCredentialResponse 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.75.0/identitydomains/PatchMySmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchMySmtpCredential API. 
 
 - 
patchNetworkPerimeterPatchNetworkPerimeterResponse 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.75.0/identitydomains/PatchNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchNetworkPerimeter API. 
 
 - 
patchOAuth2ClientCredentialPatchOAuth2ClientCredentialResponse 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.75.0/identitydomains/PatchOAuth2ClientCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchOAuth2ClientCredential API. 
 
 - 
patchPasswordPolicyPatchPasswordPolicyResponse 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.75.0/identitydomains/PatchPasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchPasswordPolicy API. 
 
 - 
patchPolicyPatchPolicyResponse 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.75.0/identitydomains/PatchPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchPolicy API. 
 
 - 
patchRulePatchRuleResponse 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.75.0/identitydomains/PatchRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchRule API. 
 
 - 
patchSchemaPatchSchemaResponse 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.75.0/identitydomains/PatchSchemaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSchema API. 
 
 - 
patchSecurityQuestionPatchSecurityQuestionResponse 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.75.0/identitydomains/PatchSecurityQuestionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSecurityQuestion API. 
 
 - 
patchSecurityQuestionSettingPatchSecurityQuestionSettingResponse 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.75.0/identitydomains/PatchSecurityQuestionSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSecurityQuestionSetting API. 
 
 - 
patchSelfRegistrationProfilePatchSelfRegistrationProfileResponse 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.75.0/identitydomains/PatchSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSelfRegistrationProfile API. 
 
 - 
patchSettingPatchSettingResponse 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.75.0/identitydomains/PatchSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSetting API. 
 
 - 
patchSmtpCredentialPatchSmtpCredentialResponse 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.75.0/identitydomains/PatchSmtpCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSmtpCredential API. 
 
 - 
patchSocialIdentityProviderPatchSocialIdentityProviderResponse 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.75.0/identitydomains/PatchSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchSocialIdentityProvider API. 
 
 - 
patchUserPatchUserResponse 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.75.0/identitydomains/PatchUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchUser API. 
 
 - 
patchUserAttributesSettingPatchUserAttributesSettingResponse 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.75.0/identitydomains/PatchUserAttributesSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PatchUserAttributesSetting API. 
 
 - 
putAccountRecoverySettingPutAccountRecoverySettingResponse 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.75.0/identitydomains/PutAccountRecoverySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAccountRecoverySetting API. 
 
 - 
putAppPutAppResponse 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.75.0/identitydomains/PutAppExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutApp API. 
 
 - 
putAppStatusChangerPutAppStatusChangerResponse 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.75.0/identitydomains/PutAppStatusChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAppStatusChanger API. 
 
 - 
putApprovalWorkflowPutApprovalWorkflowResponse 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.75.0/identitydomains/PutApprovalWorkflowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutApprovalWorkflow API. 
 
 - 
putAuthenticationFactorSettingPutAuthenticationFactorSettingResponse 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.75.0/identitydomains/PutAuthenticationFactorSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutAuthenticationFactorSetting API. 
 
 - 
putCloudGatePutCloudGateResponse 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.75.0/identitydomains/PutCloudGateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCloudGate API. 
 
 - 
putCloudGateMappingPutCloudGateMappingResponse 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.75.0/identitydomains/PutCloudGateMappingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCloudGateMapping API. 
 
 - 
putCloudGateServerPutCloudGateServerResponse 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.75.0/identitydomains/PutCloudGateServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCloudGateServer API. 
 
 - 
putConditionPutConditionResponse 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.75.0/identitydomains/PutConditionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutCondition API. 
 
 - 
putDynamicResourceGroupPutDynamicResourceGroupResponse 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.75.0/identitydomains/PutDynamicResourceGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutDynamicResourceGroup API. 
 
 - 
putGroupPutGroupResponse 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.75.0/identitydomains/PutGroupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutGroup API. 
 
 - 
putIdentityPropagationTrustPutIdentityPropagationTrustResponse 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.75.0/identitydomains/PutIdentityPropagationTrustExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutIdentityPropagationTrust API. 
 
 - 
putIdentityProviderPutIdentityProviderResponse 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.75.0/identitydomains/PutIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutIdentityProvider API. 
 
 - 
putIdentitySettingPutIdentitySettingResponse 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.75.0/identitydomains/PutIdentitySettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutIdentitySetting API. 
 
 - 
putKmsiSettingPutKmsiSettingResponse 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.75.0/identitydomains/PutKmsiSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutKmsiSetting API. 
 
 - 
putMePutMeResponse 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.75.0/identitydomains/PutMeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutMe API. 
 
 - 
putMePasswordChangerPutMePasswordChangerResponse 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.75.0/identitydomains/PutMePasswordChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutMePasswordChanger API. 
 
 - 
putNetworkPerimeterPutNetworkPerimeterResponse 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.75.0/identitydomains/PutNetworkPerimeterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutNetworkPerimeter API. 
 
 - 
putNotificationSettingPutNotificationSettingResponse 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.75.0/identitydomains/PutNotificationSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutNotificationSetting API. 
 
 - 
putPasswordPolicyPutPasswordPolicyResponse 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.75.0/identitydomains/PutPasswordPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutPasswordPolicy API. 
 
 - 
putPolicyPutPolicyResponse 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.75.0/identitydomains/PutPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutPolicy API. 
 
 - 
putRulePutRuleResponse 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.75.0/identitydomains/PutRuleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutRule API. 
 
 - 
putSchemaPutSchemaResponse 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.75.0/identitydomains/PutSchemaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSchema API. 
 
 - 
putSecurityQuestionSettingPutSecurityQuestionSettingResponse 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.75.0/identitydomains/PutSecurityQuestionSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSecurityQuestionSetting API. 
 
 - 
putSelfRegistrationProfilePutSelfRegistrationProfileResponse 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.75.0/identitydomains/PutSelfRegistrationProfileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSelfRegistrationProfile API. 
 
 - 
putSettingPutSettingResponse 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.75.0/identitydomains/PutSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSetting API. 
 
 - 
putSocialIdentityProviderPutSocialIdentityProviderResponse 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.75.0/identitydomains/PutSocialIdentityProviderExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutSocialIdentityProvider API. 
 
 - 
putUserPutUserResponse 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.75.0/identitydomains/PutUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUser API. 
 
 - 
putUserCapabilitiesChangerPutUserCapabilitiesChangerResponse 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.75.0/identitydomains/PutUserCapabilitiesChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserCapabilitiesChanger API. 
 
 - 
putUserPasswordChangerPutUserPasswordChangerResponse 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.75.0/identitydomains/PutUserPasswordChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserPasswordChanger API. 
 
 - 
putUserPasswordResetterPutUserPasswordResetterResponse 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.75.0/identitydomains/PutUserPasswordResetterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserPasswordResetter API. 
 
 - 
putUserStatusChangerPutUserStatusChangerResponse 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.75.0/identitydomains/PutUserStatusChangerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutUserStatusChanger API. 
 
 - 
searchAccountMgmtInfosSearchAccountMgmtInfosResponse 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.75.0/identitydomains/SearchAccountMgmtInfosExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAccountMgmtInfos API. 
 
 - 
searchApiKeysSearchApiKeysResponse 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.75.0/identitydomains/SearchApiKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchApiKeys API. 
 
 - 
searchAppRolesSearchAppRolesResponse 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.75.0/identitydomains/SearchAppRolesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAppRoles API. 
 
 - 
searchAppsSearchAppsResponse 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.75.0/identitydomains/SearchAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchApps API. 
 
 - 
searchAuthTokensSearchAuthTokensResponse 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.75.0/identitydomains/SearchAuthTokensExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAuthTokens API. 
 
 - 
searchAuthenticationFactorSettingsSearchAuthenticationFactorSettingsResponse 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.75.0/identitydomains/SearchAuthenticationFactorSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchAuthenticationFactorSettings API. 
 
 - 
searchCloudGateMappingsSearchCloudGateMappingsResponse 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.75.0/identitydomains/SearchCloudGateMappingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCloudGateMappings API. 
 
 - 
searchCloudGateServersSearchCloudGateServersResponse 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.75.0/identitydomains/SearchCloudGateServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCloudGateServers API. 
 
 - 
searchCloudGatesSearchCloudGatesResponse 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.75.0/identitydomains/SearchCloudGatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCloudGates API. 
 
 - 
searchConditionsSearchConditionsResponse 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.75.0/identitydomains/SearchConditionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchConditions API. 
 
 - 
searchCustomerSecretKeysSearchCustomerSecretKeysResponse 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.75.0/identitydomains/SearchCustomerSecretKeysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCustomerSecretKeys API. 
 
 - 
searchDynamicResourceGroupsSearchDynamicResourceGroupsResponse 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.75.0/identitydomains/SearchDynamicResourceGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchDynamicResourceGroups API. 
 
 - 
searchGrantsSearchGrantsResponse 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.75.0/identitydomains/SearchGrantsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchGrants API. 
 
 - 
searchGroupsSearchGroupsResponse 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.75.0/identitydomains/SearchGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchGroups API. 
 
 - 
searchIdentityProvidersSearchIdentityProvidersResponse 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.75.0/identitydomains/SearchIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchIdentityProviders API. 
 
 - 
searchIdentitySettingsSearchIdentitySettingsResponse 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.75.0/identitydomains/SearchIdentitySettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchIdentitySettings API. 
 
 - 
searchKmsiSettingsSearchKmsiSettingsResponse 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.75.0/identitydomains/SearchKmsiSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchKmsiSettings API. 
 
 - 
searchMyAppsSearchMyAppsResponse 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.75.0/identitydomains/SearchMyAppsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyApps API. 
 
 - 
searchMyGroupsSearchMyGroupsResponse 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.75.0/identitydomains/SearchMyGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyGroups API. 
 
 - 
searchMyRequestableGroupsSearchMyRequestableGroupsResponse 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.75.0/identitydomains/SearchMyRequestableGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyRequestableGroups API. 
 
 - 
searchMyRequestsSearchMyRequestsResponse 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.75.0/identitydomains/SearchMyRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchMyRequests API. 
 
 - 
searchNetworkPerimetersSearchNetworkPerimetersResponse 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.75.0/identitydomains/SearchNetworkPerimetersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchNetworkPerimeters API. 
 
 - 
searchNotificationSettingsSearchNotificationSettingsResponse 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.75.0/identitydomains/SearchNotificationSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchNotificationSettings API. 
 
 - 
searchOAuth2ClientCredentialsSearchOAuth2ClientCredentialsResponse 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.75.0/identitydomains/SearchOAuth2ClientCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOAuth2ClientCredentials API. 
 
 - 
searchOAuthClientCertificatesSearchOAuthClientCertificatesResponse 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.75.0/identitydomains/SearchOAuthClientCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOAuthClientCertificates API. 
 
 - 
searchOAuthPartnerCertificatesSearchOAuthPartnerCertificatesResponse 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.75.0/identitydomains/SearchOAuthPartnerCertificatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOAuthPartnerCertificates API. 
 
 - 
searchOciConsoleSignOnPolicyConsentsSearchOciConsoleSignOnPolicyConsentsResponse 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.75.0/identitydomains/SearchOciConsoleSignOnPolicyConsentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchOciConsoleSignOnPolicyConsents API. 
 
 - 
searchPasswordPoliciesSearchPasswordPoliciesResponse 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.75.0/identitydomains/SearchPasswordPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchPasswordPolicies API. 
 
 - 
searchPoliciesSearchPoliciesResponse 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.75.0/identitydomains/SearchPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchPolicies API. 
 
 - 
searchResourceTypeSchemaAttributesSearchResourceTypeSchemaAttributesResponse 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.75.0/identitydomains/SearchResourceTypeSchemaAttributesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchResourceTypeSchemaAttributes API. 
 
 - 
searchRulesSearchRulesResponse 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.75.0/identitydomains/SearchRulesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchRules API. 
 
 - 
searchSchemasSearchSchemasResponse 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.75.0/identitydomains/SearchSchemasExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSchemas API. 
 
 - 
searchSecurityQuestionSettingsSearchSecurityQuestionSettingsResponse 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.75.0/identitydomains/SearchSecurityQuestionSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSecurityQuestionSettings API. 
 
 - 
searchSecurityQuestionsSearchSecurityQuestionsResponse 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.75.0/identitydomains/SearchSecurityQuestionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSecurityQuestions API. 
 
 - 
searchSelfRegistrationProfilesSearchSelfRegistrationProfilesResponse 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.75.0/identitydomains/SearchSelfRegistrationProfilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSelfRegistrationProfiles API. 
 
 - 
searchSettingsSearchSettingsResponse 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.75.0/identitydomains/SearchSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSettings API. 
 
 - 
searchSmtpCredentialsSearchSmtpCredentialsResponse 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.75.0/identitydomains/SearchSmtpCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSmtpCredentials API. 
 
 - 
searchSocialIdentityProvidersSearchSocialIdentityProvidersResponse 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.75.0/identitydomains/SearchSocialIdentityProvidersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchSocialIdentityProviders API. 
 
 - 
searchUserAttributesSettingsSearchUserAttributesSettingsResponse 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.75.0/identitydomains/SearchUserAttributesSettingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchUserAttributesSettings API. 
 
 - 
searchUserDbCredentialsSearchUserDbCredentialsResponse 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.75.0/identitydomains/SearchUserDbCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchUserDbCredentials API. 
 
 - 
searchUsersSearchUsersResponse 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.75.0/identitydomains/SearchUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchUsers API. 
 
 
- 
 
-