Interface Credentials.Redacted
-
- Enclosing class:
- Credentials
public static interface Credentials.RedactedIf present, the user doesn't have the correct access to view the credentials and the details are redacted. The string value identifies the level of access that's required to view the credential. For additional information, see [viewing a credential](https://cloud.ibm.com/docs/account?topic=account-service_credentials&interface=ui#viewing-credentials-ui).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREDACTEDREDACTED.static java.lang.StringREDACTED_EXPLICITREDACTED_EXPLICIT.
-
-
-
Field Detail
-
REDACTED
static final java.lang.String REDACTED
REDACTED.- See Also:
- Constant Field Values
-
REDACTED_EXPLICIT
static final java.lang.String REDACTED_EXPLICIT
REDACTED_EXPLICIT.- See Also:
- Constant Field Values
-
-