WorkloadIdentityPoolProvider class

A configuration for an external identity provider.

Constructors

WorkloadIdentityPoolProvider({String? attributeCondition, Map<String, String>? attributeMapping, Aws? aws, String? description, bool? disabled, String? displayName, String? expireTime, String? name, Oidc? oidc, Saml? saml, String? state})
WorkloadIdentityPoolProvider.fromJson(Map json_)

Properties

attributeCondition String?
A Common Expression Language expression, in plain text, to restrict what otherwise valid authentication credentials issued by the provider should not be accepted.
getter/setter pair
attributeMapping Map<String, String>?
Maps attributes from authentication credentials issued by an external identity provider to Google Cloud attributes, such as subject and segment.
getter/setter pair
aws Aws?
An Amazon Web Services identity provider.
getter/setter pair
description String?
A description for the provider.
getter/setter pair
disabled bool?
Whether the provider is disabled.
getter/setter pair
displayName String?
A display name for the provider.
getter/setter pair
expireTime String?
Time after which the workload identity pool provider will be permanently purged and cannot be recovered.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the provider.
getter/setter pair
oidc Oidc?
An OpenId Connect 1.0 identity provider.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saml Saml?
An SAML 2.0 identity provider.
getter/setter pair
state String?
The state of the provider.
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