ServicePrincipalCredentialEntity.UpdateClientSecret(String) Method

Definition

Updates the client secret.

public void UpdateClientSecret (string clientSecret);
member this.UpdateClientSecret : string -> unit
Public Sub UpdateClientSecret (clientSecret As String)

Parameters

clientSecret
String

The client secret of the service principal used for authentication.

Exceptions

clientSecret is null.

clientSecret is empty.

Applies to