Documentation
¶
Index ¶
- Variables
- func GetAuthorizeAPIObjectsFromIterator[T any](iter authorize.EntityArrayPagedIterator, ...) ([]T, error)
- func GetManagementAPIObjectsFromIterator[T any](iter management.EntityArrayPagedIterator, ...) ([]T, error)
- func GetMfaAPIObjectsFromIterator[T any](iter mfa.EntityArrayPagedIterator, ...) ([]T, error)
- func GetRiskAPIObjectsFromIterator[T any](iter risk.EntityArrayPagedIterator, ...) ([]T, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetAuthorizeAPIObjectsFromIterator ¶ added in v0.5.0
func GetAuthorizeAPIObjectsFromIterator[T any](iter authorize.EntityArrayPagedIterator, clientFuncName, extractionFuncName, resourceType string) ([]T, error)
func GetManagementAPIObjectsFromIterator ¶
func GetManagementAPIObjectsFromIterator[T any](iter management.EntityArrayPagedIterator, clientFuncName, extractionFuncName, resourceType string) ([]T, error)
func GetMfaAPIObjectsFromIterator ¶
func GetMfaAPIObjectsFromIterator[T any](iter mfa.EntityArrayPagedIterator, clientFuncName, extractionFuncName, resourceType string) ([]T, error)
func GetRiskAPIObjectsFromIterator ¶
func GetRiskAPIObjectsFromIterator[T any](iter risk.EntityArrayPagedIterator, clientFuncName, extractionFuncName, resourceType string) ([]T, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.