Package com.cloudforgeci.api.interfaces
Interface IAMConfiguration
- All Superinterfaces:
BaseConfiguration
- All Known Implementing Classes:
ExtendedIAMConfiguration,MinimalIAMConfiguration,StandardIAMConfiguration
IAM Configuration interface that extends the base BaseConfiguration interface.
Provides IAM-specific configuration methods for different permission profiles.
-
Method Summary
Methods inherited from interface com.cloudforgeci.api.interfaces.BaseConfiguration
id, rules, wire
-
Method Details
-
kind
IAMProfile kind()Returns the IAM profile type for this configuration.- Returns:
- the IAM profile
-