次の方法で共有


ServicePrincipalCredentialEntity.UpdateClientSecret(String) メソッド

定義

クライアント シークレットを更新します。

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

パラメーター

clientSecret
String

認証に使用されるサービス プリンシパルのクライアント シークレット。

例外

clientSecret が null です。

clientSecret が空です。

適用対象