Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 796 Bytes

CredentialRequest.md

File metadata and controls

14 lines (10 loc) · 796 Bytes

CredentialRequest

Contains the necessary attributes to allow each operator to access the necessary AWS resources

Properties

Name Type Description Notes
name str Name of the credentials secret used to access cloud resources [optional]
namespace str Namespace where the credentials secret lives in the cluster [optional]
policy_permissions list[str] List of policy permissions needed to access cloud resources [optional]
service_account str Service account name to use when authenticating [optional]

[Back to Model list] [Back to API list] [Back to README]