Skip to content

web.v1beta1.windowsWebAppSlot

"WindowsWebAppSlot is the Schema for the WindowsWebAppSlots API. Manages a Windows Web App Slot."

Index

Fields

fn new

new(name)

new returns an instance of WindowsWebAppSlot

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

"WindowsWebAppSlotSpec defines the desired state of WindowsWebAppSlot"

fn spec.withDeletionPolicy

withDeletionPolicy(deletionPolicy)

"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource."

obj spec.forProvider

fn spec.forProvider.withAppServiceId

withAppServiceId(appServiceId)

"The ID of the Windows Web App this Deployment Slot will be part of. Changing this forces a new Windows Web App to be created."

fn spec.forProvider.withAppSettings

withAppSettings(appSettings)

"A map of key-value pairs of App Settings."

fn spec.forProvider.withAppSettingsMixin

withAppSettingsMixin(appSettings)

"A map of key-value pairs of App Settings."

Note: This function appends passed data to existing values

fn spec.forProvider.withAuthSettings

withAuthSettings(authSettings)

"An auth_settings block as defined below."

fn spec.forProvider.withAuthSettingsMixin

withAuthSettingsMixin(authSettings)

"An auth_settings block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withAuthSettingsV2

withAuthSettingsV2(authSettingsV2)

"An auth_settings_v2 block as defined below."

fn spec.forProvider.withAuthSettingsV2Mixin

withAuthSettingsV2Mixin(authSettingsV2)

"An auth_settings_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withBackup

withBackup(backup)

"A backup block as defined below."

fn spec.forProvider.withBackupMixin

withBackupMixin(backup)

"A backup block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withClientAffinityEnabled

withClientAffinityEnabled(clientAffinityEnabled)

"Should Client Affinity be enabled?"

fn spec.forProvider.withClientCertificateEnabled

withClientCertificateEnabled(clientCertificateEnabled)

"Should Client Certificates be enabled?"

fn spec.forProvider.withClientCertificateExclusionPaths

withClientCertificateExclusionPaths(clientCertificateExclusionPaths)

"Paths to exclude when using client certificates, separated by ; Paths to exclude when using client certificates, separated by ;"

fn spec.forProvider.withClientCertificateMode

withClientCertificateMode(clientCertificateMode)

"The Client Certificate mode. Possible values are Required, Optional, and OptionalInteractiveUser. This property has no effect when client_cert_enabled is false"

fn spec.forProvider.withConnectionString

withConnectionString(connectionString)

"One or more connection_string blocks as defined below."

fn spec.forProvider.withConnectionStringMixin

withConnectionStringMixin(connectionString)

"One or more connection_string blocks as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withEnabled

withEnabled(enabled)

"Should the Windows Web App Slot be enabled? Defaults to true."

fn spec.forProvider.withHttpsOnly

withHttpsOnly(httpsOnly)

"Should the Windows Web App Slot require HTTPS connections."

fn spec.forProvider.withIdentity

withIdentity(identity)

"An identity block as defined below."

fn spec.forProvider.withIdentityMixin

withIdentityMixin(identity)

"An identity block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withKeyVaultReferenceIdentityId

withKeyVaultReferenceIdentityId(keyVaultReferenceIdentityId)

"The User Assigned Identity ID used for accessing KeyVault secrets. The identity must be assigned to the application in the identity block. For more information see - Access vaults with a user-assigned identity"

fn spec.forProvider.withLogs

withLogs(logs)

"A logs block as defined below."

fn spec.forProvider.withLogsMixin

withLogsMixin(logs)

"A logs block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withServicePlanId

withServicePlanId(servicePlanId)

"The ID of the Service Plan in which to run this slot. If not specified the same Service Plan as the Windows Web App will be used."

fn spec.forProvider.withSiteConfig

withSiteConfig(siteConfig)

"A site_config block as defined below."

fn spec.forProvider.withSiteConfigMixin

withSiteConfigMixin(siteConfig)

"A site_config block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withStorageAccount

withStorageAccount(storageAccount)

"One or more storage_account blocks as defined below."

fn spec.forProvider.withStorageAccountMixin

withStorageAccountMixin(storageAccount)

"One or more storage_account blocks as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.withTags

withTags(tags)

"A mapping of tags which should be assigned to the Windows Web App Slot."

fn spec.forProvider.withTagsMixin

withTagsMixin(tags)

"A mapping of tags which should be assigned to the Windows Web App Slot."

Note: This function appends passed data to existing values

fn spec.forProvider.withVirtualNetworkSubnetId

withVirtualNetworkSubnetId(virtualNetworkSubnetId)

"The subnet id which will be used by this Web App Slot for regional virtual network integration."

fn spec.forProvider.withZipDeployFile

withZipDeployFile(zipDeployFile)

"The local path and filename of the Zip packaged application to deploy to this Windows Web App. The local path and filename of the Zip packaged application to deploy to this Windows Web App. Note: Using this value requires WEBSITE_RUN_FROM_PACKAGE=1 on the App in app_settings."

obj spec.forProvider.appServiceIdRef

"Reference to a WindowsWebApp in web to populate appServiceId."

fn spec.forProvider.appServiceIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.appServiceIdRef.policy

"Policies for referencing."

fn spec.forProvider.appServiceIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.appServiceIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.appServiceIdSelector

"Selector for a WindowsWebApp in web to populate appServiceId."

fn spec.forProvider.appServiceIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.appServiceIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.appServiceIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.appServiceIdSelector.policy

"Policies for selection."

fn spec.forProvider.appServiceIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.appServiceIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.authSettings

"An auth_settings block as defined below."

fn spec.forProvider.authSettings.withActiveDirectory

withActiveDirectory(activeDirectory)

"An active_directory block as defined above."

fn spec.forProvider.authSettings.withActiveDirectoryMixin

withActiveDirectoryMixin(activeDirectory)

"An active_directory block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withAdditionalLoginParameters

withAdditionalLoginParameters(additionalLoginParameters)

"Specifies a map of login Parameters to send to the OpenID Connect authorization endpoint when a user logs in. Specifies a map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in."

fn spec.forProvider.authSettings.withAdditionalLoginParametersMixin

withAdditionalLoginParametersMixin(additionalLoginParameters)

"Specifies a map of login Parameters to send to the OpenID Connect authorization endpoint when a user logs in. Specifies a map of Login Parameters to send to the OpenID Connect authorization endpoint when a user logs in."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withAllowedExternalRedirectUrls

withAllowedExternalRedirectUrls(allowedExternalRedirectUrls)

"Specifies a list of External URLs that can be redirected to as part of logging in or logging out of the Windows Web App Slot. Specifies a list of External URLs that can be redirected to as part of logging in or logging out of the Windows Web App."

fn spec.forProvider.authSettings.withAllowedExternalRedirectUrlsMixin

withAllowedExternalRedirectUrlsMixin(allowedExternalRedirectUrls)

"Specifies a list of External URLs that can be redirected to as part of logging in or logging out of the Windows Web App Slot. Specifies a list of External URLs that can be redirected to as part of logging in or logging out of the Windows Web App."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withDefaultProvider

withDefaultProvider(defaultProvider)

"The default authentication provider to use when multiple providers are configured. Possible values include: AzureActiveDirectory, Facebook, Google, MicrosoftAccount, Twitter, Github. The default authentication provider to use when multiple providers are configured. Possible values include: AzureActiveDirectory, Facebook, Google, MicrosoftAccount, Twitter, Github."

fn spec.forProvider.authSettings.withEnabled

withEnabled(enabled)

"Should the Authentication / Authorization feature be enabled for the Windows Web App? Should the Authentication / Authorization feature be enabled?"

fn spec.forProvider.authSettings.withFacebook

withFacebook(facebook)

"A facebook block as defined below."

fn spec.forProvider.authSettings.withFacebookMixin

withFacebookMixin(facebook)

"A facebook block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withGithub

withGithub(github)

"A github block as defined below."

fn spec.forProvider.authSettings.withGithubMixin

withGithubMixin(github)

"A github block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withGoogle

withGoogle(google)

"A google block as defined below."

fn spec.forProvider.authSettings.withGoogleMixin

withGoogleMixin(google)

"A google block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withIssuer

withIssuer(issuer)

"The OpenID Connect Issuer URI that represents the entity which issues access tokens for this Windows Web App Slot. The OpenID Connect Issuer URI that represents the entity which issues access tokens."

fn spec.forProvider.authSettings.withMicrosoft

withMicrosoft(microsoft)

"A microsoft block as defined below."

fn spec.forProvider.authSettings.withMicrosoftMixin

withMicrosoftMixin(microsoft)

"A microsoft block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withRuntimeVersion

withRuntimeVersion(runtimeVersion)

"The RuntimeVersion of the Authentication / Authorization feature in use for the Windows Web App Slot. The RuntimeVersion of the Authentication / Authorization feature in use."

fn spec.forProvider.authSettings.withTokenRefreshExtensionHours

withTokenRefreshExtensionHours(tokenRefreshExtensionHours)

"The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72 hours. The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72 hours."

fn spec.forProvider.authSettings.withTokenStoreEnabled

withTokenStoreEnabled(tokenStoreEnabled)

"Should the Windows Web App Slot durably store platform-specific security tokens that are obtained during login flows? Defaults to false. Should the Windows Web App durably store platform-specific security tokens that are obtained during login flows? Defaults to false."

fn spec.forProvider.authSettings.withTwitter

withTwitter(twitter)

"A twitter block as defined below."

fn spec.forProvider.authSettings.withTwitterMixin

withTwitterMixin(twitter)

"A twitter block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.withUnauthenticatedClientAction

withUnauthenticatedClientAction(unauthenticatedClientAction)

"The action to take when an unauthenticated client attempts to access the app. Possible values include: RedirectToLoginPage, AllowAnonymous. The action to take when an unauthenticated client attempts to access the app. Possible values include: RedirectToLoginPage, AllowAnonymous."

obj spec.forProvider.authSettings.activeDirectory

"An active_directory block as defined above."

fn spec.forProvider.authSettings.activeDirectory.withAllowedAudiences

withAllowedAudiences(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory."

fn spec.forProvider.authSettings.activeDirectory.withAllowedAudiencesMixin

withAllowedAudiencesMixin(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettings.activeDirectory.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The ID of the Client to use to authenticate with Azure Active Directory."

fn spec.forProvider.authSettings.activeDirectory.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The App Setting name that contains the client secret of the Client. Cannot be used with client_secret."

obj spec.forProvider.authSettings.activeDirectory.clientSecretSecretRef

"The OAuth 2.0 client secret that was created for the app used for authentication. Cannot be specified with client_secret_setting_name. The Client Secret for the Client ID. Cannot be used with client_secret_setting_name."

fn spec.forProvider.authSettings.activeDirectory.clientSecretSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.authSettings.activeDirectory.clientSecretSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.authSettings.activeDirectory.clientSecretSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.authSettings.facebook

"A facebook block as defined below."

fn spec.forProvider.authSettings.facebook.withAppId

withAppId(appId)

"The App ID of the Facebook app used for login. The App ID of the Facebook app used for login."

fn spec.forProvider.authSettings.facebook.withAppSecretSettingName

withAppSecretSettingName(appSecretSettingName)

"The app setting name that contains the app_secret value used for Facebook Login. The app setting name that contains the app_secret value used for Facebook Login. Cannot be specified with app_secret."

fn spec.forProvider.authSettings.facebook.withOauthScopes

withOauthScopes(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. Specifies a list of OAuth 2.0 scopes to be requested as part of Facebook Login authentication."

fn spec.forProvider.authSettings.facebook.withOauthScopesMixin

withOauthScopesMixin(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. Specifies a list of OAuth 2.0 scopes to be requested as part of Facebook Login authentication."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettings.facebook.appSecretSecretRef

"The App Secret of the Facebook app used for Facebook login. Cannot be specified with app_secret_setting_name. The App Secret of the Facebook app used for Facebook Login. Cannot be specified with app_secret_setting_name."

fn spec.forProvider.authSettings.facebook.appSecretSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.authSettings.facebook.appSecretSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.authSettings.facebook.appSecretSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.authSettings.github

"A github block as defined below."

fn spec.forProvider.authSettings.github.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The ID of the GitHub app used for login."

fn spec.forProvider.authSettings.github.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name that contains the client_secret value used for GitHub Login. Cannot be specified with client_secret."

fn spec.forProvider.authSettings.github.withOauthScopes

withOauthScopes(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. Specifies a list of OAuth 2.0 scopes that will be requested as part of GitHub Login authentication."

fn spec.forProvider.authSettings.github.withOauthScopesMixin

withOauthScopesMixin(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. Specifies a list of OAuth 2.0 scopes that will be requested as part of GitHub Login authentication."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettings.github.clientSecretSecretRef

"The OAuth 2.0 client secret that was created for the app used for authentication. Cannot be specified with client_secret_setting_name. The Client Secret of the GitHub app used for GitHub Login. Cannot be specified with client_secret_setting_name."

fn spec.forProvider.authSettings.github.clientSecretSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.authSettings.github.clientSecretSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.authSettings.github.clientSecretSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.authSettings.google

"A google block as defined below."

fn spec.forProvider.authSettings.google.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The OpenID Connect Client ID for the Google web application."

fn spec.forProvider.authSettings.google.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name that contains the client_secret value used for Google Login. Cannot be specified with client_secret."

fn spec.forProvider.authSettings.google.withOauthScopes

withOauthScopes(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. Specifies a list of OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. If not specified, \"openid\", \"profile\", and \"email\" are used as default scopes."

fn spec.forProvider.authSettings.google.withOauthScopesMixin

withOauthScopesMixin(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. Specifies a list of OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. If not specified, \"openid\", \"profile\", and \"email\" are used as default scopes."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettings.google.clientSecretSecretRef

"The OAuth 2.0 client secret that was created for the app used for authentication. Cannot be specified with client_secret_setting_name. The client secret associated with the Google web application. Cannot be specified with client_secret_setting_name."

fn spec.forProvider.authSettings.google.clientSecretSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.authSettings.google.clientSecretSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.authSettings.google.clientSecretSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.authSettings.microsoft

"A microsoft block as defined below."

fn spec.forProvider.authSettings.microsoft.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The OAuth 2.0 client ID that was created for the app used for authentication."

fn spec.forProvider.authSettings.microsoft.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. Cannot be specified with client_secret."

fn spec.forProvider.authSettings.microsoft.withOauthScopes

withOauthScopes(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. The list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, wl.basic is used as the default scope."

fn spec.forProvider.authSettings.microsoft.withOauthScopesMixin

withOauthScopesMixin(oauthScopes)

"Specifies a list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, \"wl.basic\" is used as the default scope. The list of OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. If not specified, wl.basic is used as the default scope."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettings.microsoft.clientSecretSecretRef

"The OAuth 2.0 client secret that was created for the app used for authentication. Cannot be specified with client_secret_setting_name. The OAuth 2.0 client secret that was created for the app used for authentication. Cannot be specified with client_secret_setting_name."

fn spec.forProvider.authSettings.microsoft.clientSecretSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.authSettings.microsoft.clientSecretSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.authSettings.microsoft.clientSecretSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.authSettings.twitter

"A twitter block as defined below."

fn spec.forProvider.authSettings.twitter.withConsumerKey

withConsumerKey(consumerKey)

"The OAuth 1.0a consumer key of the Twitter application used for sign-in. The OAuth 1.0a consumer key of the Twitter application used for sign-in."

fn spec.forProvider.authSettings.twitter.withConsumerSecretSettingName

withConsumerSecretSettingName(consumerSecretSettingName)

"The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. Cannot be specified with consumer_secret."

obj spec.forProvider.authSettings.twitter.consumerSecretSecretRef

"The OAuth 1.0a consumer secret of the Twitter application used for sign-in. Cannot be specified with consumer_secret_setting_name. The OAuth 1.0a consumer secret of the Twitter application used for sign-in. Cannot be specified with consumer_secret_setting_name."

fn spec.forProvider.authSettings.twitter.consumerSecretSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.authSettings.twitter.consumerSecretSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.authSettings.twitter.consumerSecretSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.authSettingsV2

"An auth_settings_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withActiveDirectoryV2

withActiveDirectoryV2(activeDirectoryV2)

"An active_directory_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withActiveDirectoryV2Mixin

withActiveDirectoryV2Mixin(activeDirectoryV2)

"An active_directory_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withAppleV2

withAppleV2(appleV2)

"An apple_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withAppleV2Mixin

withAppleV2Mixin(appleV2)

"An apple_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withAuthEnabled

withAuthEnabled(authEnabled)

"Should the AuthV2 Settings be enabled. Defaults to false. Should the AuthV2 Settings be enabled. Defaults to false"

fn spec.forProvider.authSettingsV2.withAzureStaticWebAppV2

withAzureStaticWebAppV2(azureStaticWebAppV2)

"An azure_static_web_app_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withAzureStaticWebAppV2Mixin

withAzureStaticWebAppV2Mixin(azureStaticWebAppV2)

"An azure_static_web_app_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withConfigFilePath

withConfigFilePath(configFilePath)

"The path to the App Auth settings. The path to the App Auth settings. Note: Relative Paths are evaluated from the Site Root directory."

fn spec.forProvider.authSettingsV2.withCustomOidcV2

withCustomOidcV2(customOidcV2)

"Zero or more custom_oidc_v2 blocks as defined below."

fn spec.forProvider.authSettingsV2.withCustomOidcV2Mixin

withCustomOidcV2Mixin(customOidcV2)

"Zero or more custom_oidc_v2 blocks as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withDefaultProvider

withDefaultProvider(defaultProvider)

"The Default Authentication Provider to use when more than one Authentication Provider is configured and the unauthenticated_action is set to RedirectToLoginPage. The Default Authentication Provider to use when the unauthenticated_action is set to RedirectToLoginPage."

fn spec.forProvider.authSettingsV2.withExcludedPaths

withExcludedPaths(excludedPaths)

"The paths which should be excluded from the unauthenticated_action when it is set to RedirectToLoginPage. The paths which should be excluded from the unauthenticated_action when it is set to RedirectToLoginPage."

fn spec.forProvider.authSettingsV2.withExcludedPathsMixin

withExcludedPathsMixin(excludedPaths)

"The paths which should be excluded from the unauthenticated_action when it is set to RedirectToLoginPage. The paths which should be excluded from the unauthenticated_action when it is set to RedirectToLoginPage."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withFacebookV2

withFacebookV2(facebookV2)

"A facebook_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withFacebookV2Mixin

withFacebookV2Mixin(facebookV2)

"A facebook_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withForwardProxyConvention

withForwardProxyConvention(forwardProxyConvention)

"The convention used to determine the url of the request made. Possible values include ForwardProxyConventionNoProxy, ForwardProxyConventionStandard, ForwardProxyConventionCustom. Defaults to ForwardProxyConventionNoProxy. The convention used to determine the url of the request made. Possible values include ForwardProxyConventionNoProxy, ForwardProxyConventionStandard, ForwardProxyConventionCustom. Defaults to ForwardProxyConventionNoProxy"

fn spec.forProvider.authSettingsV2.withForwardProxyCustomHostHeaderName

withForwardProxyCustomHostHeaderName(forwardProxyCustomHostHeaderName)

"The name of the custom header containing the host of the request. The name of the header containing the host of the request."

fn spec.forProvider.authSettingsV2.withForwardProxyCustomSchemeHeaderName

withForwardProxyCustomSchemeHeaderName(forwardProxyCustomSchemeHeaderName)

"The name of the custom header containing the scheme of the request. The name of the header containing the scheme of the request."

fn spec.forProvider.authSettingsV2.withGithubV2

withGithubV2(githubV2)

"A github_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withGithubV2Mixin

withGithubV2Mixin(githubV2)

"A github_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withGoogleV2

withGoogleV2(googleV2)

"A google_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withGoogleV2Mixin

withGoogleV2Mixin(googleV2)

"A google_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withHttpRouteApiPrefix

withHttpRouteApiPrefix(httpRouteApiPrefix)

"The prefix that should precede all the authentication and authorisation paths. Defaults to /.auth. The prefix that should precede all the authentication and authorisation paths. Defaults to /.auth"

fn spec.forProvider.authSettingsV2.withLogin

withLogin(login)

"A login block as defined below."

fn spec.forProvider.authSettingsV2.withLoginMixin

withLoginMixin(login)

"A login block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withMicrosoftV2

withMicrosoftV2(microsoftV2)

"A microsoft_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withMicrosoftV2Mixin

withMicrosoftV2Mixin(microsoftV2)

"A microsoft_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withRequireAuthentication

withRequireAuthentication(requireAuthentication)

"Should the authentication flow be used for all requests. Should the authentication flow be used for all requests."

fn spec.forProvider.authSettingsV2.withRequireHttps

withRequireHttps(requireHttps)

"Should HTTPS be required on connections? Defaults to true. Should HTTPS be required on connections? Defaults to true."

fn spec.forProvider.authSettingsV2.withRuntimeVersion

withRuntimeVersion(runtimeVersion)

"The Runtime Version of the Authentication and Authorisation feature of this App. Defaults to ~1. The Runtime Version of the Authentication and Authorisation feature of this App. Defaults to ~1"

fn spec.forProvider.authSettingsV2.withTwitterV2

withTwitterV2(twitterV2)

"A twitter_v2 block as defined below."

fn spec.forProvider.authSettingsV2.withTwitterV2Mixin

withTwitterV2Mixin(twitterV2)

"A twitter_v2 block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.withUnauthenticatedAction

withUnauthenticatedAction(unauthenticatedAction)

"The action to take for requests made without authentication. Possible values include RedirectToLoginPage, AllowAnonymous, Return401, and Return403. Defaults to RedirectToLoginPage. The action to take for requests made without authentication. Possible values include RedirectToLoginPage, AllowAnonymous, Return401, and Return403. Defaults to RedirectToLoginPage."

obj spec.forProvider.authSettingsV2.activeDirectoryV2

"An active_directory_v2 block as defined below."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedApplications

withAllowedApplications(allowedApplications)

"The list of allowed Applications for the Default Authorisation Policy. The list of allowed Applications for the Default Authorisation Policy."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedApplicationsMixin

withAllowedApplicationsMixin(allowedApplications)

"The list of allowed Applications for the Default Authorisation Policy. The list of allowed Applications for the Default Authorisation Policy."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedAudiences

withAllowedAudiences(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedAudiencesMixin

withAllowedAudiencesMixin(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedGroups

withAllowedGroups(allowedGroups)

"The list of allowed Group Names for the Default Authorisation Policy. The list of allowed Group Names for the Default Authorisation Policy."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedGroupsMixin

withAllowedGroupsMixin(allowedGroups)

"The list of allowed Group Names for the Default Authorisation Policy. The list of allowed Group Names for the Default Authorisation Policy."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedIdentities

withAllowedIdentities(allowedIdentities)

"The list of allowed Identities for the Default Authorisation Policy. The list of allowed Identities for the Default Authorisation Policy."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withAllowedIdentitiesMixin

withAllowedIdentitiesMixin(allowedIdentities)

"The list of allowed Identities for the Default Authorisation Policy. The list of allowed Identities for the Default Authorisation Policy."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The ID of the Client to use to authenticate with Azure Active Directory."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withClientSecretCertificateThumbprint

withClientSecretCertificateThumbprint(clientSecretCertificateThumbprint)

"The thumbprint of the certificate used for signing purposes. The thumbprint of the certificate used for signing purposes."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The App Setting name that contains the client secret of the Client."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withJwtAllowedClientApplications

withJwtAllowedClientApplications(jwtAllowedClientApplications)

"A list of Allowed Client Applications in the JWT Claim. A list of Allowed Client Applications in the JWT Claim."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withJwtAllowedClientApplicationsMixin

withJwtAllowedClientApplicationsMixin(jwtAllowedClientApplications)

"A list of Allowed Client Applications in the JWT Claim. A list of Allowed Client Applications in the JWT Claim."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withJwtAllowedGroups

withJwtAllowedGroups(jwtAllowedGroups)

"A list of Allowed Groups in the JWT Claim. A list of Allowed Groups in the JWT Claim."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withJwtAllowedGroupsMixin

withJwtAllowedGroupsMixin(jwtAllowedGroups)

"A list of Allowed Groups in the JWT Claim. A list of Allowed Groups in the JWT Claim."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withLoginParameters

withLoginParameters(loginParameters)

"A map of key-value pairs to send to the Authorisation Endpoint when a user logs in. A map of key-value pairs to send to the Authorisation Endpoint when a user logs in."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withLoginParametersMixin

withLoginParametersMixin(loginParameters)

"A map of key-value pairs to send to the Authorisation Endpoint when a user logs in. A map of key-value pairs to send to the Authorisation Endpoint when a user logs in."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withTenantAuthEndpoint

withTenantAuthEndpoint(tenantAuthEndpoint)

"The Azure Tenant Endpoint for the Authenticating Tenant. e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/ The Azure Tenant Endpoint for the Authenticating Tenant. e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/."

fn spec.forProvider.authSettingsV2.activeDirectoryV2.withWwwAuthenticationDisabled

withWwwAuthenticationDisabled(wwwAuthenticationDisabled)

"Should the www-authenticate provider should be omitted from the request? Defaults to false Should the www-authenticate provider should be omitted from the request? Defaults to false"

obj spec.forProvider.authSettingsV2.appleV2

"An apple_v2 block as defined below."

fn spec.forProvider.authSettingsV2.appleV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The OpenID Connect Client ID for the Apple web application."

fn spec.forProvider.authSettingsV2.appleV2.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name that contains the client_secret value used for Apple Login."

obj spec.forProvider.authSettingsV2.azureStaticWebAppV2

"An azure_static_web_app_v2 block as defined below."

fn spec.forProvider.authSettingsV2.azureStaticWebAppV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The ID of the Client to use to authenticate with Azure Static Web App Authentication."

obj spec.forProvider.authSettingsV2.customOidcV2

"Zero or more custom_oidc_v2 blocks as defined below."

fn spec.forProvider.authSettingsV2.customOidcV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The ID of the Client to use to authenticate with this Custom OIDC."

fn spec.forProvider.authSettingsV2.customOidcV2.withName

withName(name)

"The name which should be used for this Storage Account. The name of the Custom OIDC Authentication Provider."

fn spec.forProvider.authSettingsV2.customOidcV2.withNameClaimType

withNameClaimType(nameClaimType)

"The name of the claim that contains the users name. The name of the claim that contains the users name."

fn spec.forProvider.authSettingsV2.customOidcV2.withOpenidConfigurationEndpoint

withOpenidConfigurationEndpoint(openidConfigurationEndpoint)

"The app setting name that contains the client_secret value used for the Custom OIDC Login. The endpoint that contains all the configuration endpoints for this Custom OIDC provider."

fn spec.forProvider.authSettingsV2.customOidcV2.withScopes

withScopes(scopes)

"The list of the scopes that should be requested while authenticating. The list of the scopes that should be requested while authenticating."

fn spec.forProvider.authSettingsV2.customOidcV2.withScopesMixin

withScopesMixin(scopes)

"The list of the scopes that should be requested while authenticating. The list of the scopes that should be requested while authenticating."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettingsV2.facebookV2

"A facebook_v2 block as defined below."

fn spec.forProvider.authSettingsV2.facebookV2.withAppId

withAppId(appId)

"The App ID of the Facebook app used for login. The App ID of the Facebook app used for login."

fn spec.forProvider.authSettingsV2.facebookV2.withAppSecretSettingName

withAppSecretSettingName(appSecretSettingName)

"The app setting name that contains the app_secret value used for Facebook Login. The app setting name that contains the app_secret value used for Facebook Login."

fn spec.forProvider.authSettingsV2.facebookV2.withGraphApiVersion

withGraphApiVersion(graphApiVersion)

"The version of the Facebook API to be used while logging in. The version of the Facebook API to be used while logging in."

fn spec.forProvider.authSettingsV2.facebookV2.withLoginScopes

withLoginScopes(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. Specifies a list of scopes to be requested as part of Facebook Login authentication."

fn spec.forProvider.authSettingsV2.facebookV2.withLoginScopesMixin

withLoginScopesMixin(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. Specifies a list of scopes to be requested as part of Facebook Login authentication."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettingsV2.githubV2

"A github_v2 block as defined below."

fn spec.forProvider.authSettingsV2.githubV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The ID of the GitHub app used for login."

fn spec.forProvider.authSettingsV2.githubV2.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name that contains the client_secret value used for GitHub Login."

fn spec.forProvider.authSettingsV2.githubV2.withLoginScopes

withLoginScopes(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. Specifies a list of OAuth 2.0 scopes that will be requested as part of GitHub Login authentication."

fn spec.forProvider.authSettingsV2.githubV2.withLoginScopesMixin

withLoginScopesMixin(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. Specifies a list of OAuth 2.0 scopes that will be requested as part of GitHub Login authentication."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettingsV2.googleV2

"A google_v2 block as defined below."

fn spec.forProvider.authSettingsV2.googleV2.withAllowedAudiences

withAllowedAudiences(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed Audiences that will be requested as part of Google Sign-In authentication."

fn spec.forProvider.authSettingsV2.googleV2.withAllowedAudiencesMixin

withAllowedAudiencesMixin(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed Audiences that will be requested as part of Google Sign-In authentication."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.googleV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The OpenID Connect Client ID for the Google web application."

fn spec.forProvider.authSettingsV2.googleV2.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name that contains the client_secret value used for Google Login."

fn spec.forProvider.authSettingsV2.googleV2.withLoginScopes

withLoginScopes(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. Specifies a list of Login scopes that will be requested as part of Google Sign-In authentication."

fn spec.forProvider.authSettingsV2.googleV2.withLoginScopesMixin

withLoginScopesMixin(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. Specifies a list of Login scopes that will be requested as part of Google Sign-In authentication."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettingsV2.login

"A login block as defined below."

fn spec.forProvider.authSettingsV2.login.withAllowedExternalRedirectUrls

withAllowedExternalRedirectUrls(allowedExternalRedirectUrls)

"External URLs that can be redirected to as part of logging in or logging out of the app. This is an advanced setting typically only needed by Windows Store application backends. External URLs that can be redirected to as part of logging in or logging out of the app. This is an advanced setting typically only needed by Windows Store application backends. Note: URLs within the current domain are always implicitly allowed."

fn spec.forProvider.authSettingsV2.login.withAllowedExternalRedirectUrlsMixin

withAllowedExternalRedirectUrlsMixin(allowedExternalRedirectUrls)

"External URLs that can be redirected to as part of logging in or logging out of the app. This is an advanced setting typically only needed by Windows Store application backends. External URLs that can be redirected to as part of logging in or logging out of the app. This is an advanced setting typically only needed by Windows Store application backends. Note: URLs within the current domain are always implicitly allowed."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.login.withCookieExpirationConvention

withCookieExpirationConvention(cookieExpirationConvention)

"The method by which cookies expire. Possible values include: FixedTime, and IdentityProviderDerived. Defaults to FixedTime. The method by which cookies expire. Possible values include: FixedTime, and IdentityProviderDerived. Defaults to FixedTime."

fn spec.forProvider.authSettingsV2.login.withCookieExpirationTime

withCookieExpirationTime(cookieExpirationTime)

"The time after the request is made when the session cookie should expire. Defaults to 08:00:00. The time after the request is made when the session cookie should expire. Defaults to 08:00:00."

fn spec.forProvider.authSettingsV2.login.withLogoutEndpoint

withLogoutEndpoint(logoutEndpoint)

"The endpoint to which logout requests should be made. The endpoint to which logout requests should be made."

fn spec.forProvider.authSettingsV2.login.withNonceExpirationTime

withNonceExpirationTime(nonceExpirationTime)

"The time after the request is made when the nonce should expire. Defaults to 00:05:00. The time after the request is made when the nonce should expire. Defaults to 00:05:00."

fn spec.forProvider.authSettingsV2.login.withPreserveUrlFragmentsForLogins

withPreserveUrlFragmentsForLogins(preserveUrlFragmentsForLogins)

"Should the fragments from the request be preserved after the login request is made. Defaults to false. Should the fragments from the request be preserved after the login request is made. Defaults to false."

fn spec.forProvider.authSettingsV2.login.withTokenRefreshExtensionTime

withTokenRefreshExtensionTime(tokenRefreshExtensionTime)

"The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72 hours. The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72 hours."

fn spec.forProvider.authSettingsV2.login.withTokenStoreEnabled

withTokenStoreEnabled(tokenStoreEnabled)

"Should the Token Store configuration Enabled. Defaults to false Should the Token Store configuration Enabled. Defaults to false"

fn spec.forProvider.authSettingsV2.login.withTokenStorePath

withTokenStorePath(tokenStorePath)

"The directory path in the App Filesystem in which the tokens will be stored. The directory path in the App Filesystem in which the tokens will be stored."

fn spec.forProvider.authSettingsV2.login.withTokenStoreSasSettingName

withTokenStoreSasSettingName(tokenStoreSasSettingName)

"The name of the app setting which contains the SAS URL of the blob storage containing the tokens. The name of the app setting which contains the SAS URL of the blob storage containing the tokens."

fn spec.forProvider.authSettingsV2.login.withValidateNonce

withValidateNonce(validateNonce)

"Should the nonce be validated while completing the login flow. Defaults to true. Should the nonce be validated while completing the login flow. Defaults to true."

obj spec.forProvider.authSettingsV2.microsoftV2

"A microsoft_v2 block as defined below."

fn spec.forProvider.authSettingsV2.microsoftV2.withAllowedAudiences

withAllowedAudiences(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication."

fn spec.forProvider.authSettingsV2.microsoftV2.withAllowedAudiencesMixin

withAllowedAudiencesMixin(allowedAudiences)

"Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication. Specifies a list of Allowed Audiences that will be requested as part of Microsoft Sign-In authentication."

Note: This function appends passed data to existing values

fn spec.forProvider.authSettingsV2.microsoftV2.withClientId

withClientId(clientId)

"The OAuth 2.0 client ID that was created for the app used for authentication. The OAuth 2.0 client ID that was created for the app used for authentication."

fn spec.forProvider.authSettingsV2.microsoftV2.withClientSecretSettingName

withClientSecretSettingName(clientSecretSettingName)

"The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication."

fn spec.forProvider.authSettingsV2.microsoftV2.withLoginScopes

withLoginScopes(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. The list of Login scopes that will be requested as part of Microsoft Account authentication."

fn spec.forProvider.authSettingsV2.microsoftV2.withLoginScopesMixin

withLoginScopesMixin(loginScopes)

"The list of Login scopes that should be requested as part of Microsoft Account authentication. The list of Login scopes that will be requested as part of Microsoft Account authentication."

Note: This function appends passed data to existing values

obj spec.forProvider.authSettingsV2.twitterV2

"A twitter_v2 block as defined below."

fn spec.forProvider.authSettingsV2.twitterV2.withConsumerKey

withConsumerKey(consumerKey)

"The OAuth 1.0a consumer key of the Twitter application used for sign-in. The OAuth 1.0a consumer key of the Twitter application used for sign-in."

fn spec.forProvider.authSettingsV2.twitterV2.withConsumerSecretSettingName

withConsumerSecretSettingName(consumerSecretSettingName)

"The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in."

obj spec.forProvider.backup

"A backup block as defined below."

fn spec.forProvider.backup.withEnabled

withEnabled(enabled)

"Should this backup job be enabled? Defaults to true. Should this backup job be enabled?"

fn spec.forProvider.backup.withName

withName(name)

"The name which should be used for this Backup. The name which should be used for this Backup."

fn spec.forProvider.backup.withSchedule

withSchedule(schedule)

"A schedule block as defined below."

fn spec.forProvider.backup.withScheduleMixin

withScheduleMixin(schedule)

"A schedule block as defined below."

Note: This function appends passed data to existing values

obj spec.forProvider.backup.schedule

"A schedule block as defined below."

fn spec.forProvider.backup.schedule.withFrequencyInterval

withFrequencyInterval(frequencyInterval)

"How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and frequency_unit should be set to Day). How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and frequency_unit should be set to Day)."

fn spec.forProvider.backup.schedule.withFrequencyUnit

withFrequencyUnit(frequencyUnit)

"The unit of time for how often the backup should take place. Possible values include: Day, Hour The unit of time for how often the backup should take place. Possible values include: Day and Hour."

fn spec.forProvider.backup.schedule.withKeepAtLeastOneBackup

withKeepAtLeastOneBackup(keepAtLeastOneBackup)

"Should the service keep at least one backup, regardless of age of backup. Defaults to false. Should the service keep at least one backup, regardless of age of backup. Defaults to false."

fn spec.forProvider.backup.schedule.withRetentionPeriodDays

withRetentionPeriodDays(retentionPeriodDays)

"After how many days backups should be deleted. Defaults to 30. After how many days backups should be deleted."

fn spec.forProvider.backup.schedule.withStartTime

withStartTime(startTime)

"When the schedule should start working in RFC-3339 format. When the schedule should start working in RFC-3339 format."

obj spec.forProvider.backup.storageAccountUrlSecretRef

"The SAS URL to the container. The SAS URL to the container."

fn spec.forProvider.backup.storageAccountUrlSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.backup.storageAccountUrlSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.backup.storageAccountUrlSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.connectionString

"One or more connection_string blocks as defined below."

fn spec.forProvider.connectionString.withName

withName(name)

"The name of the connection String. The name which should be used for this Connection."

fn spec.forProvider.connectionString.withType

withType(type)

"Type of database. Possible values include: APIHub, Custom, DocDb, EventHub, MySQL, NotificationHub, PostgreSQL, RedisCache, ServiceBus, SQLAzure, and SQLServer. Type of database. Possible values include: MySQL, SQLServer, SQLAzure, Custom, NotificationHub, ServiceBus, EventHub, APIHub, DocDb, RedisCache, and PostgreSQL."

obj spec.forProvider.connectionString.valueSecretRef

"The connection string value. The connection string value."

fn spec.forProvider.connectionString.valueSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.connectionString.valueSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.connectionString.valueSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.identity

"An identity block as defined below."

fn spec.forProvider.identity.withIdentityIds

withIdentityIds(identityIds)

"A list of User Assigned Managed Identity IDs to be assigned to this Windows Web App Slot."

fn spec.forProvider.identity.withIdentityIdsMixin

withIdentityIdsMixin(identityIds)

"A list of User Assigned Managed Identity IDs to be assigned to this Windows Web App Slot."

Note: This function appends passed data to existing values

fn spec.forProvider.identity.withType

withType(type)

"Specifies the type of Managed Service Identity that should be configured on this Windows Web App Slot. Possible values are SystemAssigned, UserAssigned, SystemAssigned, UserAssigned (to enable both)."

obj spec.forProvider.logs

"A logs block as defined below."

fn spec.forProvider.logs.withApplicationLogs

withApplicationLogs(applicationLogs)

"A application_logs block as defined above."

fn spec.forProvider.logs.withApplicationLogsMixin

withApplicationLogsMixin(applicationLogs)

"A application_logs block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.logs.withDetailedErrorMessages

withDetailedErrorMessages(detailedErrorMessages)

"Should detailed error messages be enabled."

fn spec.forProvider.logs.withFailedRequestTracing

withFailedRequestTracing(failedRequestTracing)

"Should failed request tracing be enabled."

fn spec.forProvider.logs.withHttpLogs

withHttpLogs(httpLogs)

"An http_logs block as defined above."

fn spec.forProvider.logs.withHttpLogsMixin

withHttpLogsMixin(httpLogs)

"An http_logs block as defined above."

Note: This function appends passed data to existing values

obj spec.forProvider.logs.applicationLogs

"A application_logs block as defined above."

fn spec.forProvider.logs.applicationLogs.withAzureBlobStorage

withAzureBlobStorage(azureBlobStorage)

"A azure_blob_storage_http block as defined above."

fn spec.forProvider.logs.applicationLogs.withAzureBlobStorageMixin

withAzureBlobStorageMixin(azureBlobStorage)

"A azure_blob_storage_http block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.logs.applicationLogs.withFileSystemLevel

withFileSystemLevel(fileSystemLevel)

"Log level. Possible values include: Verbose, Information, Warning, and Error."

obj spec.forProvider.logs.applicationLogs.azureBlobStorage

"A azure_blob_storage_http block as defined above."

fn spec.forProvider.logs.applicationLogs.azureBlobStorage.withLevel

withLevel(level)

"The level at which to log. Possible values include Error, Warning, Information, Verbose and Off. NOTE: this field is not available for http_logs"

fn spec.forProvider.logs.applicationLogs.azureBlobStorage.withRetentionInDays

withRetentionInDays(retentionInDays)

"The retention period in days. A values of 0 means no retention."

fn spec.forProvider.logs.applicationLogs.azureBlobStorage.withSasUrl

withSasUrl(sasUrl)

"SAS url to an Azure blob container with read/write/list/delete permissions."

obj spec.forProvider.logs.httpLogs

"An http_logs block as defined above."

fn spec.forProvider.logs.httpLogs.withAzureBlobStorage

withAzureBlobStorage(azureBlobStorage)

"A azure_blob_storage_http block as defined above."

fn spec.forProvider.logs.httpLogs.withAzureBlobStorageMixin

withAzureBlobStorageMixin(azureBlobStorage)

"A azure_blob_storage_http block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.logs.httpLogs.withFileSystem

withFileSystem(fileSystem)

"A file_system block as defined above."

fn spec.forProvider.logs.httpLogs.withFileSystemMixin

withFileSystemMixin(fileSystem)

"A file_system block as defined above."

Note: This function appends passed data to existing values

obj spec.forProvider.logs.httpLogs.azureBlobStorage

"A azure_blob_storage_http block as defined above."

fn spec.forProvider.logs.httpLogs.azureBlobStorage.withRetentionInDays

withRetentionInDays(retentionInDays)

"The retention period in days. A values of 0 means no retention."

obj spec.forProvider.logs.httpLogs.azureBlobStorage.sasurlSecretRef

"SAS url to an Azure blob container with read/write/list/delete permissions."

fn spec.forProvider.logs.httpLogs.azureBlobStorage.sasurlSecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.logs.httpLogs.azureBlobStorage.sasurlSecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.logs.httpLogs.azureBlobStorage.sasurlSecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.logs.httpLogs.fileSystem

"A file_system block as defined above."

fn spec.forProvider.logs.httpLogs.fileSystem.withRetentionInDays

withRetentionInDays(retentionInDays)

"The retention period in days. A values of 0 means no retention."

fn spec.forProvider.logs.httpLogs.fileSystem.withRetentionInMb

withRetentionInMb(retentionInMb)

"The maximum size in megabytes that log files can use."

obj spec.forProvider.siteConfig

"A site_config block as defined below."

fn spec.forProvider.siteConfig.withAlwaysOn

withAlwaysOn(alwaysOn)

"If this Windows Web App Slot is Always On enabled. Defaults to true."

fn spec.forProvider.siteConfig.withApiDefinitionUrl

withApiDefinitionUrl(apiDefinitionUrl)

"The URL to the API Definition for this Windows Web App Slot."

fn spec.forProvider.siteConfig.withApiManagementApiId

withApiManagementApiId(apiManagementApiId)

"The API Management API ID this Windows Web App Slot os associated with."

fn spec.forProvider.siteConfig.withAppCommandLine

withAppCommandLine(appCommandLine)

"The App command line to launch."

fn spec.forProvider.siteConfig.withApplicationStack

withApplicationStack(applicationStack)

"A application_stack block as defined above."

fn spec.forProvider.siteConfig.withApplicationStackMixin

withApplicationStackMixin(applicationStack)

"A application_stack block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withAutoHealEnabled

withAutoHealEnabled(autoHealEnabled)

"Should Auto heal rules be enabled. Required with auto_heal_setting."

fn spec.forProvider.siteConfig.withAutoHealSetting

withAutoHealSetting(autoHealSetting)

"A auto_heal_setting block as defined above. Required with auto_heal."

fn spec.forProvider.siteConfig.withAutoHealSettingMixin

withAutoHealSettingMixin(autoHealSetting)

"A auto_heal_setting block as defined above. Required with auto_heal."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withAutoSwapSlotName

withAutoSwapSlotName(autoSwapSlotName)

"The Windows Web App Slot Name to automatically swap to when deployment to that slot is successfully completed."

fn spec.forProvider.siteConfig.withContainerRegistryManagedIdentityClientId

withContainerRegistryManagedIdentityClientId(containerRegistryManagedIdentityClientId)

"The Client ID of the Managed Service Identity to use for connections to the Azure Container Registry."

fn spec.forProvider.siteConfig.withContainerRegistryUseManagedIdentity

withContainerRegistryUseManagedIdentity(containerRegistryUseManagedIdentity)

"Should connections for Azure Container Registry use Managed Identity."

fn spec.forProvider.siteConfig.withCors

withCors(cors)

"A cors block as defined above."

fn spec.forProvider.siteConfig.withCorsMixin

withCorsMixin(cors)

"A cors block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withDefaultDocuments

withDefaultDocuments(defaultDocuments)

"Specifies a list of Default Documents for the Windows Web App Slot."

fn spec.forProvider.siteConfig.withDefaultDocumentsMixin

withDefaultDocumentsMixin(defaultDocuments)

"Specifies a list of Default Documents for the Windows Web App Slot."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withFtpsState

withFtpsState(ftpsState)

"The State of FTP / FTPS service. Possible values include: AllAllowed, FtpsOnly, Disabled."

fn spec.forProvider.siteConfig.withHealthCheckEvictionTimeInMin

withHealthCheckEvictionTimeInMin(healthCheckEvictionTimeInMin)

"The amount of time in minutes that a node can be unhealthy before being removed from the load balancer. Possible values are between 2 and 10. Only valid in conjunction with health_check_path. The amount of time in minutes that a node is unhealthy before being removed from the load balancer. Possible values are between 2 and 10. Defaults to 10. Only valid in conjunction with health_check_path"

fn spec.forProvider.siteConfig.withHealthCheckPath

withHealthCheckPath(healthCheckPath)

"The path to the Health Check."

fn spec.forProvider.siteConfig.withHttp2Enabled

withHttp2Enabled(http2Enabled)

"Should the HTTP2 be enabled?"

fn spec.forProvider.siteConfig.withIpRestriction

withIpRestriction(ipRestriction)

"One or more ip_restriction blocks as defined above."

fn spec.forProvider.siteConfig.withIpRestrictionMixin

withIpRestrictionMixin(ipRestriction)

"One or more ip_restriction blocks as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withLoadBalancingMode

withLoadBalancingMode(loadBalancingMode)

"The Site load balancing. Possible values include: WeightedRoundRobin, LeastRequests, LeastResponseTime, WeightedTotalTraffic, RequestHash, PerSiteRoundRobin. Defaults to LeastRequests if omitted."

fn spec.forProvider.siteConfig.withLocalMysqlEnabled

withLocalMysqlEnabled(localMysqlEnabled)

"Use Local MySQL. Defaults to false."

fn spec.forProvider.siteConfig.withManagedPipelineMode

withManagedPipelineMode(managedPipelineMode)

"Managed pipeline mode. Possible values include: Integrated, Classic."

fn spec.forProvider.siteConfig.withMinimumTlsVersion

withMinimumTlsVersion(minimumTlsVersion)

"The configures the minimum version of TLS required for SSL requests. Possible values include: 1.0, 1.1, and 1.2. Defaults to 1.2."

fn spec.forProvider.siteConfig.withRemoteDebuggingEnabled

withRemoteDebuggingEnabled(remoteDebuggingEnabled)

"Should Remote Debugging be enabled. Defaults to false."

fn spec.forProvider.siteConfig.withRemoteDebuggingVersion

withRemoteDebuggingVersion(remoteDebuggingVersion)

"The Remote Debugging Version. Possible values include VS2017 and VS2019"

fn spec.forProvider.siteConfig.withScmIpRestriction

withScmIpRestriction(scmIpRestriction)

"One or more scm_ip_restriction blocks as defined above."

fn spec.forProvider.siteConfig.withScmIpRestrictionMixin

withScmIpRestrictionMixin(scmIpRestriction)

"One or more scm_ip_restriction blocks as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withScmMinimumTlsVersion

withScmMinimumTlsVersion(scmMinimumTlsVersion)

"The configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: 1.0, 1.1, and 1.2. Defaults to 1.2."

fn spec.forProvider.siteConfig.withScmUseMainIpRestriction

withScmUseMainIpRestriction(scmUseMainIpRestriction)

"Should the Windows Web App Slot ip_restriction configuration be used for the SCM also."

fn spec.forProvider.siteConfig.withUse32BitWorker

withUse32BitWorker(use32BitWorker)

"Should the Windows Web App Slotuse a 32-bit worker. Defaults to true."

fn spec.forProvider.siteConfig.withVirtualApplication

withVirtualApplication(virtualApplication)

"One or more virtual_application blocks as defined below."

fn spec.forProvider.siteConfig.withVirtualApplicationMixin

withVirtualApplicationMixin(virtualApplication)

"One or more virtual_application blocks as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.withVnetRouteAllEnabled

withVnetRouteAllEnabled(vnetRouteAllEnabled)

"Should all outbound traffic to have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to false. Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied? Defaults to false."

fn spec.forProvider.siteConfig.withWebsocketsEnabled

withWebsocketsEnabled(websocketsEnabled)

"Should Web Sockets be enabled. Defaults to false."

fn spec.forProvider.siteConfig.withWorkerCount

withWorkerCount(workerCount)

"The number of Workers for this Windows App Service Slot."

obj spec.forProvider.siteConfig.applicationStack

"A application_stack block as defined above."

fn spec.forProvider.siteConfig.applicationStack.withCurrentStack

withCurrentStack(currentStack)

"The Application Stack for the Windows Web App. Possible values include dotnet, dotnetcore, node, python, php, and java."

fn spec.forProvider.siteConfig.applicationStack.withDockerContainerName

withDockerContainerName(dockerContainerName)

"The name of the Docker Container. For example azure-app-service/samples/aspnethelloworld"

fn spec.forProvider.siteConfig.applicationStack.withDockerContainerRegistry

withDockerContainerRegistry(dockerContainerRegistry)

"The registry Host on which the specified Docker Container can be located. For example mcr.microsoft.com"

fn spec.forProvider.siteConfig.applicationStack.withDockerContainerTag

withDockerContainerTag(dockerContainerTag)

"The Image Tag of the specified Docker Container to use. For example latest"

fn spec.forProvider.siteConfig.applicationStack.withDotnetCoreVersion

withDotnetCoreVersion(dotnetCoreVersion)

"The version of .NET to use when current_stack is set to dotnetcore. Possible values include v4.0. The version of DotNetCore to use."

fn spec.forProvider.siteConfig.applicationStack.withDotnetVersion

withDotnetVersion(dotnetVersion)

"The version of .NET to use when current_stack is set to dotnet. Possible values include v2.0,v3.0, v4.0, v5.0, v6.0 and v7.0."

fn spec.forProvider.siteConfig.applicationStack.withJavaContainer

withJavaContainer(javaContainer)

fn spec.forProvider.siteConfig.applicationStack.withJavaContainerVersion

withJavaContainerVersion(javaContainerVersion)

fn spec.forProvider.siteConfig.applicationStack.withJavaEmbeddedServerEnabled

withJavaEmbeddedServerEnabled(javaEmbeddedServerEnabled)

"Should the Java Embedded Server (Java SE) be used to run the app. Should the application use the embedded web server for the version of Java in use."

fn spec.forProvider.siteConfig.applicationStack.withJavaVersion

withJavaVersion(javaVersion)

"The version of Java to use when current_stack is set to java. Possible values include 1.7, 1.8, 11 and 17. Required with java_container and java_container_version."

fn spec.forProvider.siteConfig.applicationStack.withNodeVersion

withNodeVersion(nodeVersion)

"The version of node to use when current_stack is set to node. Possible values include ~12, ~14, ~16, and ~18."

fn spec.forProvider.siteConfig.applicationStack.withPhpVersion

withPhpVersion(phpVersion)

"The version of PHP to use when current_stack is set to php. Possible values are 7.1, 7.4 and Off."

fn spec.forProvider.siteConfig.applicationStack.withPython

withPython(python)

"The app is a Python app. Defaults to false."

fn spec.forProvider.siteConfig.applicationStack.withPythonVersion

withPythonVersion(pythonVersion)

fn spec.forProvider.siteConfig.applicationStack.withTomcatVersion

withTomcatVersion(tomcatVersion)

"The version of Tomcat the Java App should use."

obj spec.forProvider.siteConfig.autoHealSetting

"A auto_heal_setting block as defined above. Required with auto_heal."

fn spec.forProvider.siteConfig.autoHealSetting.withAction

withAction(action)

"The action to take. Possible values are Allow or Deny."

fn spec.forProvider.siteConfig.autoHealSetting.withActionMixin

withActionMixin(action)

"The action to take. Possible values are Allow or Deny."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.autoHealSetting.withTrigger

withTrigger(trigger)

"A trigger block as defined below."

fn spec.forProvider.siteConfig.autoHealSetting.withTriggerMixin

withTriggerMixin(trigger)

"A trigger block as defined below."

Note: This function appends passed data to existing values

obj spec.forProvider.siteConfig.autoHealSetting.action

"The action to take. Possible values are Allow or Deny."

fn spec.forProvider.siteConfig.autoHealSetting.action.withActionType

withActionType(actionType)

"Predefined action to be taken to an Auto Heal trigger. Possible values are CustomAction, LogEvent and Recycle."

fn spec.forProvider.siteConfig.autoHealSetting.action.withCustomAction

withCustomAction(customAction)

"A custom_action block as defined below."

fn spec.forProvider.siteConfig.autoHealSetting.action.withCustomActionMixin

withCustomActionMixin(customAction)

"A custom_action block as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.autoHealSetting.action.withMinimumProcessExecutionTime

withMinimumProcessExecutionTime(minimumProcessExecutionTime)

"The minimum amount of time in hh:mm:ss the Windows Web App Slot must have been running before the defined action will be run in the event of a trigger."

obj spec.forProvider.siteConfig.autoHealSetting.action.customAction

"A custom_action block as defined below."

fn spec.forProvider.siteConfig.autoHealSetting.action.customAction.withExecutable

withExecutable(executable)

"The executable to run for the custom_action."

fn spec.forProvider.siteConfig.autoHealSetting.action.customAction.withParameters

withParameters(parameters)

"The parameters to pass to the specified executable."

obj spec.forProvider.siteConfig.autoHealSetting.trigger

"A trigger block as defined below."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withPrivateMemoryKb

withPrivateMemoryKb(privateMemoryKb)

"The amount of Private Memory to be consumed for this rule to trigger. Possible values are between 102400 and 13631488."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withRequests

withRequests(requests)

"A requests block as defined above."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withRequestsMixin

withRequestsMixin(requests)

"A requests block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withSlowRequest

withSlowRequest(slowRequest)

"One or more slow_request blocks as defined above."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withSlowRequestMixin

withSlowRequestMixin(slowRequest)

"One or more slow_request blocks as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withStatusCode

withStatusCode(statusCode)

"One or more status_code blocks as defined above."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.withStatusCodeMixin

withStatusCodeMixin(statusCode)

"One or more status_code blocks as defined above."

Note: This function appends passed data to existing values

obj spec.forProvider.siteConfig.autoHealSetting.trigger.requests

"A requests block as defined above."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.requests.withCount

withCount(count)

"The number of occurrences of the defined status_code in the specified interval on which to trigger this rule."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.requests.withInterval

withInterval(interval)

"The time interval in the form hh:mm:ss."

obj spec.forProvider.siteConfig.autoHealSetting.trigger.slowRequest

"One or more slow_request blocks as defined above."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.slowRequest.withCount

withCount(count)

"The number of occurrences of the defined status_code in the specified interval on which to trigger this rule."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.slowRequest.withInterval

withInterval(interval)

"The time interval in the form hh:mm:ss."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.slowRequest.withPath

withPath(path)

"The path to which this rule status code applies."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.slowRequest.withTimeTaken

withTimeTaken(timeTaken)

"The threshold of time passed to qualify as a Slow Request in hh:mm:ss."

obj spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode

"One or more status_code blocks as defined above."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.withCount

withCount(count)

"The number of occurrences of the defined status_code in the specified interval on which to trigger this rule."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.withInterval

withInterval(interval)

"The time interval in the form hh:mm:ss."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.withPath

withPath(path)

"The path to which this rule status code applies."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.withStatusCodeRange

withStatusCodeRange(statusCodeRange)

"The status code for this rule, accepts single status codes and status code ranges. e.g. 500 or 400-499. Possible values are integers between 101 and 599"

fn spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.withSubStatus

withSubStatus(subStatus)

"The Request Sub Status of the Status Code."

fn spec.forProvider.siteConfig.autoHealSetting.trigger.statusCode.withWin32Status

withWin32Status(win32Status)

"The Win32 Status Code of the Request."

obj spec.forProvider.siteConfig.cors

"A cors block as defined above."

fn spec.forProvider.siteConfig.cors.withAllowedOrigins

withAllowedOrigins(allowedOrigins)

"Specifies a list of origins that should be allowed to make cross-origin calls. Specifies a list of origins that should be allowed to make cross-origin calls."

fn spec.forProvider.siteConfig.cors.withAllowedOriginsMixin

withAllowedOriginsMixin(allowedOrigins)

"Specifies a list of origins that should be allowed to make cross-origin calls. Specifies a list of origins that should be allowed to make cross-origin calls."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.cors.withSupportCredentials

withSupportCredentials(supportCredentials)

"Whether CORS requests with credentials are allowed. Defaults to false Are credentials allowed in CORS requests? Defaults to false."

obj spec.forProvider.siteConfig.ipRestriction

"One or more ip_restriction blocks as defined above."

fn spec.forProvider.siteConfig.ipRestriction.withAction

withAction(action)

"The action to take. Possible values are Allow or Deny."

fn spec.forProvider.siteConfig.ipRestriction.withHeaders

withHeaders(headers)

"A headers block as defined above."

fn spec.forProvider.siteConfig.ipRestriction.withHeadersMixin

withHeadersMixin(headers)

"A headers block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.ipRestriction.withIpAddress

withIpAddress(ipAddress)

"The CIDR notation of the IP or IP Range to match. For example: 10.0.0.0/24 or 192.168.10.1/32"

fn spec.forProvider.siteConfig.ipRestriction.withName

withName(name)

"The name which should be used for this Storage Account."

fn spec.forProvider.siteConfig.ipRestriction.withPriority

withPriority(priority)

"The priority value of this ip_restriction. Defaults to 65000."

fn spec.forProvider.siteConfig.ipRestriction.withServiceTag

withServiceTag(serviceTag)

"The Service Tag used for this IP Restriction."

fn spec.forProvider.siteConfig.ipRestriction.withVirtualNetworkSubnetId

withVirtualNetworkSubnetId(virtualNetworkSubnetId)

"The subnet id which will be used by this Web App Slot for regional virtual network integration."

obj spec.forProvider.siteConfig.ipRestriction.headers

"A headers block as defined above."

fn spec.forProvider.siteConfig.ipRestriction.headers.withXAzureFdid

withXAzureFdid(xAzureFdid)

"Specifies a list of Azure Front Door IDs."

fn spec.forProvider.siteConfig.ipRestriction.headers.withXAzureFdidMixin

withXAzureFdidMixin(xAzureFdid)

"Specifies a list of Azure Front Door IDs."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.ipRestriction.headers.withXFdHealthProbe

withXFdHealthProbe(xFdHealthProbe)

"Specifies if a Front Door Health Probe should be expected. The only possible value is 1."

fn spec.forProvider.siteConfig.ipRestriction.headers.withXFdHealthProbeMixin

withXFdHealthProbeMixin(xFdHealthProbe)

"Specifies if a Front Door Health Probe should be expected. The only possible value is 1."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.ipRestriction.headers.withXForwardedFor

withXForwardedFor(xForwardedFor)

"Specifies a list of addresses for which matching should be applied. Omitting this value means allow any."

fn spec.forProvider.siteConfig.ipRestriction.headers.withXForwardedForMixin

withXForwardedForMixin(xForwardedFor)

"Specifies a list of addresses for which matching should be applied. Omitting this value means allow any."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.ipRestriction.headers.withXForwardedHost

withXForwardedHost(xForwardedHost)

"Specifies a list of Hosts for which matching should be applied."

fn spec.forProvider.siteConfig.ipRestriction.headers.withXForwardedHostMixin

withXForwardedHostMixin(xForwardedHost)

"Specifies a list of Hosts for which matching should be applied."

Note: This function appends passed data to existing values

obj spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdRef

"Reference to a Subnet in network to populate virtualNetworkSubnetId."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdRef.policy

"Policies for referencing."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector

"Selector for a Subnet in network to populate virtualNetworkSubnetId."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector.policy

"Policies for selection."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.siteConfig.ipRestriction.virtualNetworkSubnetIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.siteConfig.scmIpRestriction

"One or more scm_ip_restriction blocks as defined above."

fn spec.forProvider.siteConfig.scmIpRestriction.withAction

withAction(action)

"The action to take. Possible values are Allow or Deny."

fn spec.forProvider.siteConfig.scmIpRestriction.withHeaders

withHeaders(headers)

"A headers block as defined above."

fn spec.forProvider.siteConfig.scmIpRestriction.withHeadersMixin

withHeadersMixin(headers)

"A headers block as defined above."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.scmIpRestriction.withIpAddress

withIpAddress(ipAddress)

"The CIDR notation of the IP or IP Range to match. For example: 10.0.0.0/24 or 192.168.10.1/32"

fn spec.forProvider.siteConfig.scmIpRestriction.withName

withName(name)

"The name which should be used for this Storage Account."

fn spec.forProvider.siteConfig.scmIpRestriction.withPriority

withPriority(priority)

"The priority value of this ip_restriction. Defaults to 65000."

fn spec.forProvider.siteConfig.scmIpRestriction.withServiceTag

withServiceTag(serviceTag)

"The Service Tag used for this IP Restriction."

fn spec.forProvider.siteConfig.scmIpRestriction.withVirtualNetworkSubnetId

withVirtualNetworkSubnetId(virtualNetworkSubnetId)

"The subnet id which will be used by this Web App Slot for regional virtual network integration."

obj spec.forProvider.siteConfig.scmIpRestriction.headers

"A headers block as defined above."

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXAzureFdid

withXAzureFdid(xAzureFdid)

"Specifies a list of Azure Front Door IDs."

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXAzureFdidMixin

withXAzureFdidMixin(xAzureFdid)

"Specifies a list of Azure Front Door IDs."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXFdHealthProbe

withXFdHealthProbe(xFdHealthProbe)

"Specifies if a Front Door Health Probe should be expected. The only possible value is 1."

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXFdHealthProbeMixin

withXFdHealthProbeMixin(xFdHealthProbe)

"Specifies if a Front Door Health Probe should be expected. The only possible value is 1."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXForwardedFor

withXForwardedFor(xForwardedFor)

"Specifies a list of addresses for which matching should be applied. Omitting this value means allow any."

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXForwardedForMixin

withXForwardedForMixin(xForwardedFor)

"Specifies a list of addresses for which matching should be applied. Omitting this value means allow any."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXForwardedHost

withXForwardedHost(xForwardedHost)

"Specifies a list of Hosts for which matching should be applied."

fn spec.forProvider.siteConfig.scmIpRestriction.headers.withXForwardedHostMixin

withXForwardedHostMixin(xForwardedHost)

"Specifies a list of Hosts for which matching should be applied."

Note: This function appends passed data to existing values

obj spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdRef

"Reference to a Subnet in network to populate virtualNetworkSubnetId."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdRef.policy

"Policies for referencing."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector

"Selector for a Subnet in network to populate virtualNetworkSubnetId."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector.policy

"Policies for selection."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.siteConfig.scmIpRestriction.virtualNetworkSubnetIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.siteConfig.virtualApplication

"One or more virtual_application blocks as defined below."

fn spec.forProvider.siteConfig.virtualApplication.withPhysicalPath

withPhysicalPath(physicalPath)

"The physical path for the Virtual Application."

fn spec.forProvider.siteConfig.virtualApplication.withPreload

withPreload(preload)

"Should pre-loading be enabled."

fn spec.forProvider.siteConfig.virtualApplication.withVirtualDirectory

withVirtualDirectory(virtualDirectory)

"One or more virtual_directory blocks as defined below."

fn spec.forProvider.siteConfig.virtualApplication.withVirtualDirectoryMixin

withVirtualDirectoryMixin(virtualDirectory)

"One or more virtual_directory blocks as defined below."

Note: This function appends passed data to existing values

fn spec.forProvider.siteConfig.virtualApplication.withVirtualPath

withVirtualPath(virtualPath)

"The Virtual Path for the Virtual Application."

obj spec.forProvider.siteConfig.virtualApplication.virtualDirectory

"One or more virtual_directory blocks as defined below."

fn spec.forProvider.siteConfig.virtualApplication.virtualDirectory.withPhysicalPath

withPhysicalPath(physicalPath)

"The physical path for the Virtual Application."

fn spec.forProvider.siteConfig.virtualApplication.virtualDirectory.withVirtualPath

withVirtualPath(virtualPath)

"The Virtual Path for the Virtual Application."

obj spec.forProvider.storageAccount

"One or more storage_account blocks as defined below."

fn spec.forProvider.storageAccount.withAccountName

withAccountName(accountName)

"The Name of the Storage Account."

fn spec.forProvider.storageAccount.withMountPath

withMountPath(mountPath)

"The path at which to mount the storage share."

fn spec.forProvider.storageAccount.withName

withName(name)

"The name which should be used for this Storage Account."

fn spec.forProvider.storageAccount.withShareName

withShareName(shareName)

"The Name of the File Share or Container Name for Blob storage."

fn spec.forProvider.storageAccount.withType

withType(type)

"The Azure Storage Type. Possible values include AzureFiles and AzureBlob"

obj spec.forProvider.storageAccount.accessKeySecretRef

"The Access key for the storage account."

fn spec.forProvider.storageAccount.accessKeySecretRef.withKey

withKey(key)

"The key to select."

fn spec.forProvider.storageAccount.accessKeySecretRef.withName

withName(name)

"Name of the secret."

fn spec.forProvider.storageAccount.accessKeySecretRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."

obj spec.forProvider.virtualNetworkSubnetIdRef

"Reference to a Subnet in network to populate virtualNetworkSubnetId."

fn spec.forProvider.virtualNetworkSubnetIdRef.withName

withName(name)

"Name of the referenced object."

obj spec.forProvider.virtualNetworkSubnetIdRef.policy

"Policies for referencing."

fn spec.forProvider.virtualNetworkSubnetIdRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.virtualNetworkSubnetIdRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.forProvider.virtualNetworkSubnetIdSelector

"Selector for a Subnet in network to populate virtualNetworkSubnetId."

fn spec.forProvider.virtualNetworkSubnetIdSelector.withMatchControllerRef

withMatchControllerRef(matchControllerRef)

"MatchControllerRef ensures an object with the same controller reference as the selecting object is selected."

fn spec.forProvider.virtualNetworkSubnetIdSelector.withMatchLabels

withMatchLabels(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

fn spec.forProvider.virtualNetworkSubnetIdSelector.withMatchLabelsMixin

withMatchLabelsMixin(matchLabels)

"MatchLabels ensures an object with matching labels is selected."

Note: This function appends passed data to existing values

obj spec.forProvider.virtualNetworkSubnetIdSelector.policy

"Policies for selection."

fn spec.forProvider.virtualNetworkSubnetIdSelector.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.forProvider.virtualNetworkSubnetIdSelector.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.providerConfigRef

"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured."

fn spec.providerConfigRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerConfigRef.policy

"Policies for referencing."

fn spec.providerConfigRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerConfigRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.providerRef

"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef"

fn spec.providerRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerRef.policy

"Policies for referencing."

fn spec.providerRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo

"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource."

fn spec.publishConnectionDetailsTo.withName

withName(name)

"Name is the name of the connection secret."

obj spec.publishConnectionDetailsTo.configRef

"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret."

fn spec.publishConnectionDetailsTo.configRef.withName

withName(name)

"Name of the referenced object."

obj spec.publishConnectionDetailsTo.configRef.policy

"Policies for referencing."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo.metadata

"Metadata is the metadata for connection secret."

fn spec.publishConnectionDetailsTo.metadata.withAnnotations

withAnnotations(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withLabels

withLabels(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withType

withType(type)

"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores."

obj spec.writeConnectionSecretToRef

"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other."

fn spec.writeConnectionSecretToRef.withName

withName(name)

"Name of the secret."

fn spec.writeConnectionSecretToRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."