azure::application

Creates an application.

Example

azure::application application-example
    name: "application-example"
    account-type: "AzureADMyOrg"
end

end

Attributes

Attribute Description
name The name of the application. (Required)
identifier-uris set A set of identifier uri’s for the application.
reply-urls set A set of reply uri’s for the application.
sign-on-url The sign on url for the application.

Outputs

Attribute Description
application-id The application id of the application.
id The id of the application.