@scaleway/sdk-iam 1.5.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +96 -0
- package/dist/v1alpha1/api.gen.d.ts +46 -2
- package/dist/v1alpha1/api.gen.js +204 -160
- package/dist/v1alpha1/index.gen.d.ts +2 -2
- package/dist/v1alpha1/index.gen.js +4 -1
- package/dist/v1alpha1/marshalling.gen.d.ts +4 -1
- package/dist/v1alpha1/marshalling.gen.js +123 -34
- package/dist/v1alpha1/types.gen.d.ts +86 -0
- package/dist/v1alpha1/validation-rules.gen.d.ts +10 -0
- package/dist/v1alpha1/validation-rules.gen.js +13 -2
- package/package.json +6 -9
- package/dist/index.gen.cjs +0 -4
- package/dist/v1alpha1/api.gen.cjs +0 -1185
- package/dist/v1alpha1/index.gen.cjs +0 -69
- package/dist/v1alpha1/marshalling.gen.cjs +0 -816
- package/dist/v1alpha1/validation-rules.gen.cjs +0 -327
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const api_gen = require("./api.gen.cjs");
|
|
4
|
-
const marshalling_gen = require("./marshalling.gen.cjs");
|
|
5
|
-
const validationRules_gen = require("./validation-rules.gen.cjs");
|
|
6
|
-
exports.API = api_gen.API;
|
|
7
|
-
exports.marshalAddGroupMemberRequest = marshalling_gen.marshalAddGroupMemberRequest;
|
|
8
|
-
exports.marshalAddGroupMembersRequest = marshalling_gen.marshalAddGroupMembersRequest;
|
|
9
|
-
exports.marshalAddSamlCertificateRequest = marshalling_gen.marshalAddSamlCertificateRequest;
|
|
10
|
-
exports.marshalCreateAPIKeyRequest = marshalling_gen.marshalCreateAPIKeyRequest;
|
|
11
|
-
exports.marshalCreateApplicationRequest = marshalling_gen.marshalCreateApplicationRequest;
|
|
12
|
-
exports.marshalCreateGroupRequest = marshalling_gen.marshalCreateGroupRequest;
|
|
13
|
-
exports.marshalCreateJWTRequest = marshalling_gen.marshalCreateJWTRequest;
|
|
14
|
-
exports.marshalCreatePolicyRequest = marshalling_gen.marshalCreatePolicyRequest;
|
|
15
|
-
exports.marshalCreateSSHKeyRequest = marshalling_gen.marshalCreateSSHKeyRequest;
|
|
16
|
-
exports.marshalCreateUserRequest = marshalling_gen.marshalCreateUserRequest;
|
|
17
|
-
exports.marshalJoinUserConnectionRequest = marshalling_gen.marshalJoinUserConnectionRequest;
|
|
18
|
-
exports.marshalParseSamlMetadataRequest = marshalling_gen.marshalParseSamlMetadataRequest;
|
|
19
|
-
exports.marshalRemoveGroupMemberRequest = marshalling_gen.marshalRemoveGroupMemberRequest;
|
|
20
|
-
exports.marshalRemoveUserConnectionRequest = marshalling_gen.marshalRemoveUserConnectionRequest;
|
|
21
|
-
exports.marshalSetGroupMembersRequest = marshalling_gen.marshalSetGroupMembersRequest;
|
|
22
|
-
exports.marshalSetOrganizationAliasRequest = marshalling_gen.marshalSetOrganizationAliasRequest;
|
|
23
|
-
exports.marshalSetRulesRequest = marshalling_gen.marshalSetRulesRequest;
|
|
24
|
-
exports.marshalUpdateAPIKeyRequest = marshalling_gen.marshalUpdateAPIKeyRequest;
|
|
25
|
-
exports.marshalUpdateApplicationRequest = marshalling_gen.marshalUpdateApplicationRequest;
|
|
26
|
-
exports.marshalUpdateGroupRequest = marshalling_gen.marshalUpdateGroupRequest;
|
|
27
|
-
exports.marshalUpdateOrganizationLoginMethodsRequest = marshalling_gen.marshalUpdateOrganizationLoginMethodsRequest;
|
|
28
|
-
exports.marshalUpdateOrganizationSecuritySettingsRequest = marshalling_gen.marshalUpdateOrganizationSecuritySettingsRequest;
|
|
29
|
-
exports.marshalUpdatePolicyRequest = marshalling_gen.marshalUpdatePolicyRequest;
|
|
30
|
-
exports.marshalUpdateSSHKeyRequest = marshalling_gen.marshalUpdateSSHKeyRequest;
|
|
31
|
-
exports.marshalUpdateSamlRequest = marshalling_gen.marshalUpdateSamlRequest;
|
|
32
|
-
exports.marshalUpdateUserPasswordRequest = marshalling_gen.marshalUpdateUserPasswordRequest;
|
|
33
|
-
exports.marshalUpdateUserRequest = marshalling_gen.marshalUpdateUserRequest;
|
|
34
|
-
exports.marshalUpdateUserUsernameRequest = marshalling_gen.marshalUpdateUserUsernameRequest;
|
|
35
|
-
exports.marshalValidateUserMFAOTPRequest = marshalling_gen.marshalValidateUserMFAOTPRequest;
|
|
36
|
-
exports.unmarshalAPIKey = marshalling_gen.unmarshalAPIKey;
|
|
37
|
-
exports.unmarshalApplication = marshalling_gen.unmarshalApplication;
|
|
38
|
-
exports.unmarshalEncodedJWT = marshalling_gen.unmarshalEncodedJWT;
|
|
39
|
-
exports.unmarshalGetUserConnectionsResponse = marshalling_gen.unmarshalGetUserConnectionsResponse;
|
|
40
|
-
exports.unmarshalGroup = marshalling_gen.unmarshalGroup;
|
|
41
|
-
exports.unmarshalInitiateUserConnectionResponse = marshalling_gen.unmarshalInitiateUserConnectionResponse;
|
|
42
|
-
exports.unmarshalJWT = marshalling_gen.unmarshalJWT;
|
|
43
|
-
exports.unmarshalListAPIKeysResponse = marshalling_gen.unmarshalListAPIKeysResponse;
|
|
44
|
-
exports.unmarshalListApplicationsResponse = marshalling_gen.unmarshalListApplicationsResponse;
|
|
45
|
-
exports.unmarshalListGracePeriodsResponse = marshalling_gen.unmarshalListGracePeriodsResponse;
|
|
46
|
-
exports.unmarshalListGroupsResponse = marshalling_gen.unmarshalListGroupsResponse;
|
|
47
|
-
exports.unmarshalListJWTsResponse = marshalling_gen.unmarshalListJWTsResponse;
|
|
48
|
-
exports.unmarshalListLogsResponse = marshalling_gen.unmarshalListLogsResponse;
|
|
49
|
-
exports.unmarshalListPermissionSetsResponse = marshalling_gen.unmarshalListPermissionSetsResponse;
|
|
50
|
-
exports.unmarshalListPoliciesResponse = marshalling_gen.unmarshalListPoliciesResponse;
|
|
51
|
-
exports.unmarshalListQuotaResponse = marshalling_gen.unmarshalListQuotaResponse;
|
|
52
|
-
exports.unmarshalListRulesResponse = marshalling_gen.unmarshalListRulesResponse;
|
|
53
|
-
exports.unmarshalListSSHKeysResponse = marshalling_gen.unmarshalListSSHKeysResponse;
|
|
54
|
-
exports.unmarshalListSamlCertificatesResponse = marshalling_gen.unmarshalListSamlCertificatesResponse;
|
|
55
|
-
exports.unmarshalListUsersResponse = marshalling_gen.unmarshalListUsersResponse;
|
|
56
|
-
exports.unmarshalLog = marshalling_gen.unmarshalLog;
|
|
57
|
-
exports.unmarshalMFAOTP = marshalling_gen.unmarshalMFAOTP;
|
|
58
|
-
exports.unmarshalOrganization = marshalling_gen.unmarshalOrganization;
|
|
59
|
-
exports.unmarshalOrganizationSecuritySettings = marshalling_gen.unmarshalOrganizationSecuritySettings;
|
|
60
|
-
exports.unmarshalParseSamlMetadataResponse = marshalling_gen.unmarshalParseSamlMetadataResponse;
|
|
61
|
-
exports.unmarshalPolicy = marshalling_gen.unmarshalPolicy;
|
|
62
|
-
exports.unmarshalQuotum = marshalling_gen.unmarshalQuotum;
|
|
63
|
-
exports.unmarshalSSHKey = marshalling_gen.unmarshalSSHKey;
|
|
64
|
-
exports.unmarshalSaml = marshalling_gen.unmarshalSaml;
|
|
65
|
-
exports.unmarshalSamlCertificate = marshalling_gen.unmarshalSamlCertificate;
|
|
66
|
-
exports.unmarshalSetRulesResponse = marshalling_gen.unmarshalSetRulesResponse;
|
|
67
|
-
exports.unmarshalUser = marshalling_gen.unmarshalUser;
|
|
68
|
-
exports.unmarshalValidateUserMFAOTPResponse = marshalling_gen.unmarshalValidateUserMFAOTPResponse;
|
|
69
|
-
exports.ValidationRules = validationRules_gen;
|