Trusted Profiles#
A trusted profile is a security feature that allows you to grant access to IBM Cloud resources without using the root account credentials or permanent API keys. Trusted profile management is a platform level service in IBM Cloud that enables you to manage trusted profiles under your account. The SDK provides functionality to interact with the trusted profile API.
Note
The SDK currently only supports retrieving trusted profiles.
In the UI, you can view all trusted profiles in the current account by Top left hamburger menu -> Administration -> Access (IAM) -> Trusted Profiles.
Trusted profiles can be retrieved using the Platform.trusted_profiles property.
This property returns a TrustedProfile object.
>>> platform.trusted_profiles.get_all()
[...TrustedProfile(...)...]