Class ServicePrincipalDatastoreSecrets


  • public final class ServicePrincipalDatastoreSecrets
    extends DatastoreSecretsInner
    Datastore Service Principal secrets.
    • Constructor Detail

      • ServicePrincipalDatastoreSecrets

        public ServicePrincipalDatastoreSecrets()
    • Method Detail

      • clientSecret

        public String clientSecret()
        Get the clientSecret property: Service principal secret.
        Returns:
        the clientSecret value.
      • withClientSecret

        public ServicePrincipalDatastoreSecrets withClientSecret​(String clientSecret)
        Set the clientSecret property: Service principal secret.
        Parameters:
        clientSecret - the clientSecret value to set.
        Returns:
        the ServicePrincipalDatastoreSecrets object itself.