public static class MappedSecretSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MappedSecretSummary |
build() |
MappedSecretSummary.Builder |
copy(MappedSecretSummary model) |
MappedSecretSummary.Builder |
name(String name)
Name of the secret.
|
MappedSecretSummary.Builder |
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this mapped secret belongs to.
|
MappedSecretSummary.Builder |
source(String source)
Source of the secrets, where the secrets are stored.
|
MappedSecretSummary.Builder |
type(InspectionType type)
Type of the secrets mapped based on the policy.
|
public MappedSecretSummary.Builder name(String name)
Name of the secret.
name
- the value to setpublic MappedSecretSummary.Builder source(String source)
Source of the secrets, where the secrets are stored.
source
- the value to setpublic MappedSecretSummary.Builder type(InspectionType type)
Type of the secrets mapped based on the policy.
SSL_INBOUND_INSPECTION
: For Inbound inspection of SSL traffic. * SSL_FORWARD_PROXY
: For forward proxy certificates for SSL inspection.
type
- the value to setpublic MappedSecretSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this mapped secret belongs to.
parentResourceId
- the value to setpublic MappedSecretSummary build()
public MappedSecretSummary.Builder copy(MappedSecretSummary model)
Copyright © 2016–2024. All rights reserved.