Skip to content

Commit

Permalink
docs: document the id attribute for azuread_application
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Nov 16, 2023
1 parent 4a89f69 commit 76b9347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ In addition to all arguments above, the following attributes are exported:
* `app_role_ids` - A mapping of app role values to app role IDs, intended to be useful when referencing app roles in other resources in your configuration.
* `client_id` - The Client ID for the application.
* `disabled_by_microsoft` - Whether Microsoft has disabled the registered application. If the application is disabled, this will be a string indicating the status/reason, e.g. `DisabledDueToViolationOfServicesAgreement`
* `id` - The Terraform resource ID for the application, for use when referencing this resource in your Terraform configuration.
* `logo_url` - CDN URL to the application's logo, as uploaded with the `logo_image` property.
* `oauth2_permission_scope_ids` - A mapping of OAuth2.0 permission scope values to scope IDs, intended to be useful when referencing permission scopes in other resources in your configuration.
* `object_id` - The application's object ID.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/application_registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In addition to all arguments above, the following attributes are exported:

* `client_id` - The Client ID for the application, which is globally unique.
* `disabled_by_microsoft` - Whether Microsoft has disabled the registered application. If the application is disabled, this will be a string indicating the status/reason, e.g. `DisabledDueToViolationOfServicesAgreement`
* `id` - The resource ID for the application, for use when referencing this resource in your Terraform configuration.
* `id` - The Terraform resource ID for the application, for use when referencing this resource in your Terraform configuration.
* `object_id` - The object ID of the application within the tenant.
* `publisher_domain` - The verified publisher domain for the application.

Expand Down

0 comments on commit 76b9347

Please sign in to comment.