Application class
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.
Constructors
- Application({Attributes? attributes, String? createTime, String? description, String? displayName, String? name, Scope? scope, String? state, String? uid, String? updateTime})
- Application.fromJson(Map json_)
Properties
- attributes ↔ Attributes?
-
Consumer provided attributes.
getter/setter pair
- createTime ↔ String?
-
Create time.
getter/setter pair
- description ↔ String?
-
User-defined description of an Application.
getter/setter pair
- displayName ↔ String?
-
User-defined name for the Application.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ Scope?
-
Defines what data can be included into this Application.
getter/setter pair
- state ↔ String?
-
Application state.
getter/setter pair
- uid ↔ String?
-
A universally unique identifier (in UUID4 format) for the
Application
.getter/setter pair - updateTime ↔ String?
-
Update time.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited