Package | Description |
---|---|
com.oracle.bmc.lockbox.model |
Modifier and Type | Method and Description |
---|---|
AccessContextAttributeCollection |
AccessContextAttributeCollection.Builder.build() |
AccessContextAttributeCollection |
Lockbox.getAccessContextAttributes() |
AccessContextAttributeCollection |
CreateLockboxDetails.getAccessContextAttributes() |
Modifier and Type | Method and Description |
---|---|
Lockbox.Builder |
Lockbox.Builder.accessContextAttributes(AccessContextAttributeCollection accessContextAttributes) |
CreateLockboxDetails.Builder |
CreateLockboxDetails.Builder.accessContextAttributes(AccessContextAttributeCollection accessContextAttributes) |
AccessContextAttributeCollection.Builder |
AccessContextAttributeCollection.Builder.copy(AccessContextAttributeCollection model) |
Constructor and Description |
---|
CreateLockboxDetails(String displayName,
String resourceId,
LockboxPartner lockboxPartner,
String compartmentId,
String partnerId,
String partnerCompartmentId,
String approvalTemplateId,
String maxAccessDuration,
AccessContextAttributeCollection accessContextAttributes,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Lockbox(String id,
String displayName,
String compartmentId,
String partnerId,
String parentLockboxId,
String partnerCompartmentId,
String resourceId,
LockboxPartner lockboxPartner,
Date timeCreated,
Date timeUpdated,
Lockbox.LifecycleState lifecycleState,
AccessContextAttributeCollection accessContextAttributes,
String approvalTemplateId,
String maxAccessDuration,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.