Skip to content

Commit

Permalink
add to credential_input EXPORTABLE_RESOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
neevnuv committed Apr 14, 2024
1 parent 6c4a2d1 commit cd85ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions awxkit/awxkit/api/pages/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'execution_environments',
'applications',
'schedules',
'credential_input_sources',
]


Expand Down
2 changes: 2 additions & 0 deletions awxkit/awxkit/api/pages/credential_input_sources.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from awxkit.api.resources import resources
from awxkit.api.pages import Credential
from . import base
from . import page


class CredentialInputSource(base.Base):
dependencies = [Credential]
NATURAL_KEY=('target_credential', 'input_field_name')
pass

Expand Down

0 comments on commit cd85ade

Please sign in to comment.