Class ServicePrincipalRemoveKeyParameterSet

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

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

    • keyId

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

      @SerializedName(value="proof", alternate="Proof") @Expose @Nullable public String proof
      The proof.
  • Constructor Details

    • ServicePrincipalRemoveKeyParameterSet

      public ServicePrincipalRemoveKeyParameterSet()
      Instiaciates a new ServicePrincipalRemoveKeyParameterSet
    • ServicePrincipalRemoveKeyParameterSet

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