View Source GoogleApi.AppHub.V1.Model.Application (google_api_app_hub v0.3.0)
Application defines the governance boundary for App Hub entities that perform a logical end-to-end business function. App Hub supports application level IAM permission to align with governance requirements.
Attributes
-
attributes
(type:GoogleApi.AppHub.V1.Model.Attributes.t
, default:nil
) - Optional. Consumer provided attributes. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Create time. -
description
(type:String.t
, default:nil
) - Optional. User-defined description of an Application. Can have a maximum length of 2048 characters. -
displayName
(type:String.t
, default:nil
) - Optional. User-defined name for the Application. Can have a maximum length of 63 characters. -
name
(type:String.t
, default:nil
) - Identifier. The resource name of an Application. Format:"projects/{host-project-id}/locations/{location}/applications/{application-id}"
-
scope
(type:GoogleApi.AppHub.V1.Model.Scope.t
, default:nil
) - Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered. -
state
(type:String.t
, default:nil
) - Output only. Application state. -
uid
(type:String.t
, default:nil
) - Output only. A universally unique identifier (in UUID4 format) for theApplication
. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Update time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppHub.V1.Model.Application{ attributes: GoogleApi.AppHub.V1.Model.Attributes.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, scope: GoogleApi.AppHub.V1.Model.Scope.t() | nil, state: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.