Documentation ¶
Overview ¶
Package iammember provides primitives for IAM member identifiers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
Resolver resolves the IAM member identifiers for a caller context.
func ChainResolvers ¶ added in v0.8.0
ChainResolvers creates a single resolver out of a chain of many resolvers.
The resulting resolved members will be the union of the members resolved by each resolver.
Execution is done in left-to-right order, including passing of context. For example ChainResolvers(one, two, three) will execute one before two before three, and three will see context changes of one and two.
If any resolver returns an error, that error is immediately returned and no further resolvers are called.
Directories ¶
Path | Synopsis |
---|---|
Package iamgooglemember provides primitives for resolving IAM members from Google ID tokens.
|
Package iamgooglemember provides primitives for resolving IAM members from Google ID tokens. |
Click to show internal directories.
Click to hide internal directories.