Interface ListConfigurationsOptions.SecretTypes
-
- Enclosing class:
- ListConfigurationsOptions
public static interface ListConfigurationsOptions.SecretTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringCUSTOM_CREDENTIALScustom_credentials.static StringIAM_CREDENTIALSiam_credentials.static StringPRIVATE_CERTprivate_cert.static StringPUBLIC_CERTpublic_cert.
-
-
-
Field Detail
-
IAM_CREDENTIALS
static final String IAM_CREDENTIALS
iam_credentials.- See Also:
- Constant Field Values
-
PRIVATE_CERT
static final String PRIVATE_CERT
private_cert.- See Also:
- Constant Field Values
-
PUBLIC_CERT
static final String PUBLIC_CERT
public_cert.- See Also:
- Constant Field Values
-
CUSTOM_CREDENTIALS
static final String CUSTOM_CREDENTIALS
custom_credentials.- See Also:
- Constant Field Values
-
-