Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static NamedCredentialScope |
NamedCredentialScope.create(String key) |
NamedCredentialScope |
NamedCredentialSummary.getScope()
The scope of the named credential.
|
NamedCredentialScope |
CreateNamedCredentialDetails.getScope()
The scope of the named credential.
|
NamedCredentialScope |
NamedCredential.getScope()
The scope of the named credential.
|
NamedCredentialScope |
UpdateNamedCredentialDetails.getScope()
The scope of the named credential.
|
static NamedCredentialScope |
NamedCredentialScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamedCredentialScope[] |
NamedCredentialScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NamedCredentialSummary.Builder |
NamedCredentialSummary.Builder.scope(NamedCredentialScope scope)
The scope of the named credential.
|
CreateNamedCredentialDetails.Builder |
CreateNamedCredentialDetails.Builder.scope(NamedCredentialScope scope)
The scope of the named credential.
|
NamedCredential.Builder |
NamedCredential.Builder.scope(NamedCredentialScope scope)
The scope of the named credential.
|
UpdateNamedCredentialDetails.Builder |
UpdateNamedCredentialDetails.Builder.scope(NamedCredentialScope scope)
The scope of the named credential.
|
Constructor and Description |
---|
CreateNamedCredentialDetails(String name,
String description,
NamedCredentialScope scope,
ResourceType type,
NamedCredentialContent content,
String compartmentId,
String associatedResource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
NamedCredential(String name,
String id,
String compartmentId,
String description,
LifecycleStates lifecycleState,
String lifecycleDetails,
NamedCredentialScope scope,
ResourceType type,
NamedCredentialContent content,
Date timeCreated,
Date timeUpdated,
String associatedResource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
NamedCredentialSummary(String id,
String compartmentId,
String name,
String description,
NamedCredentialScope scope,
ResourceType type,
LifecycleStates lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateNamedCredentialDetails(String description,
NamedCredentialScope scope,
NamedCredentialContent content,
String associatedResource,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NamedCredentialScope |
ListNamedCredentialsRequest.getScope()
The scope of named credential.
|
Modifier and Type | Method and Description |
---|---|
ListNamedCredentialsRequest.Builder |
ListNamedCredentialsRequest.Builder.scope(NamedCredentialScope scope)
The scope of named credential.
|
Copyright © 2016–2024. All rights reserved.