Documentation ¶
Index ¶
- func NewServicePrincipalAppRolesList_Override(s ServicePrincipalAppRolesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewServicePrincipalAppRolesOutputReference_Override(s ServicePrincipalAppRolesOutputReference, ...)
- func NewServicePrincipalFeatureTagsList_Override(s ServicePrincipalFeatureTagsList, ...)
- func NewServicePrincipalFeatureTagsOutputReference_Override(s ServicePrincipalFeatureTagsOutputReference, ...)
- func NewServicePrincipalFeaturesList_Override(s ServicePrincipalFeaturesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewServicePrincipalFeaturesOutputReference_Override(s ServicePrincipalFeaturesOutputReference, ...)
- func NewServicePrincipalOauth2PermissionScopesList_Override(s ServicePrincipalOauth2PermissionScopesList, ...)
- func NewServicePrincipalOauth2PermissionScopesOutputReference_Override(s ServicePrincipalOauth2PermissionScopesOutputReference, ...)
- func NewServicePrincipalSamlSingleSignOnOutputReference_Override(s ServicePrincipalSamlSingleSignOnOutputReference, ...)
- func NewServicePrincipalTimeoutsOutputReference_Override(s ServicePrincipalTimeoutsOutputReference, ...)
- func NewServicePrincipal_Override(s ServicePrincipal, scope constructs.Construct, id *string, ...)
- func ServicePrincipal_IsConstruct(x interface{}) *bool
- func ServicePrincipal_IsTerraformElement(x interface{}) *bool
- func ServicePrincipal_IsTerraformResource(x interface{}) *bool
- func ServicePrincipal_TfResourceType() *string
- type ServicePrincipal
- type ServicePrincipalAppRoles
- type ServicePrincipalAppRolesList
- type ServicePrincipalAppRolesOutputReference
- type ServicePrincipalConfig
- type ServicePrincipalFeatureTags
- type ServicePrincipalFeatureTagsList
- type ServicePrincipalFeatureTagsOutputReference
- type ServicePrincipalFeatures
- type ServicePrincipalFeaturesList
- type ServicePrincipalFeaturesOutputReference
- type ServicePrincipalOauth2PermissionScopes
- type ServicePrincipalOauth2PermissionScopesList
- type ServicePrincipalOauth2PermissionScopesOutputReference
- type ServicePrincipalSamlSingleSignOn
- type ServicePrincipalSamlSingleSignOnOutputReference
- type ServicePrincipalTimeouts
- type ServicePrincipalTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServicePrincipalAppRolesList_Override ¶
func NewServicePrincipalAppRolesList_Override(s ServicePrincipalAppRolesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewServicePrincipalAppRolesOutputReference_Override ¶
func NewServicePrincipalAppRolesOutputReference_Override(s ServicePrincipalAppRolesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewServicePrincipalFeatureTagsList_Override ¶
func NewServicePrincipalFeatureTagsList_Override(s ServicePrincipalFeatureTagsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewServicePrincipalFeatureTagsOutputReference_Override ¶
func NewServicePrincipalFeatureTagsOutputReference_Override(s ServicePrincipalFeatureTagsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewServicePrincipalFeaturesList_Override ¶
func NewServicePrincipalFeaturesList_Override(s ServicePrincipalFeaturesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewServicePrincipalFeaturesOutputReference_Override ¶
func NewServicePrincipalFeaturesOutputReference_Override(s ServicePrincipalFeaturesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewServicePrincipalOauth2PermissionScopesList_Override ¶
func NewServicePrincipalOauth2PermissionScopesList_Override(s ServicePrincipalOauth2PermissionScopesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewServicePrincipalOauth2PermissionScopesOutputReference_Override ¶
func NewServicePrincipalOauth2PermissionScopesOutputReference_Override(s ServicePrincipalOauth2PermissionScopesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewServicePrincipalSamlSingleSignOnOutputReference_Override ¶
func NewServicePrincipalSamlSingleSignOnOutputReference_Override(s ServicePrincipalSamlSingleSignOnOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServicePrincipalTimeoutsOutputReference_Override ¶
func NewServicePrincipalTimeoutsOutputReference_Override(s ServicePrincipalTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewServicePrincipal_Override ¶
func NewServicePrincipal_Override(s ServicePrincipal, scope constructs.Construct, id *string, config *ServicePrincipalConfig)
Create a new {@link https://www.terraform.io/docs/providers/azuread/r/service_principal azuread_service_principal} Resource.
func ServicePrincipal_IsConstruct ¶
func ServicePrincipal_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func ServicePrincipal_IsTerraformElement ¶
func ServicePrincipal_IsTerraformElement(x interface{}) *bool
Experimental.
func ServicePrincipal_IsTerraformResource ¶
func ServicePrincipal_IsTerraformResource(x interface{}) *bool
Experimental.
func ServicePrincipal_TfResourceType ¶
func ServicePrincipal_TfResourceType() *string
Types ¶
type ServicePrincipal ¶
type ServicePrincipal interface { cdktf.TerraformResource AccountEnabled() interface{} SetAccountEnabled(val interface{}) AccountEnabledInput() interface{} AlternativeNames() *[]*string SetAlternativeNames(val *[]*string) AlternativeNamesInput() *[]*string ApplicationId() *string SetApplicationId(val *string) ApplicationIdInput() *string ApplicationTenantId() *string AppRoleAssignmentRequired() interface{} SetAppRoleAssignmentRequired(val interface{}) AppRoleAssignmentRequiredInput() interface{} AppRoleIds() cdktf.StringMap AppRoles() ServicePrincipalAppRolesList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string Features() ServicePrincipalFeaturesList FeaturesInput() interface{} FeatureTags() ServicePrincipalFeatureTagsList FeatureTagsInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HomepageUrl() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LoginUrl() *string SetLoginUrl(val *string) LoginUrlInput() *string LogoutUrl() *string // The tree node. Node() constructs.Node Notes() *string SetNotes(val *string) NotesInput() *string NotificationEmailAddresses() *[]*string SetNotificationEmailAddresses(val *[]*string) NotificationEmailAddressesInput() *[]*string Oauth2PermissionScopeIds() cdktf.StringMap Oauth2PermissionScopes() ServicePrincipalOauth2PermissionScopesList ObjectId() *string Owners() *[]*string SetOwners(val *[]*string) OwnersInput() *[]*string PreferredSingleSignOnMode() *string SetPreferredSingleSignOnMode(val *string) PreferredSingleSignOnModeInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RedirectUris() *[]*string SamlMetadataUrl() *string SamlSingleSignOn() ServicePrincipalSamlSingleSignOnOutputReference SamlSingleSignOnInput() *ServicePrincipalSamlSingleSignOn ServicePrincipalNames() *[]*string SignInAudience() *string Tags() *[]*string SetTags(val *[]*string) TagsInput() *[]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() ServicePrincipalTimeoutsOutputReference TimeoutsInput() interface{} Type() *string UseExisting() interface{} SetUseExisting(val interface{}) UseExistingInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutFeatures(value interface{}) PutFeatureTags(value interface{}) PutSamlSingleSignOn(value *ServicePrincipalSamlSingleSignOn) PutTimeouts(value *ServicePrincipalTimeouts) ResetAccountEnabled() ResetAlternativeNames() ResetAppRoleAssignmentRequired() ResetDescription() ResetFeatures() ResetFeatureTags() ResetId() ResetLoginUrl() ResetNotes() ResetNotificationEmailAddresses() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetOwners() ResetPreferredSingleSignOnMode() ResetSamlSingleSignOn() ResetTags() ResetTimeouts() ResetUseExisting() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/azuread/r/service_principal azuread_service_principal}.
func NewServicePrincipal ¶
func NewServicePrincipal(scope constructs.Construct, id *string, config *ServicePrincipalConfig) ServicePrincipal
Create a new {@link https://www.terraform.io/docs/providers/azuread/r/service_principal azuread_service_principal} Resource.
type ServicePrincipalAppRoles ¶
type ServicePrincipalAppRoles struct { }
type ServicePrincipalAppRolesList ¶
type ServicePrincipalAppRolesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) ServicePrincipalAppRolesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalAppRolesList ¶
func NewServicePrincipalAppRolesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ServicePrincipalAppRolesList
type ServicePrincipalAppRolesOutputReference ¶
type ServicePrincipalAppRolesOutputReference interface { cdktf.ComplexObject AllowedMemberTypes() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Description() *string DisplayName() *string Enabled() cdktf.IResolvable // Experimental. Fqn() *string Id() *string InternalValue() *ServicePrincipalAppRoles SetInternalValue(val *ServicePrincipalAppRoles) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalAppRolesOutputReference ¶
func NewServicePrincipalAppRolesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ServicePrincipalAppRolesOutputReference
type ServicePrincipalConfig ¶
type ServicePrincipalConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The application ID (client ID) of the application for which to create a service principal. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#application_id ServicePrincipal#application_id} ApplicationId *string `field:"required" json:"applicationId" yaml:"applicationId"` // Whether or not the service principal account is enabled. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#account_enabled ServicePrincipal#account_enabled} AccountEnabled interface{} `field:"optional" json:"accountEnabled" yaml:"accountEnabled"` // A list of alternative names, used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#alternative_names ServicePrincipal#alternative_names} AlternativeNames *[]*string `field:"optional" json:"alternativeNames" yaml:"alternativeNames"` // Whether this service principal requires an app role assignment to a user or group before Azure AD will issue a user or access token to the application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#app_role_assignment_required ServicePrincipal#app_role_assignment_required} AppRoleAssignmentRequired interface{} `field:"optional" json:"appRoleAssignmentRequired" yaml:"appRoleAssignmentRequired"` // Description of the service principal provided for internal end-users. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#description ServicePrincipal#description} Description *string `field:"optional" json:"description" yaml:"description"` // features block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#features ServicePrincipal#features} Features interface{} `field:"optional" json:"features" yaml:"features"` // feature_tags block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#feature_tags ServicePrincipal#feature_tags} FeatureTags interface{} `field:"optional" json:"featureTags" yaml:"featureTags"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#id ServicePrincipal#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The URL where the service provider redirects the user to Azure AD to authenticate. // // Azure AD uses the URL to launch the application from Microsoft 365 or the Azure AD My Apps. When blank, Azure AD performs IdP-initiated sign-on for applications configured with SAML-based single sign-on // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#login_url ServicePrincipal#login_url} LoginUrl *string `field:"optional" json:"loginUrl" yaml:"loginUrl"` // Free text field to capture information about the service principal, typically used for operational purposes. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#notes ServicePrincipal#notes} Notes *string `field:"optional" json:"notes" yaml:"notes"` // List of email addresses where Azure AD sends a notification when the active certificate is near the expiration date. // // This is only for the certificates used to sign the SAML token issued for Azure AD Gallery applications // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#notification_email_addresses ServicePrincipal#notification_email_addresses} NotificationEmailAddresses *[]*string `field:"optional" json:"notificationEmailAddresses" yaml:"notificationEmailAddresses"` // A list of object IDs of principals that will be granted ownership of the service principal. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#owners ServicePrincipal#owners} Owners *[]*string `field:"optional" json:"owners" yaml:"owners"` // The single sign-on mode configured for this application. // // Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#preferred_single_sign_on_mode ServicePrincipal#preferred_single_sign_on_mode} PreferredSingleSignOnMode *string `field:"optional" json:"preferredSingleSignOnMode" yaml:"preferredSingleSignOnMode"` // saml_single_sign_on block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#saml_single_sign_on ServicePrincipal#saml_single_sign_on} SamlSingleSignOn *ServicePrincipalSamlSingleSignOn `field:"optional" json:"samlSingleSignOn" yaml:"samlSingleSignOn"` // A set of tags to apply to the service principal. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#tags ServicePrincipal#tags} Tags *[]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#timeouts ServicePrincipal#timeouts} Timeouts *ServicePrincipalTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // When true, the resource will return an existing service principal instead of failing with an error. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#use_existing ServicePrincipal#use_existing} UseExisting interface{} `field:"optional" json:"useExisting" yaml:"useExisting"` }
type ServicePrincipalFeatureTags ¶
type ServicePrincipalFeatureTags struct { // Whether this service principal represents a custom SAML application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#custom_single_sign_on ServicePrincipal#custom_single_sign_on} CustomSingleSignOn interface{} `field:"optional" json:"customSingleSignOn" yaml:"customSingleSignOn"` // Whether this service principal represents an Enterprise Application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#enterprise ServicePrincipal#enterprise} Enterprise interface{} `field:"optional" json:"enterprise" yaml:"enterprise"` // Whether this service principal represents a gallery application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#gallery ServicePrincipal#gallery} Gallery interface{} `field:"optional" json:"gallery" yaml:"gallery"` // Whether this app is invisible to users in My Apps and Office 365 Launcher. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#hide ServicePrincipal#hide} Hide interface{} `field:"optional" json:"hide" yaml:"hide"` }
type ServicePrincipalFeatureTagsList ¶
type ServicePrincipalFeatureTagsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) ServicePrincipalFeatureTagsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalFeatureTagsList ¶
func NewServicePrincipalFeatureTagsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ServicePrincipalFeatureTagsList
type ServicePrincipalFeatureTagsOutputReference ¶
type ServicePrincipalFeatureTagsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CustomSingleSignOn() interface{} SetCustomSingleSignOn(val interface{}) CustomSingleSignOnInput() interface{} Enterprise() interface{} SetEnterprise(val interface{}) EnterpriseInput() interface{} // Experimental. Fqn() *string Gallery() interface{} SetGallery(val interface{}) GalleryInput() interface{} Hide() interface{} SetHide(val interface{}) HideInput() interface{} InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCustomSingleSignOn() ResetEnterprise() ResetGallery() ResetHide() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalFeatureTagsOutputReference ¶
func NewServicePrincipalFeatureTagsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ServicePrincipalFeatureTagsOutputReference
type ServicePrincipalFeatures ¶
type ServicePrincipalFeatures struct { // Whether this service principal represents a custom SAML application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#custom_single_sign_on_app ServicePrincipal#custom_single_sign_on_app} CustomSingleSignOnApp interface{} `field:"optional" json:"customSingleSignOnApp" yaml:"customSingleSignOnApp"` // Whether this service principal represents an Enterprise Application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#enterprise_application ServicePrincipal#enterprise_application} EnterpriseApplication interface{} `field:"optional" json:"enterpriseApplication" yaml:"enterpriseApplication"` // Whether this service principal represents a gallery application. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#gallery_application ServicePrincipal#gallery_application} GalleryApplication interface{} `field:"optional" json:"galleryApplication" yaml:"galleryApplication"` // Whether this app is visible to users in My Apps and Office 365 Launcher. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#visible_to_users ServicePrincipal#visible_to_users} VisibleToUsers interface{} `field:"optional" json:"visibleToUsers" yaml:"visibleToUsers"` }
type ServicePrincipalFeaturesList ¶
type ServicePrincipalFeaturesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) ServicePrincipalFeaturesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalFeaturesList ¶
func NewServicePrincipalFeaturesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ServicePrincipalFeaturesList
type ServicePrincipalFeaturesOutputReference ¶
type ServicePrincipalFeaturesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CustomSingleSignOnApp() interface{} SetCustomSingleSignOnApp(val interface{}) CustomSingleSignOnAppInput() interface{} EnterpriseApplication() interface{} SetEnterpriseApplication(val interface{}) EnterpriseApplicationInput() interface{} // Experimental. Fqn() *string GalleryApplication() interface{} SetGalleryApplication(val interface{}) GalleryApplicationInput() interface{} InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VisibleToUsers() interface{} SetVisibleToUsers(val interface{}) VisibleToUsersInput() interface{} // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCustomSingleSignOnApp() ResetEnterpriseApplication() ResetGalleryApplication() ResetVisibleToUsers() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalFeaturesOutputReference ¶
func NewServicePrincipalFeaturesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ServicePrincipalFeaturesOutputReference
type ServicePrincipalOauth2PermissionScopes ¶
type ServicePrincipalOauth2PermissionScopes struct { }
type ServicePrincipalOauth2PermissionScopesList ¶
type ServicePrincipalOauth2PermissionScopesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) ServicePrincipalOauth2PermissionScopesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalOauth2PermissionScopesList ¶
func NewServicePrincipalOauth2PermissionScopesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ServicePrincipalOauth2PermissionScopesList
type ServicePrincipalOauth2PermissionScopesOutputReference ¶
type ServicePrincipalOauth2PermissionScopesOutputReference interface { cdktf.ComplexObject AdminConsentDescription() *string AdminConsentDisplayName() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Enabled() cdktf.IResolvable // Experimental. Fqn() *string Id() *string InternalValue() *ServicePrincipalOauth2PermissionScopes SetInternalValue(val *ServicePrincipalOauth2PermissionScopes) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string UserConsentDescription() *string UserConsentDisplayName() *string Value() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalOauth2PermissionScopesOutputReference ¶
func NewServicePrincipalOauth2PermissionScopesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ServicePrincipalOauth2PermissionScopesOutputReference
type ServicePrincipalSamlSingleSignOn ¶
type ServicePrincipalSamlSingleSignOn struct { // The relative URI the service provider would redirect to after completion of the single sign-on flow. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#relay_state ServicePrincipal#relay_state} RelayState *string `field:"optional" json:"relayState" yaml:"relayState"` }
type ServicePrincipalSamlSingleSignOnOutputReference ¶
type ServicePrincipalSamlSingleSignOnOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *ServicePrincipalSamlSingleSignOn SetInternalValue(val *ServicePrincipalSamlSingleSignOn) RelayState() *string SetRelayState(val *string) RelayStateInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRelayState() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalSamlSingleSignOnOutputReference ¶
func NewServicePrincipalSamlSingleSignOnOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServicePrincipalSamlSingleSignOnOutputReference
type ServicePrincipalTimeouts ¶
type ServicePrincipalTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#create ServicePrincipal#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#delete ServicePrincipal#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#read ServicePrincipal#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/azuread/r/service_principal#update ServicePrincipal#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type ServicePrincipalTimeoutsOutputReference ¶
type ServicePrincipalTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewServicePrincipalTimeoutsOutputReference ¶
func NewServicePrincipalTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) ServicePrincipalTimeoutsOutputReference
Source Files ¶
- serviceprincipal.go
- serviceprincipal_ServicePrincipal.go
- serviceprincipal_ServicePrincipalAppRoles.go
- serviceprincipal_ServicePrincipalAppRolesList.go
- serviceprincipal_ServicePrincipalAppRolesList__runtime_type_checks.go
- serviceprincipal_ServicePrincipalAppRolesOutputReference.go
- serviceprincipal_ServicePrincipalAppRolesOutputReference__runtime_type_checks.go
- serviceprincipal_ServicePrincipalConfig.go
- serviceprincipal_ServicePrincipalFeatureTags.go
- serviceprincipal_ServicePrincipalFeatureTagsList.go
- serviceprincipal_ServicePrincipalFeatureTagsList__runtime_type_checks.go
- serviceprincipal_ServicePrincipalFeatureTagsOutputReference.go
- serviceprincipal_ServicePrincipalFeatureTagsOutputReference__runtime_type_checks.go
- serviceprincipal_ServicePrincipalFeatures.go
- serviceprincipal_ServicePrincipalFeaturesList.go
- serviceprincipal_ServicePrincipalFeaturesList__runtime_type_checks.go
- serviceprincipal_ServicePrincipalFeaturesOutputReference.go
- serviceprincipal_ServicePrincipalFeaturesOutputReference__runtime_type_checks.go
- serviceprincipal_ServicePrincipalOauth2PermissionScopes.go
- serviceprincipal_ServicePrincipalOauth2PermissionScopesList.go
- serviceprincipal_ServicePrincipalOauth2PermissionScopesList__runtime_type_checks.go
- serviceprincipal_ServicePrincipalOauth2PermissionScopesOutputReference.go
- serviceprincipal_ServicePrincipalOauth2PermissionScopesOutputReference__runtime_type_checks.go
- serviceprincipal_ServicePrincipalSamlSingleSignOn.go
- serviceprincipal_ServicePrincipalSamlSingleSignOnOutputReference.go
- serviceprincipal_ServicePrincipalSamlSingleSignOnOutputReference__runtime_type_checks.go
- serviceprincipal_ServicePrincipalTimeouts.go
- serviceprincipal_ServicePrincipalTimeoutsOutputReference.go
- serviceprincipal_ServicePrincipalTimeoutsOutputReference__runtime_type_checks.go
- serviceprincipal_ServicePrincipal__runtime_type_checks.go