Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
UserExtApiKeys |
UserExtApiKeys.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UserExtApiKeys> |
ExtensionUserCredentialsUser.getApiKeys()
A list of API keys corresponding to user.
|
Modifier and Type | Method and Description |
---|---|
UserExtApiKeys.Builder |
UserExtApiKeys.Builder.copy(UserExtApiKeys model) |
Modifier and Type | Method and Description |
---|---|
ExtensionUserCredentialsUser.Builder |
ExtensionUserCredentialsUser.Builder.apiKeys(List<UserExtApiKeys> apiKeys)
A list of API keys corresponding to user.
|
Constructor and Description |
---|
ExtensionUserCredentialsUser(List<UserExtDbCredentials> dbCredentials,
List<UserExtCustomerSecretKeys> customerSecretKeys,
List<UserExtAuthTokens> authTokens,
List<UserExtSmtpCredentials> smtpCredentials,
List<UserExtApiKeys> apiKeys,
List<UserExtOAuth2ClientCredentials> oAuth2ClientCredentials)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.