public static class IdcsSecret.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdcsSecret |
build() |
IdcsSecret.Builder |
clientId(String clientId)
The IDCS Connect clientId.
|
IdcsSecret.Builder |
copy(IdcsSecret model) |
IdcsSecret.Builder |
idcsUrl(String idcsUrl)
The URL represent authentication url of the IDCS.
|
IdcsSecret.Builder |
scopeUrl(String scopeUrl)
Fully qualified scope url
|
IdcsSecret.Builder |
vaultSecretId(String vaultSecretId)
The OCID
of the secret for client secret.
|
public IdcsSecret.Builder idcsUrl(String idcsUrl)
The URL represent authentication url of the IDCS.
idcsUrl
- the value to setpublic IdcsSecret.Builder clientId(String clientId)
The IDCS Connect clientId.
clientId
- the value to setpublic IdcsSecret.Builder vaultSecretId(String vaultSecretId)
The OCID of the secret for client secret.
vaultSecretId
- the value to setpublic IdcsSecret.Builder scopeUrl(String scopeUrl)
Fully qualified scope url
scopeUrl
- the value to setpublic IdcsSecret build()
public IdcsSecret.Builder copy(IdcsSecret model)
Copyright © 2016–2024. All rights reserved.