actions-marketplace-validations/azure-resource-login
Gets an Access Token for an specific Azure resource
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| creds | Azure credentials for the service principal to log in | yes | — |
| resource-url | Canonical resource url for what you want the token for | no | "" |
| resource-type-name | Optional resouce type name, supported values: AadGraph, AnalysisServices, Arm, Attestation, Batch, DataLake, KeyVault, OperationalInsights, ResourceManager, Storage, Synapse. Default value is Arm if not specified. | no | Arm |
Outputs
| name | description |
|---|---|
| token | Authentication Token |