SecuritySettings class
The authentication and authorization settings for a BackendService.
Constructors
-
SecuritySettings({AWSV4Signature? awsV4Authentication, String? clientTlsPolicy, List<
String> ? subjectAltNames}) - SecuritySettings.fromJson(Map json_)
Properties
- awsV4Authentication ↔ AWSV4Signature?
-
The configuration needed to generate a signature for access to private
storage buckets that support AWS's Signature Version 4 for authentication.
getter/setter pair
- clientTlsPolicy ↔ String?
-
A URL referring to a networksecurity.ClientTlsPolicy resource that
describes how clients should authenticate with this service's backends.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subjectAltNames
↔ List<
String> ? -
A list of Subject Alternative Names (SANs) that the client verifies during
a mutual TLS handshake with an server/endpoint for this BackendService.
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