Package | Description |
---|---|
com.oracle.bmc.securityattribute | |
com.oracle.bmc.securityattribute.model | |
com.oracle.bmc.securityattribute.requests |
Modifier and Type | Method and Description |
---|---|
static SecurityAttribute.LifecycleState |
SecurityAttribute.LifecycleState.create(String key) |
SecurityAttribute.LifecycleState |
SecurityAttributeSummary.getLifecycleState()
The security attribute’s current state.
|
SecurityAttribute.LifecycleState |
SecurityAttribute.getLifecycleState()
The security attribute’s current state.
|
static SecurityAttribute.LifecycleState |
SecurityAttribute.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAttribute.LifecycleState[] |
SecurityAttribute.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityAttributeSummary.Builder |
SecurityAttributeSummary.Builder.lifecycleState(SecurityAttribute.LifecycleState lifecycleState)
The security attribute’s current state.
|
SecurityAttribute.Builder |
SecurityAttribute.Builder.lifecycleState(SecurityAttribute.LifecycleState lifecycleState)
The security attribute’s current state.
|
Constructor and Description |
---|
SecurityAttribute(String compartmentId,
String securityAttributeNamespaceId,
String securityAttributeNamespaceName,
String id,
String name,
String description,
String type,
Boolean isRetired,
SecurityAttribute.LifecycleState lifecycleState,
Date timeCreated,
BaseSecurityAttributeValidator validator)
Deprecated.
|
SecurityAttributeSummary(String compartmentId,
String securityAttributeNamespaceId,
String securityAttributeNamespaceName,
String id,
String name,
String description,
String type,
Boolean isRetired,
SecurityAttribute.LifecycleState lifecycleState,
Date timeCreated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SecurityAttribute.LifecycleState |
ListSecurityAttributesRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSecurityAttributesRequest.Builder |
ListSecurityAttributesRequest.Builder.lifecycleState(SecurityAttribute.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.