UpdateClusterIdentityCertificateParameters interface
The update cluster identity certificate request parameters.
Properties
application |
The application id. |
certificate | The certificate in base64 encoded format. |
certificate |
The password of the certificate. |
Property Details
applicationId
The application id.
applicationId?: string
Property Value
string
certificate
The certificate in base64 encoded format.
certificate?: string
Property Value
string
certificatePassword
The password of the certificate.
certificatePassword?: string
Property Value
string