Resource: Application
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.
| JSON representation | 
|---|
| { "name": string, "displayName": string, "description": string, "attributes": { object ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The resource name of an Application. Format:  | 
| display | 
 Optional. User-defined name for the Application. Can have a maximum length of 63 characters. | 
| description | 
 Optional. User-defined description of an Application. Can have a maximum length of 2048 characters. | 
| attributes | 
 Optional. Consumer provided attributes. | 
| create | 
 Output only. Create time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:  | 
| update | 
 Output only. Update time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:  | 
| scope | 
 Required. Immutable. Defines what data can be included into this Application. Limits which Services and Workloads can be registered. | 
| uid | 
 Output only. A universally unique identifier (in UUID4 format) for the  | 
| state | 
 Output only. Application state. | 
Scope
Scope of an application.
| JSON representation | 
|---|
| {
  "type": enum ( | 
| Fields | |
|---|---|
| type | 
 Required. Scope Type. | 
Type
Scope Type.
| Enums | |
|---|---|
| TYPE_UNSPECIFIED | Unspecified type. | 
| REGIONAL | Regional type. | 
| GLOBAL | Global type. | 
State
Application state.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | Unspecified state. | 
| CREATING | The Application is being created. | 
| ACTIVE | The Application is ready to register Services and Workloads. | 
| DELETING | The Application is being deleted. | 
| Methods | |
|---|---|
| 
 | Creates an Application in a host project and location. | 
| 
 | Deletes an Application in a host project and location. | 
| 
 | Gets an Application in a host project and location. | 
| 
 | Gets the access control policy for a resource. | 
| 
 | Lists Applications in a host project and location. | 
| 
 | Updates an Application in a host project and location. | 
| 
 | Sets the access control policy on the specified resource. | 
| 
 | Returns permissions that a caller has on the specified resource. |