google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SiteData View Source

Attributes

  • zoneId (type: String.t, default: nil) - ID of the identity zone.
  • siteDomainSuffix (type: String.t, default: nil) - Suffix for the portal domain. By default, this is set to ".apigee.io".
  • orgName (type: String.t, default: nil) - Name of the Apigee organization.
  • trashedBy (type: String.t, default: nil) - Name of the user that deleted the portal.
  • customDomain (type: String.t, default: nil) - Custom domain (if applicable).
  • direction (type: String.t, default: nil) - Type of writing system, such as left-to-right (ltr).
  • portalVersion (type: integer(), default: nil) - Version of the portal.
  • anonAllowedByDefault (type: boolean(), default: nil) - Boolean flag that sets the default visibility for pages and API products that are published on the portal. When set totrue, allows access by all users (public).
  • lastPublished (type: String.t, default: nil) - Time the portal was last published in milliseconds since epoch.
  • itSecretKey (type: String.t, default: nil) - Not used by Apigee hybrid.
  • language (type: String.t, default: nil) - Language for the portal (such as "en").
  • description (type: String.t, default: nil) - Description of the portal.
  • themeVersion (type: String.t, default: nil) - Version of the theme used by the portal. (Internal use only.)
  • timeZone (type: String.t, default: nil) - Time zone.
  • teams (type: list(String.t), default: nil) - Not used by Apigee hybrid.
  • name (type: String.t, default: nil) - Name of the portal.
  • theme (type: String.t, default: nil) - Name of the theme used on the portal (apigee).
  • analyticsScript (type: String.t, default: nil) - Custom HTML/JS analytics script added before the tag on all pages of the site.
  • customDomainEnabled (type: boolean(), default: nil) - Not used currently by Apigee hybrid.
  • stylesheetDirty (type: boolean(), default: nil) - Boolean flag that specifies whether the custom CSS needs to be recalculated.
  • status (type: String.t, default: nil) - Status of the portal indicating whether the portal is published (Active) or unpublished (Inactive).
  • lastModified (type: String.t, default: nil) - Time the portal was last modified in milliseconds since epoch.
  • approvedEmails (type: String.t, default: nil) - List of emails that are allowed to sign up on the portal.
  • iconUrl (type: String.t, default: nil) - Not used by Apigee hybrid.
  • customerId (type: String.t, default: nil) - Not used by Apigee hybrid.
  • lastLogin (type: String.t, default: nil) - Time that a user last signed in to the portal in milliseconds since epoch.
  • iconBg (type: String.t, default: nil) - Not used by Apigee hybrid.
  • defaultURL (type: String.t, default: nil) - Default URL to access the portal.
  • idpEnabled (type: boolean(), default: nil) - Boolean flag that specifies whether an identity provider has been enabled.
  • currentURL (type: String.t, default: nil) - URL currently in use by the portal.
  • defaultDomain (type: String.t, default: nil) - Default domain for the portal.
  • showSettings (type: boolean(), default: nil) - Not used by Apigee hybrid.
  • analyticsTrackingId (type: String.t, default: nil) -
  • id (type: String.t, default: nil) - ID of the portal.
  • migrationSrcSiteId (type: String.t, default: nil) - Not used by Apigee hybrid.
  • trashedOn (type: String.t, default: nil) - Time the portal was deleted in milliseconds since epoch.
  • trashed (type: boolean(), default: nil) - Boolean flag that specifies whether the portal has been deleted.
  • logoUrl (type: String.t, default: nil) - Logo image used on desktop devices.
  • currentDomain (type: String.t, default: nil) - Domain name currently in use by the portal.
  • fileLimit (type: integer(), default: nil) - Maximimum number of file assets that can be uploaded.
  • altLogoUrl (type: String.t, default: nil) - Logo image used on mobile devices.
  • migrationDestSiteId (type: String.t, default: nil) - Not used by Apigee hybrid.
  • https (type: boolean(), default: nil) - Boolean flag that specifies whether the URL will be HTTPS.
  • created (type: String.t, default: nil) - Time the portal was created in milliseconds since epoch.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SiteData{
  altLogoUrl: String.t(),
  analyticsScript: String.t(),
  analyticsTrackingId: String.t(),
  anonAllowedByDefault: boolean(),
  approvedEmails: String.t(),
  created: String.t(),
  currentDomain: String.t(),
  currentURL: String.t(),
  customDomain: String.t(),
  customDomainEnabled: boolean(),
  customerId: String.t(),
  defaultDomain: String.t(),
  defaultURL: String.t(),
  description: String.t(),
  direction: String.t(),
  fileLimit: integer(),
  https: boolean(),
  iconBg: String.t(),
  iconUrl: String.t(),
  id: String.t(),
  idpEnabled: boolean(),
  itSecretKey: String.t(),
  language: String.t(),
  lastLogin: String.t(),
  lastModified: String.t(),
  lastPublished: String.t(),
  logoUrl: String.t(),
  migrationDestSiteId: String.t(),
  migrationSrcSiteId: String.t(),
  name: String.t(),
  orgName: String.t(),
  portalVersion: integer(),
  showSettings: boolean(),
  siteDomainSuffix: String.t(),
  status: String.t(),
  stylesheetDirty: boolean(),
  teams: [String.t()],
  theme: String.t(),
  themeVersion: String.t(),
  timeZone: String.t(),
  trashed: boolean(),
  trashedBy: String.t(),
  trashedOn: String.t(),
  zoneId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.