class Google::Apis::SecuritycenterV1beta1::AzureTenant

Represents a Microsoft Entra tenant.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @id = args[:id] if args.key?(:id)
end