GetAuthorizationTokenResult class

Result data returned by getAuthorizationToken.

Constructors

GetAuthorizationTokenResult({String? authorizationToken, String? domain, String? domainOwner, int? durationSeconds, String? expiration, String? id, String? region})
Creates a new GetAuthorizationTokenResult. authorizationToken Temporary authorization token. domain Optional. domainOwner Optional. durationSeconds Optional. expiration Time in UTC RFC3339 format when the authorization token expires. id The provider-assigned unique ID for this managed resource. region Optional.
const
GetAuthorizationTokenResult.fromMap(Map<String, dynamic> map)
factory

Properties

authorizationToken String?
Temporary authorization token.
final
domain String?
final
domainOwner String?
final
durationSeconds int?
final
expiration String?
Time in UTC RFC3339 format when the authorization token expires.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
region String?
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited