azure_ad_application

package
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ValidAuthMethods = []string{"service_user", "service_principal"}

Functions

func AzureADApplicationResource

func AzureADApplicationResource() resource.Resource

Types

type AzureADApplicationResourceModel

type AzureADApplicationResourceModel struct {
	ID                               types.Int64  `tfsdk:"id"`
	AccountID                        types.Int64  `tfsdk:"account_id"`
	OrganizationName                 types.String `tfsdk:"organization_name"`
	ClientID                         types.String `tfsdk:"client_id"`
	ClientSecret                     types.String `tfsdk:"client_secret"`
	TenantID                         types.String `tfsdk:"tenant_id"`
	AzureServiceAuthenticationMethod types.String `tfsdk:"azure_service_authentication_method"`
	OAuthRedirectURIDomain           types.String `tfsdk:"oauth_redirect_uri_domain"`
	CreatedAt                        types.String `tfsdk:"created_at"`
	UpdatedAt                        types.String `tfsdk:"updated_at"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL