Interface Attestation.UpdateStages.WithOwner

All Known Subinterfaces:
Attestation.Update
Enclosing interface:
Attestation.UpdateStages

public static interface Attestation.UpdateStages.WithOwner
The stage of the Attestation update allowing to specify owner.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the owner property: The person responsible for setting the state of the resource.
  • Method Details

    • withOwner

      Attestation.Update withOwner(String owner)
      Specifies the owner property: The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID..
      Parameters:
      owner - The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID.
      Returns:
      the next definition stage.