InboundOidcSsoProfile class

An OIDC federation between a Google enterprise customer and an OIDC identity provider.

Constructors

InboundOidcSsoProfile.new({String? customer, String? displayName, OidcIdpConfig? idpConfig, String? name, OidcRpConfig? rpConfig})
InboundOidcSsoProfile.fromJson(Map json_)

Properties

customer String?
The customer.
getter/setter pair
displayName String?
Human-readable name of the OIDC SSO profile.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idpConfig OidcIdpConfig?
OIDC identity provider configuration.
getter/setter pair
name String?
Resource name of the OIDC SSO profile.
getter/setter pair
rpConfig OidcRpConfig?
OIDC relying party (RP) configuration for this OIDC SSO profile.
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