Exemple #1
0
        private VnetRouteResponse(
            string?endAddress,

            string id,

            string?kind,

            string name,

            string?routeType,

            string?startAddress,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            EndAddress   = endAddress;
            Id           = id;
            Kind         = kind;
            Name         = name;
            RouteType    = routeType;
            StartAddress = startAddress;
            SystemData   = systemData;
            Type         = type;
        }
Exemple #2
0
        private TokenStoreResponse(
            Outputs.BlobStorageTokenStoreResponse?azureBlobStorage,

            bool?enabled,

            Outputs.FileSystemTokenStoreResponse?fileSystem,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            double?tokenRefreshExtensionHours,

            string type)
        {
            AzureBlobStorage = azureBlobStorage;
            Enabled          = enabled;
            FileSystem       = fileSystem;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            TokenRefreshExtensionHours = tokenRefreshExtensionHours;
            Type = type;
        }
Exemple #3
0
        private OpenIdConnectRegistrationResponse(
            Outputs.OpenIdConnectClientCredentialResponse?clientCredential,

            string?clientId,

            string id,

            string?kind,

            string name,

            Outputs.OpenIdConnectConfigResponse?openIdConnectConfiguration,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ClientCredential = clientCredential;
            ClientId         = clientId;
            Id   = id;
            Kind = kind;
            Name = name;
            OpenIdConnectConfiguration = openIdConnectConfiguration;
            SystemData = systemData;
            Type       = type;
        }
Exemple #4
0
        private ForwardProxyResponse(
            string?convention,

            string?customHostHeaderName,

            string?customProtoHeaderName,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Convention            = convention;
            CustomHostHeaderName  = customHostHeaderName;
            CustomProtoHeaderName = customProtoHeaderName;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Exemple #5
0
        private CustomOpenIdConnectProviderResponse(
            bool?enabled,

            string id,

            string?kind,

            Outputs.OpenIdConnectLoginResponse?login,

            string name,

            Outputs.OpenIdConnectRegistrationResponse?registration,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Enabled      = enabled;
            Id           = id;
            Kind         = kind;
            Login        = login;
            Name         = name;
            Registration = registration;
            SystemData   = systemData;
            Type         = type;
        }
Exemple #6
0
        private LoginResponse(
            ImmutableArray <string> allowedExternalRedirectUrls,

            Outputs.CookieExpirationResponse?cookieExpiration,

            string id,

            string?kind,

            string name,

            Outputs.NonceResponse?nonce,

            bool?preserveUrlFragmentsForLogins,

            Outputs.LoginRoutesResponse?routes,

            Outputs.SystemDataResponse systemData,

            Outputs.TokenStoreResponse?tokenStore,

            string type)
        {
            AllowedExternalRedirectUrls = allowedExternalRedirectUrls;
            CookieExpiration            = cookieExpiration;
            Id    = id;
            Kind  = kind;
            Name  = name;
            Nonce = nonce;
            PreserveUrlFragmentsForLogins = preserveUrlFragmentsForLogins;
            Routes     = routes;
            SystemData = systemData;
            TokenStore = tokenStore;
            Type       = type;
        }
Exemple #7
0
        private AuthPlatformResponse(
            string?configFilePath,

            bool?enabled,

            string id,

            string?kind,

            string name,

            string?runtimeVersion,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ConfigFilePath = configFilePath;
            Enabled        = enabled;
            Id             = id;
            Kind           = kind;
            Name           = name;
            RuntimeVersion = runtimeVersion;
            SystemData     = systemData;
            Type           = type;
        }
Exemple #8
0
        private AzureActiveDirectoryResponse(
            bool?enabled,

            string id,

            bool?isAutoProvisioned,

            string?kind,

            Outputs.AzureActiveDirectoryLoginResponse?login,

            string name,

            Outputs.AzureActiveDirectoryRegistrationResponse?registration,

            Outputs.SystemDataResponse systemData,

            string type,

            Outputs.AzureActiveDirectoryValidationResponse?validation)
        {
            Enabled           = enabled;
            Id                = id;
            IsAutoProvisioned = isAutoProvisioned;
            Kind              = kind;
            Login             = login;
            Name              = name;
            Registration      = registration;
            SystemData        = systemData;
            Type              = type;
            Validation        = validation;
        }
Exemple #9
0
        private StaticSiteUserARMResourceResponseResult(
            string displayName,

            string id,

            string?kind,

            string name,

            string provider,

            string?roles,

            Outputs.SystemDataResponse systemData,

            string type,

            string userId)
        {
            DisplayName = displayName;
            Id          = id;
            Kind        = kind;
            Name        = name;
            Provider    = provider;
            Roles       = roles;
            SystemData  = systemData;
            Type        = type;
            UserId      = userId;
        }
Exemple #10
0
        private IdentityProvidersResponse(
            Outputs.AzureActiveDirectoryResponse?azureActiveDirectory,

            ImmutableDictionary <string, Outputs.CustomOpenIdConnectProviderResponse>?customOpenIdConnectProviders,

            Outputs.FacebookResponse?facebook,

            Outputs.GitHubResponse?gitHub,

            Outputs.GoogleResponse?google,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            Outputs.TwitterResponse?twitter,

            string type)
        {
            AzureActiveDirectory         = azureActiveDirectory;
            CustomOpenIdConnectProviders = customOpenIdConnectProviders;
            Facebook   = facebook;
            GitHub     = gitHub;
            Google     = google;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Twitter    = twitter;
            Type       = type;
        }
Exemple #11
0
        private GoogleResponse(
            bool?enabled,

            string id,

            string?kind,

            Outputs.LoginScopesResponse?login,

            string name,

            Outputs.ClientRegistrationResponse?registration,

            Outputs.SystemDataResponse systemData,

            string type,

            Outputs.AllowedAudiencesValidationResponse?validation)
        {
            Enabled      = enabled;
            Id           = id;
            Kind         = kind;
            Login        = login;
            Name         = name;
            Registration = registration;
            SystemData   = systemData;
            Type         = type;
            Validation   = validation;
        }
Exemple #12
0
        private FacebookResponse(
            bool?enabled,

            string?graphApiVersion,

            string id,

            string?kind,

            Outputs.LoginScopesResponse?login,

            string name,

            Outputs.AppRegistrationResponse?registration,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Enabled         = enabled;
            GraphApiVersion = graphApiVersion;
            Id           = id;
            Kind         = kind;
            Login        = login;
            Name         = name;
            Registration = registration;
            SystemData   = systemData;
            Type         = type;
        }
Exemple #13
0
        private HttpSettingsResponse(
            Outputs.ForwardProxyResponse?forwardProxy,

            string id,

            string?kind,

            string name,

            bool?requireHttps,

            Outputs.HttpSettingsRoutesResponse?routes,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ForwardProxy = forwardProxy;
            Id           = id;
            Kind         = kind;
            Name         = name;
            RequireHttps = requireHttps;
            Routes       = routes;
            SystemData   = systemData;
            Type         = type;
        }
Exemple #14
0
        private GitHubResponse(
            bool?enabled,

            string id,

            string?kind,

            Outputs.LoginScopesResponse?login,

            string name,

            Outputs.ClientRegistrationResponse?registration,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Enabled      = enabled;
            Id           = id;
            Kind         = kind;
            Login        = login;
            Name         = name;
            Registration = registration;
            SystemData   = systemData;
            Type         = type;
        }
Exemple #15
0
        private GlobalValidationResponse(
            ImmutableArray <string> excludedPaths,

            string id,

            string?kind,

            string name,

            string?redirectToProvider,

            bool?requireAuthentication,

            Outputs.SystemDataResponse systemData,

            string type,

            string?unauthenticatedClientAction)
        {
            ExcludedPaths               = excludedPaths;
            Id                          = id;
            Kind                        = kind;
            Name                        = name;
            RedirectToProvider          = redirectToProvider;
            RequireAuthentication       = requireAuthentication;
            SystemData                  = systemData;
            Type                        = type;
            UnauthenticatedClientAction = unauthenticatedClientAction;
        }
Exemple #16
0
        private OpenIdConnectConfigResponse(
            string?authorizationEndpoint,

            string?certificationUri,

            string id,

            string?issuer,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string?tokenEndpoint,

            string type,

            string?wellKnownOpenIdConfiguration)
        {
            AuthorizationEndpoint = authorizationEndpoint;
            CertificationUri      = certificationUri;
            Id            = id;
            Issuer        = issuer;
            Kind          = kind;
            Name          = name;
            SystemData    = systemData;
            TokenEndpoint = tokenEndpoint;
            Type          = type;
            WellKnownOpenIdConfiguration = wellKnownOpenIdConfiguration;
        }
Exemple #17
0
        private AzureActiveDirectoryRegistrationResponse(
            string?clientId,

            string?clientSecretCertificateThumbprint,

            string?clientSecretSettingName,

            string id,

            string?kind,

            string name,

            string?openIdIssuer,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ClientId = clientId;
            ClientSecretCertificateThumbprint = clientSecretCertificateThumbprint;
            ClientSecretSettingName           = clientSecretSettingName;
            Id           = id;
            Kind         = kind;
            Name         = name;
            OpenIdIssuer = openIdIssuer;
            SystemData   = systemData;
            Type         = type;
        }
Exemple #18
0
        private PushSettingsResponse(
            string?dynamicTagsJson,

            string id,

            bool isPushEnabled,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string?tagWhitelistJson,

            string?tagsRequiringAuth,

            string type)
        {
            DynamicTagsJson = dynamicTagsJson;
            Id                = id;
            IsPushEnabled     = isPushEnabled;
            Kind              = kind;
            Name              = name;
            SystemData        = systemData;
            TagWhitelistJson  = tagWhitelistJson;
            TagsRequiringAuth = tagsRequiringAuth;
            Type              = type;
        }
Exemple #19
0
        private BackupItemResponseResult(
            int backupId,

            string blobName,

            string correlationId,

            string created,

            ImmutableArray <Outputs.DatabaseBackupSettingResponse> databases,

            string finishedTimeStamp,

            string id,

            string?kind,

            string lastRestoreTimeStamp,

            string log,

            string name,

            bool scheduled,

            double sizeInBytes,

            string status,

            string storageAccountUrl,

            Outputs.SystemDataResponse systemData,

            string type,

            double websiteSizeInBytes)
        {
            BackupId          = backupId;
            BlobName          = blobName;
            CorrelationId     = correlationId;
            Created           = created;
            Databases         = databases;
            FinishedTimeStamp = finishedTimeStamp;
            Id   = id;
            Kind = kind;
            LastRestoreTimeStamp = lastRestoreTimeStamp;
            Log                = log;
            Name               = name;
            Scheduled          = scheduled;
            SizeInBytes        = sizeInBytes;
            Status             = status;
            StorageAccountUrl  = storageAccountUrl;
            SystemData         = systemData;
            Type               = type;
            WebsiteSizeInBytes = websiteSizeInBytes;
        }
Exemple #20
0
        private LoginScopesResponse(
            string id,

            string?kind,

            string name,

            ImmutableArray <string> scopes,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Id         = id;
            Kind       = kind;
            Name       = name;
            Scopes     = scopes;
            SystemData = systemData;
            Type       = type;
        }
Exemple #21
0
        private AllowedAudiencesValidationResponse(
            ImmutableArray <string> allowedAudiences,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            AllowedAudiences = allowedAudiences;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Exemple #22
0
        private LoginRoutesResponse(
            string id,

            string?kind,

            string?logoutEndpoint,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Id             = id;
            Kind           = kind;
            LogoutEndpoint = logoutEndpoint;
            Name           = name;
            SystemData     = systemData;
            Type           = type;
        }
Exemple #23
0
        private IdentifierResponseResult(
            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type,

            string?value)
        {
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
            Value      = value;
        }
Exemple #24
0
        private BlobStorageTokenStoreResponse(
            string id,

            string?kind,

            string name,

            string?sasUrlSettingName,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Id   = id;
            Kind = kind;
            Name = name;
            SasUrlSettingName = sasUrlSettingName;
            SystemData        = systemData;
            Type = type;
        }
Exemple #25
0
        private FileSystemTokenStoreResponse(
            string?directory,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            Directory  = directory;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Exemple #26
0
        private HttpSettingsRoutesResponse(
            string?apiPrefix,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ApiPrefix  = apiPrefix;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Exemple #27
0
        private NonceResponse(
            string id,

            string?kind,

            string name,

            string?nonceExpirationInterval,

            Outputs.SystemDataResponse systemData,

            string type,

            bool?validateNonce)
        {
            Id   = id;
            Kind = kind;
            Name = name;
            NonceExpirationInterval = nonceExpirationInterval;
            SystemData    = systemData;
            Type          = type;
            ValidateNonce = validateNonce;
        }
Exemple #28
0
        private OpenIdConnectClientCredentialResponse(
            string?clientSecretSettingName,

            string id,

            string?kind,

            string?method,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ClientSecretSettingName = clientSecretSettingName;
            Id         = id;
            Kind       = kind;
            Method     = method;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Exemple #29
0
        private TwitterRegistrationResponse(
            string?consumerKey,

            string?consumerSecretSettingName,

            string id,

            string?kind,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            ConsumerKey = consumerKey;
            ConsumerSecretSettingName = consumerSecretSettingName;
            Id         = id;
            Kind       = kind;
            Name       = name;
            SystemData = systemData;
            Type       = type;
        }
Exemple #30
0
        private AzureActiveDirectoryLoginResponse(
            bool?disableWWWAuthenticate,

            string id,

            string?kind,

            ImmutableArray <string> loginParameters,

            string name,

            Outputs.SystemDataResponse systemData,

            string type)
        {
            DisableWWWAuthenticate = disableWWWAuthenticate;
            Id              = id;
            Kind            = kind;
            LoginParameters = loginParameters;
            Name            = name;
            SystemData      = systemData;
            Type            = type;
        }