Class GatewayAuthenticationKey
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayAuthenticationKey
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GatewayAuthenticationKey extends com.ibm.cloud.sdk.core.service.model.GenericModelThe identity of the standard key to use for BGP MD5 authentication key. The key material that you provide must be base64 encoded and original string must be maximum 126 ASCII characters in length. To clear the optional `authentication_key` field patch its crn to `""`.
- 
- 
Constructor SummaryConstructors Constructor Description GatewayAuthenticationKey()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCrn()Gets the crn.
 
- 
- 
- 
Method Detail- 
getCrnpublic String getCrn() Gets the crn. The CRN of the [Key Protect Standard Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto Service Standard Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.- Returns:
- the crn
 
 
- 
 
-