Class ServicePrincipalRemovePasswordParameterSet

java.lang.Object
com.microsoft.graph.models.ServicePrincipalRemovePasswordParameterSet

public class ServicePrincipalRemovePasswordParameterSet extends Object
The class for the Service Principal Remove Password Parameter Set.
  • Field Details

    • keyId

      @SerializedName(value="keyId", alternate="KeyId") @Expose @Nullable public UUID keyId
      The key Id.
  • Constructor Details

    • ServicePrincipalRemovePasswordParameterSet

      public ServicePrincipalRemovePasswordParameterSet()
      Instiaciates a new ServicePrincipalRemovePasswordParameterSet
    • ServicePrincipalRemovePasswordParameterSet

      protected ServicePrincipalRemovePasswordParameterSet(@Nonnull ServicePrincipalRemovePasswordParameterSet.ServicePrincipalRemovePasswordParameterSetBuilder builder)
      Instiaciates a new ServicePrincipalRemovePasswordParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details