GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AzureTenant (google_api_security_center v0.39.0)

View Source

Represents a Microsoft Entra tenant.

Attributes

  • displayName (type: String.t, default: nil) - The display name of the Azure tenant.
  • id (type: String.t, default: nil) - The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AzureTenant{
    displayName: String.t() | nil,
    id: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.