google_api_apigee v0.11.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Organization View Source
Attributes
analyticsRegion
(type:String.t
, default:nil
) - Required. Primary GCP region for analytics data storage. For valid values, see Create an organization.attributes
(type:list(String.t)
, default:nil
) - Not used by Apigee.authorizedNetwork
(type:String.t
, default:nil
) - Compute Engine network used for ServiceNetworking to be peered with Apigee runtime instances. See Getting started with the Service Networking API. Valid only when [RuntimeType] is set to CLOUD. The value can be updated only when there are no runtime instances. For example: "default".Note: Not supported for Apigee hybrid.
caCertificate
(type:String.t
, default:nil
) - Output only. Base64-encoded public certificate for the root CA of the Apigee organization. Valid only when [RuntimeType] is CLOUD.createdAt
(type:String.t
, default:nil
) - Output only. Time that the Apigee organization was created in milliseconds since epoch.customerName
(type:String.t
, default:nil
) - Not used by Apigee.description
(type:String.t
, default:nil
) - Description of the Apigee organization.displayName
(type:String.t
, default:nil
) -environments
(type:list(String.t)
, default:nil
) - Output only. List of environments in the Apigee organization.lastModifiedAt
(type:String.t
, default:nil
) - Output only. Time that the Apigee organization was last modified in milliseconds since epoch.name
(type:String.t
, default:nil
) - Output only. Name of the Apigee organization.projectId
(type:String.t
, default:nil
) - The project ID associated with the Apigee organization.properties
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t
, default:nil
) - Properties defined in the Apigee organization profile.runtimeType
(type:String.t
, default:nil
) - Output only. Runtime type of the Apigee organization based on the Apigee subscription purchased.subscriptionType
(type:String.t
, default:nil
) - Output only. Subscription type of the Apigee organization. Valid values include trial (free, limited, and for evaluation purposes only) or paid (full subscription has been purchased). See Apigee pricing.type
(type:String.t
, default:nil
) - Not used by Apigee.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Organization{ analyticsRegion: String.t(), attributes: [String.t()], authorizedNetwork: String.t(), caCertificate: String.t(), createdAt: String.t(), customerName: String.t(), description: String.t(), displayName: String.t(), environments: [String.t()], lastModifiedAt: String.t(), name: String.t(), projectId: String.t(), properties: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t(), runtimeType: String.t(), subscriptionType: String.t(), type: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.