AuthorizedOrgsDesc class

AuthorizedOrgsDesc contains data for an organization's authorization policy.

Constructors

AuthorizedOrgsDesc({String? assetType, String? authorizationDirection, String? authorizationType, String? name, List<String>? orgs})
AuthorizedOrgsDesc.fromJson(Map json_)

Properties

assetType String?
The asset type of this authorized orgs desc.
getter/setter pair
authorizationDirection String?
The direction of the authorization relationship between this organization and the organizations listed in the orgs field.
getter/setter pair
authorizationType String?
A granular control type for authorization levels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name for the AuthorizedOrgsDesc.
getter/setter pair
orgs List<String>?
The list of organization ids in this AuthorizedOrgsDesc.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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