mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-05 22:27:03 +02:00
[UI] Ember Data Migration - Remove API Client (#31337)
* removes api client in favor of dependency * removes api-client path from ignore files and configs * removes normalize keys method from api service * removes normalize keys test for api service
This commit is contained in:
parent
df0e6bbedd
commit
3c7df59b6d
@ -10,7 +10,6 @@ project {
|
||||
header_ignore = [
|
||||
"helper/pkcs7/**",
|
||||
"ui/node_modules/**",
|
||||
"ui/api-client/**",
|
||||
"enos/modules/k8s_deploy_vault/raft-config.hcl",
|
||||
"plugins/database/postgresql/scram/**",
|
||||
]
|
||||
|
@ -10,7 +10,6 @@
|
||||
/bower_components/
|
||||
/node_modules/
|
||||
/.yarn/
|
||||
/api-client/
|
||||
|
||||
# misc
|
||||
/coverage/
|
||||
|
@ -4,7 +4,6 @@
|
||||
# compiled output
|
||||
/dist/
|
||||
/vault-reporting/
|
||||
/api-client/
|
||||
|
||||
# misc
|
||||
/coverage/
|
||||
|
3
ui/api-client/.gitignore
vendored
3
ui/api-client/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
wwwroot/*.js
|
||||
node_modules
|
||||
typings
|
@ -1 +0,0 @@
|
||||
README.md
|
@ -1,25 +0,0 @@
|
||||
# OpenAPI Generator Ignore
|
||||
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
||||
|
||||
# Use this file to prevent files from being overwritten by the generator.
|
||||
# The patterns follow closely to .gitignore or .dockerignore.
|
||||
|
||||
# As an example, the C# client generator defines ApiClient.cs.
|
||||
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
||||
#ApiClient.cs
|
||||
|
||||
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
||||
#foo/*/qux
|
||||
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
||||
|
||||
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
||||
#foo/**/qux
|
||||
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
||||
|
||||
# You can also negate patterns with an exclamation (!).
|
||||
# For example, you can ignore all files in a docs folder with the file extension .md:
|
||||
#docs/*.md
|
||||
# Then explicitly reverse the ignore rule for a single file:
|
||||
#!docs/README.md
|
||||
|
||||
.gitignore
|
@ -1,826 +0,0 @@
|
||||
.npmignore
|
||||
README.md
|
||||
package.json
|
||||
src/apis/AuthApi.ts
|
||||
src/apis/IdentityApi.ts
|
||||
src/apis/SecretsApi.ts
|
||||
src/apis/SystemApi.ts
|
||||
src/apis/index.ts
|
||||
src/index.ts
|
||||
src/models/AliCloudConfigureRequest.ts
|
||||
src/models/AliCloudLoginRequest.ts
|
||||
src/models/AliCloudWriteAuthRoleRequest.ts
|
||||
src/models/AliCloudWriteRoleRequest.ts
|
||||
src/models/AliasCreateRequest.ts
|
||||
src/models/AliasUpdateByIdRequest.ts
|
||||
src/models/AppRoleDestroySecretIdByAccessorRequest.ts
|
||||
src/models/AppRoleDestroySecretIdRequest.ts
|
||||
src/models/AppRoleLoginRequest.ts
|
||||
src/models/AppRoleLoginResponse.ts
|
||||
src/models/AppRoleLookUpSecretIdByAccessorRequest.ts
|
||||
src/models/AppRoleLookUpSecretIdByAccessorResponse.ts
|
||||
src/models/AppRoleLookUpSecretIdRequest.ts
|
||||
src/models/AppRoleLookUpSecretIdResponse.ts
|
||||
src/models/AppRoleReadBindSecretIdResponse.ts
|
||||
src/models/AppRoleReadBoundCidrListResponse.ts
|
||||
src/models/AppRoleReadLocalSecretIdsResponse.ts
|
||||
src/models/AppRoleReadPeriodResponse.ts
|
||||
src/models/AppRoleReadPoliciesResponse.ts
|
||||
src/models/AppRoleReadRoleIdResponse.ts
|
||||
src/models/AppRoleReadRoleResponse.ts
|
||||
src/models/AppRoleReadSecretIdBoundCidrsResponse.ts
|
||||
src/models/AppRoleReadSecretIdNumUsesResponse.ts
|
||||
src/models/AppRoleReadSecretIdTtlResponse.ts
|
||||
src/models/AppRoleReadTokenBoundCidrsResponse.ts
|
||||
src/models/AppRoleReadTokenMaxTtlResponse.ts
|
||||
src/models/AppRoleReadTokenNumUsesResponse.ts
|
||||
src/models/AppRoleReadTokenTtlResponse.ts
|
||||
src/models/AppRoleWriteBindSecretIdRequest.ts
|
||||
src/models/AppRoleWriteBoundCidrListRequest.ts
|
||||
src/models/AppRoleWriteCustomSecretIdRequest.ts
|
||||
src/models/AppRoleWriteCustomSecretIdResponse.ts
|
||||
src/models/AppRoleWritePeriodRequest.ts
|
||||
src/models/AppRoleWritePoliciesRequest.ts
|
||||
src/models/AppRoleWriteRoleIdRequest.ts
|
||||
src/models/AppRoleWriteRoleRequest.ts
|
||||
src/models/AppRoleWriteSecretIdBoundCidrsRequest.ts
|
||||
src/models/AppRoleWriteSecretIdNumUsesRequest.ts
|
||||
src/models/AppRoleWriteSecretIdRequest.ts
|
||||
src/models/AppRoleWriteSecretIdResponse.ts
|
||||
src/models/AppRoleWriteSecretIdTtlRequest.ts
|
||||
src/models/AppRoleWriteTokenBoundCidrsRequest.ts
|
||||
src/models/AppRoleWriteTokenMaxTtlRequest.ts
|
||||
src/models/AppRoleWriteTokenNumUsesRequest.ts
|
||||
src/models/AppRoleWriteTokenTtlRequest.ts
|
||||
src/models/AuditingCalculateHashRequest.ts
|
||||
src/models/AuditingCalculateHashResponse.ts
|
||||
src/models/AuditingEnableDeviceRequest.ts
|
||||
src/models/AuditingEnableRequestHeaderRequest.ts
|
||||
src/models/AuditingListRequestHeadersResponse.ts
|
||||
src/models/AuthEnableMethodRequest.ts
|
||||
src/models/AuthReadConfigurationResponse.ts
|
||||
src/models/AuthReadTuningInformationResponse.ts
|
||||
src/models/AuthTuneConfigurationParametersRequest.ts
|
||||
src/models/AwsConfigureCertificateRequest.ts
|
||||
src/models/AwsConfigureClientRequest.ts
|
||||
src/models/AwsConfigureIdentityAccessListTidyOperationRequest.ts
|
||||
src/models/AwsConfigureIdentityIntegrationRequest.ts
|
||||
src/models/AwsConfigureIdentityWhitelistTidyOperationRequest.ts
|
||||
src/models/AwsConfigureLeaseRequest.ts
|
||||
src/models/AwsConfigureRoleTagBlacklistTidyOperationRequest.ts
|
||||
src/models/AwsConfigureRoleTagDenyListTidyOperationRequest.ts
|
||||
src/models/AwsConfigureRootIamCredentialsRequest.ts
|
||||
src/models/AwsGenerateCredentialsWithParametersRequest.ts
|
||||
src/models/AwsGenerateStsCredentialsWithParametersRequest.ts
|
||||
src/models/AwsLoginRequest.ts
|
||||
src/models/AwsReadStaticCredsNameResponse.ts
|
||||
src/models/AwsReadStaticRolesNameResponse.ts
|
||||
src/models/AwsTidyIdentityAccessListRequest.ts
|
||||
src/models/AwsTidyIdentityWhitelistRequest.ts
|
||||
src/models/AwsTidyRoleTagBlacklistRequest.ts
|
||||
src/models/AwsTidyRoleTagDenyListRequest.ts
|
||||
src/models/AwsWriteAuthRoleRequest.ts
|
||||
src/models/AwsWriteRoleRequest.ts
|
||||
src/models/AwsWriteRoleTagRequest.ts
|
||||
src/models/AwsWriteStaticRolesNameRequest.ts
|
||||
src/models/AwsWriteStaticRolesNameResponse.ts
|
||||
src/models/AwsWriteStsRoleRequest.ts
|
||||
src/models/AzureConfigureAuthRequest.ts
|
||||
src/models/AzureConfigureRequest.ts
|
||||
src/models/AzureLoginRequest.ts
|
||||
src/models/AzureWriteAuthRoleRequest.ts
|
||||
src/models/AzureWriteRoleRequest.ts
|
||||
src/models/CertConfigureRequest.ts
|
||||
src/models/CertLoginRequest.ts
|
||||
src/models/CertWriteCertificateRequest.ts
|
||||
src/models/CertWriteCrlRequest.ts
|
||||
src/models/CloudFoundryConfigureRequest.ts
|
||||
src/models/CloudFoundryLoginRequest.ts
|
||||
src/models/CloudFoundryWriteRoleRequest.ts
|
||||
src/models/CollectHostInformationResponse.ts
|
||||
src/models/ConsulConfigureAccessRequest.ts
|
||||
src/models/ConsulWriteRoleRequest.ts
|
||||
src/models/CorsConfigureRequest.ts
|
||||
src/models/CorsReadConfigurationResponse.ts
|
||||
src/models/CreateCustomMessageRequest.ts
|
||||
src/models/DatabaseConfigureConnectionRequest.ts
|
||||
src/models/DatabaseWriteRoleRequest.ts
|
||||
src/models/DatabaseWriteStaticRoleRequest.ts
|
||||
src/models/DecodeTokenRequest.ts
|
||||
src/models/EncryptionKeyConfigureRotationRequest.ts
|
||||
src/models/EncryptionKeyReadRotationConfigurationResponse.ts
|
||||
src/models/EntitiesCreateDuplicatesRequest.ts
|
||||
src/models/EntityAliasCreateDuplicatesRequest.ts
|
||||
src/models/EntityAliasesCreateDuplicatesRequest.ts
|
||||
src/models/EntityBatchDeleteRequest.ts
|
||||
src/models/EntityCreateAliasRequest.ts
|
||||
src/models/EntityCreateRequest.ts
|
||||
src/models/EntityLookUpRequest.ts
|
||||
src/models/EntityMergeRequest.ts
|
||||
src/models/EntityUpdateAliasByIdRequest.ts
|
||||
src/models/EntityUpdateByIdRequest.ts
|
||||
src/models/EntityUpdateByNameRequest.ts
|
||||
src/models/GenerateHashRequest.ts
|
||||
src/models/GenerateHashResponse.ts
|
||||
src/models/GenerateHashWithAlgorithmRequest.ts
|
||||
src/models/GenerateHashWithAlgorithmResponse.ts
|
||||
src/models/GenerateRandomRequest.ts
|
||||
src/models/GenerateRandomResponse.ts
|
||||
src/models/GenerateRandomWithBytesRequest.ts
|
||||
src/models/GenerateRandomWithBytesResponse.ts
|
||||
src/models/GenerateRandomWithSourceAndBytesRequest.ts
|
||||
src/models/GenerateRandomWithSourceAndBytesResponse.ts
|
||||
src/models/GenerateRandomWithSourceRequest.ts
|
||||
src/models/GenerateRandomWithSourceResponse.ts
|
||||
src/models/GenerateUtilizationReportResponse.ts
|
||||
src/models/GithubConfigureRequest.ts
|
||||
src/models/GithubLoginRequest.ts
|
||||
src/models/GithubWriteTeamMappingRequest.ts
|
||||
src/models/GithubWriteUserMappingRequest.ts
|
||||
src/models/GoogleCloudConfigureAuthRequest.ts
|
||||
src/models/GoogleCloudConfigureRequest.ts
|
||||
src/models/GoogleCloudEditLabelsForRoleRequest.ts
|
||||
src/models/GoogleCloudEditServiceAccountsForRoleRequest.ts
|
||||
src/models/GoogleCloudGenerateRolesetKey3Request.ts
|
||||
src/models/GoogleCloudGenerateRolesetKeyRequest.ts
|
||||
src/models/GoogleCloudGenerateStaticAccountKeyRequest.ts
|
||||
src/models/GoogleCloudKmsConfigureKeyRequest.ts
|
||||
src/models/GoogleCloudKmsConfigureRequest.ts
|
||||
src/models/GoogleCloudKmsDecryptRequest.ts
|
||||
src/models/GoogleCloudKmsEncryptRequest.ts
|
||||
src/models/GoogleCloudKmsReencryptRequest.ts
|
||||
src/models/GoogleCloudKmsRegisterKeyRequest.ts
|
||||
src/models/GoogleCloudKmsSignRequest.ts
|
||||
src/models/GoogleCloudKmsVerifyRequest.ts
|
||||
src/models/GoogleCloudKmsWriteKeyRequest.ts
|
||||
src/models/GoogleCloudLoginRequest.ts
|
||||
src/models/GoogleCloudWriteImpersonatedAccountRequest.ts
|
||||
src/models/GoogleCloudWriteRoleRequest.ts
|
||||
src/models/GoogleCloudWriteRolesetRequest.ts
|
||||
src/models/GoogleCloudWriteStaticAccountRequest.ts
|
||||
src/models/GroupCreateAliasRequest.ts
|
||||
src/models/GroupCreateRequest.ts
|
||||
src/models/GroupLookUpRequest.ts
|
||||
src/models/GroupUpdateAliasByIdRequest.ts
|
||||
src/models/GroupUpdateByIdRequest.ts
|
||||
src/models/GroupUpdateByNameRequest.ts
|
||||
src/models/GroupsCreateDuplicatesRequest.ts
|
||||
src/models/HaStatusResponse.ts
|
||||
src/models/InitializeRequest.ts
|
||||
src/models/InternalClientActivityConfigureRequest.ts
|
||||
src/models/InternalCountEntitiesResponse.ts
|
||||
src/models/InternalGenerateOpenApiDocumentWithParametersRequest.ts
|
||||
src/models/InternalUiListEnabledFeatureFlagsResponse.ts
|
||||
src/models/InternalUiListEnabledVisibleMountsResponse.ts
|
||||
src/models/InternalUiListNamespacesResponse.ts
|
||||
src/models/InternalUiReadAuthenticatedActiveCustomMessagesResponse.ts
|
||||
src/models/InternalUiReadMountInformationResponse.ts
|
||||
src/models/InternalUiReadResultantAclResponse.ts
|
||||
src/models/InternalUiReadUnauthenticatedActiveCustomMessagesResponse.ts
|
||||
src/models/JwtConfigureRequest.ts
|
||||
src/models/JwtLoginRequest.ts
|
||||
src/models/JwtOidcCallbackFormPostRequest.ts
|
||||
src/models/JwtOidcRequestAuthorizationUrlRequest.ts
|
||||
src/models/JwtWriteRoleRequest.ts
|
||||
src/models/KerberosConfigureLdapRequest.ts
|
||||
src/models/KerberosConfigureRequest.ts
|
||||
src/models/KerberosLoginRequest.ts
|
||||
src/models/KerberosWriteGroupRequest.ts
|
||||
src/models/KeyManagementDistributeKeyInKmsProviderRequest.ts
|
||||
src/models/KeyManagementUpdateKeyRequest.ts
|
||||
src/models/KeyManagementWriteKmsProviderRequest.ts
|
||||
src/models/KmipConfigureRequest.ts
|
||||
src/models/KmipCreateScopeRequest.ts
|
||||
src/models/KmipGenerateClientCertificateRequest.ts
|
||||
src/models/KmipRevokeClientCertificateRequest.ts
|
||||
src/models/KmipSignClientCertificateRequestRequest.ts
|
||||
src/models/KmipWriteRoleRequest.ts
|
||||
src/models/KubernetesConfigureAuthRequest.ts
|
||||
src/models/KubernetesConfigureRequest.ts
|
||||
src/models/KubernetesGenerateCredentialsRequest.ts
|
||||
src/models/KubernetesLoginRequest.ts
|
||||
src/models/KubernetesWriteAuthRoleRequest.ts
|
||||
src/models/KubernetesWriteRoleRequest.ts
|
||||
src/models/KvV2ConfigureRequest.ts
|
||||
src/models/KvV2DeleteVersionsRequest.ts
|
||||
src/models/KvV2DestroyVersionsRequest.ts
|
||||
src/models/KvV2PatchMetadataPathRequest.ts
|
||||
src/models/KvV2PatchRequest.ts
|
||||
src/models/KvV2PatchResponse.ts
|
||||
src/models/KvV2ReadConfigurationResponse.ts
|
||||
src/models/KvV2ReadMetadataResponse.ts
|
||||
src/models/KvV2ReadResponse.ts
|
||||
src/models/KvV2ReadSubkeysResponse.ts
|
||||
src/models/KvV2UndeleteVersionsRequest.ts
|
||||
src/models/KvV2WriteMetadataRequest.ts
|
||||
src/models/KvV2WriteRequest.ts
|
||||
src/models/KvV2WriteResponse.ts
|
||||
src/models/LdapConfigureAuthRequest.ts
|
||||
src/models/LdapConfigureRequest.ts
|
||||
src/models/LdapLibraryCheckInRequest.ts
|
||||
src/models/LdapLibraryCheckOutRequest.ts
|
||||
src/models/LdapLibraryConfigureRequest.ts
|
||||
src/models/LdapLibraryForceCheckInRequest.ts
|
||||
src/models/LdapLoginRequest.ts
|
||||
src/models/LdapRotateStaticRoleRequest.ts
|
||||
src/models/LdapWriteDynamicRoleRequest.ts
|
||||
src/models/LdapWriteGroupRequest.ts
|
||||
src/models/LdapWriteStaticRoleRequest.ts
|
||||
src/models/LdapWriteUserRequest.ts
|
||||
src/models/LeaderStatusResponse.ts
|
||||
src/models/LeasesCountResponse.ts
|
||||
src/models/LeasesListResponse.ts
|
||||
src/models/LeasesLookUpResponse.ts
|
||||
src/models/LeasesReadLeaseRequest.ts
|
||||
src/models/LeasesReadLeaseResponse.ts
|
||||
src/models/LeasesRenewLease2Request.ts
|
||||
src/models/LeasesRenewLeaseRequest.ts
|
||||
src/models/LeasesRenewLeaseWithId2Request.ts
|
||||
src/models/LeasesRenewLeaseWithIdRequest.ts
|
||||
src/models/LeasesRevokeLease2Request.ts
|
||||
src/models/LeasesRevokeLeaseRequest.ts
|
||||
src/models/LeasesRevokeLeaseWithId2Request.ts
|
||||
src/models/LeasesRevokeLeaseWithIdRequest.ts
|
||||
src/models/LeasesRevokeLeaseWithPrefix2Request.ts
|
||||
src/models/LeasesRevokeLeaseWithPrefixRequest.ts
|
||||
src/models/LoggersUpdateVerbosityLevelForRequest.ts
|
||||
src/models/LoggersUpdateVerbosityLevelRequest.ts
|
||||
src/models/MfaAdminDestroyTotpSecretRequest.ts
|
||||
src/models/MfaAdminGenerateTotpSecretRequest.ts
|
||||
src/models/MfaCreateDuoMethodRequest.ts
|
||||
src/models/MfaCreateOktaMethodRequest.ts
|
||||
src/models/MfaCreatePingIdMethodRequest.ts
|
||||
src/models/MfaCreateTotpMethodRequest.ts
|
||||
src/models/MfaGenerateTotpSecretRequest.ts
|
||||
src/models/MfaUpdateDuoMethodRequest.ts
|
||||
src/models/MfaUpdateOktaMethodRequest.ts
|
||||
src/models/MfaUpdatePingIdMethodRequest.ts
|
||||
src/models/MfaUpdateTotpMethodRequest.ts
|
||||
src/models/MfaValidateRequest.ts
|
||||
src/models/MfaWriteLoginEnforcementRequest.ts
|
||||
src/models/MongoDbAtlasConfigureRequest.ts
|
||||
src/models/MongoDbAtlasWriteRoleRequest.ts
|
||||
src/models/MountsEnableSecretsEngineRequest.ts
|
||||
src/models/MountsReadConfigurationResponse.ts
|
||||
src/models/MountsReadTuningInformationResponse.ts
|
||||
src/models/MountsTuneConfigurationParametersRequest.ts
|
||||
src/models/NomadConfigureAccessRequest.ts
|
||||
src/models/NomadConfigureLeaseRequest.ts
|
||||
src/models/NomadWriteRoleRequest.ts
|
||||
src/models/OciConfigureRequest.ts
|
||||
src/models/OciLoginRequest.ts
|
||||
src/models/OciWriteRoleRequest.ts
|
||||
src/models/OidcConfigureRequest.ts
|
||||
src/models/OidcIntrospectRequest.ts
|
||||
src/models/OidcProviderAuthorizeWithParametersRequest.ts
|
||||
src/models/OidcProviderTokenRequest.ts
|
||||
src/models/OidcRotateKeyRequest.ts
|
||||
src/models/OidcWriteAssignmentRequest.ts
|
||||
src/models/OidcWriteClientRequest.ts
|
||||
src/models/OidcWriteKeyRequest.ts
|
||||
src/models/OidcWriteProviderRequest.ts
|
||||
src/models/OidcWriteRoleRequest.ts
|
||||
src/models/OidcWriteScopeRequest.ts
|
||||
src/models/OktaConfigureRequest.ts
|
||||
src/models/OktaLoginRequest.ts
|
||||
src/models/OktaWriteGroupRequest.ts
|
||||
src/models/OktaWriteUserRequest.ts
|
||||
src/models/PersonaCreateRequest.ts
|
||||
src/models/PersonaUpdateByIdRequest.ts
|
||||
src/models/PkiConfigureAcmeRequest.ts
|
||||
src/models/PkiConfigureAutoTidyRequest.ts
|
||||
src/models/PkiConfigureAutoTidyResponse.ts
|
||||
src/models/PkiConfigureCaRequest.ts
|
||||
src/models/PkiConfigureCaResponse.ts
|
||||
src/models/PkiConfigureClusterRequest.ts
|
||||
src/models/PkiConfigureClusterResponse.ts
|
||||
src/models/PkiConfigureCmpRequest.ts
|
||||
src/models/PkiConfigureCrlRequest.ts
|
||||
src/models/PkiConfigureCrlResponse.ts
|
||||
src/models/PkiConfigureEstRequest.ts
|
||||
src/models/PkiConfigureExternalPolicyRequest.ts
|
||||
src/models/PkiConfigureExternalPolicyResponse.ts
|
||||
src/models/PkiConfigureIssuersRequest.ts
|
||||
src/models/PkiConfigureIssuersResponse.ts
|
||||
src/models/PkiConfigureKeysRequest.ts
|
||||
src/models/PkiConfigureKeysResponse.ts
|
||||
src/models/PkiConfigureScepRequest.ts
|
||||
src/models/PkiConfigureUrlsRequest.ts
|
||||
src/models/PkiConfigureUrlsResponse.ts
|
||||
src/models/PkiCrossSignIntermediateRequest.ts
|
||||
src/models/PkiCrossSignIntermediateResponse.ts
|
||||
src/models/PkiGenerateEabKeyForIssuerAndRoleResponse.ts
|
||||
src/models/PkiGenerateEabKeyForIssuerResponse.ts
|
||||
src/models/PkiGenerateEabKeyForRoleResponse.ts
|
||||
src/models/PkiGenerateEabKeyResponse.ts
|
||||
src/models/PkiGenerateExportedKeyRequest.ts
|
||||
src/models/PkiGenerateExportedKeyResponse.ts
|
||||
src/models/PkiGenerateIntermediateRequest.ts
|
||||
src/models/PkiGenerateIntermediateResponse.ts
|
||||
src/models/PkiGenerateInternalKeyRequest.ts
|
||||
src/models/PkiGenerateInternalKeyResponse.ts
|
||||
src/models/PkiGenerateKmsKeyRequest.ts
|
||||
src/models/PkiGenerateKmsKeyResponse.ts
|
||||
src/models/PkiGenerateRootRequest.ts
|
||||
src/models/PkiGenerateRootResponse.ts
|
||||
src/models/PkiImportKeyRequest.ts
|
||||
src/models/PkiImportKeyResponse.ts
|
||||
src/models/PkiIssueWithRoleRequest.ts
|
||||
src/models/PkiIssueWithRoleResponse.ts
|
||||
src/models/PkiIssuerIssueWithRoleRequest.ts
|
||||
src/models/PkiIssuerIssueWithRoleResponse.ts
|
||||
src/models/PkiIssuerReadCrlDeltaDerResponse.ts
|
||||
src/models/PkiIssuerReadCrlDeltaPemResponse.ts
|
||||
src/models/PkiIssuerReadCrlDeltaResponse.ts
|
||||
src/models/PkiIssuerReadCrlDerResponse.ts
|
||||
src/models/PkiIssuerReadCrlPemResponse.ts
|
||||
src/models/PkiIssuerReadCrlResponse.ts
|
||||
src/models/PkiIssuerReadUnifiedCrlDeltaDerResponse.ts
|
||||
src/models/PkiIssuerReadUnifiedCrlDeltaPemResponse.ts
|
||||
src/models/PkiIssuerReadUnifiedCrlDeltaResponse.ts
|
||||
src/models/PkiIssuerReadUnifiedCrlDerResponse.ts
|
||||
src/models/PkiIssuerReadUnifiedCrlPemResponse.ts
|
||||
src/models/PkiIssuerReadUnifiedCrlResponse.ts
|
||||
src/models/PkiIssuerResignCrlsRequest.ts
|
||||
src/models/PkiIssuerResignCrlsResponse.ts
|
||||
src/models/PkiIssuerSignIntermediateRequest.ts
|
||||
src/models/PkiIssuerSignIntermediateResponse.ts
|
||||
src/models/PkiIssuerSignRevocationListRequest.ts
|
||||
src/models/PkiIssuerSignRevocationListResponse.ts
|
||||
src/models/PkiIssuerSignSelfIssuedRequest.ts
|
||||
src/models/PkiIssuerSignSelfIssuedResponse.ts
|
||||
src/models/PkiIssuerSignVerbatimRequest.ts
|
||||
src/models/PkiIssuerSignVerbatimResponse.ts
|
||||
src/models/PkiIssuerSignVerbatimWithRoleRequest.ts
|
||||
src/models/PkiIssuerSignVerbatimWithRoleResponse.ts
|
||||
src/models/PkiIssuerSignWithRoleRequest.ts
|
||||
src/models/PkiIssuerSignWithRoleResponse.ts
|
||||
src/models/PkiIssuersGenerateIntermediateRequest.ts
|
||||
src/models/PkiIssuersGenerateIntermediateResponse.ts
|
||||
src/models/PkiIssuersGenerateRootRequest.ts
|
||||
src/models/PkiIssuersGenerateRootResponse.ts
|
||||
src/models/PkiIssuersImportBundleRequest.ts
|
||||
src/models/PkiIssuersImportBundleResponse.ts
|
||||
src/models/PkiIssuersImportCertRequest.ts
|
||||
src/models/PkiIssuersImportCertResponse.ts
|
||||
src/models/PkiListEabKeysResponse.ts
|
||||
src/models/PkiListIssuersResponse.ts
|
||||
src/models/PkiListKeysResponse.ts
|
||||
src/models/PkiListUnifiedRevokedCertsResponse.ts
|
||||
src/models/PkiPatchIssuerRequest.ts
|
||||
src/models/PkiPatchIssuerResponse.ts
|
||||
src/models/PkiPatchRoleRequest.ts
|
||||
src/models/PkiPatchRoleResponse.ts
|
||||
src/models/PkiReadAutoTidyConfigurationResponse.ts
|
||||
src/models/PkiReadCaChainPemResponse.ts
|
||||
src/models/PkiReadCaDerResponse.ts
|
||||
src/models/PkiReadCaPemResponse.ts
|
||||
src/models/PkiReadCertCaChainResponse.ts
|
||||
src/models/PkiReadCertCrlResponse.ts
|
||||
src/models/PkiReadCertDeltaCrlResponse.ts
|
||||
src/models/PkiReadCertMetadataResponse.ts
|
||||
src/models/PkiReadCertRawDerResponse.ts
|
||||
src/models/PkiReadCertRawPemResponse.ts
|
||||
src/models/PkiReadCertResponse.ts
|
||||
src/models/PkiReadCertUnifiedCrlResponse.ts
|
||||
src/models/PkiReadCertUnifiedDeltaCrlResponse.ts
|
||||
src/models/PkiReadClusterConfigurationResponse.ts
|
||||
src/models/PkiReadCrlConfigurationResponse.ts
|
||||
src/models/PkiReadCrlDeltaPemResponse.ts
|
||||
src/models/PkiReadCrlDeltaResponse.ts
|
||||
src/models/PkiReadCrlDerResponse.ts
|
||||
src/models/PkiReadCrlPemResponse.ts
|
||||
src/models/PkiReadIssuerDerResponse.ts
|
||||
src/models/PkiReadIssuerJsonResponse.ts
|
||||
src/models/PkiReadIssuerPemResponse.ts
|
||||
src/models/PkiReadIssuerResponse.ts
|
||||
src/models/PkiReadIssuersConfigurationResponse.ts
|
||||
src/models/PkiReadKeyResponse.ts
|
||||
src/models/PkiReadKeysConfigurationResponse.ts
|
||||
src/models/PkiReadRoleResponse.ts
|
||||
src/models/PkiReadUrlsConfigurationResponse.ts
|
||||
src/models/PkiReplaceRootRequest.ts
|
||||
src/models/PkiReplaceRootResponse.ts
|
||||
src/models/PkiRevokeIssuerResponse.ts
|
||||
src/models/PkiRevokeRequest.ts
|
||||
src/models/PkiRevokeResponse.ts
|
||||
src/models/PkiRevokeWithKeyRequest.ts
|
||||
src/models/PkiRevokeWithKeyResponse.ts
|
||||
src/models/PkiRootSignIntermediateRequest.ts
|
||||
src/models/PkiRootSignIntermediateResponse.ts
|
||||
src/models/PkiRootSignSelfIssuedRequest.ts
|
||||
src/models/PkiRootSignSelfIssuedResponse.ts
|
||||
src/models/PkiRotateCrlResponse.ts
|
||||
src/models/PkiRotateDeltaCrlResponse.ts
|
||||
src/models/PkiRotateRootRequest.ts
|
||||
src/models/PkiRotateRootResponse.ts
|
||||
src/models/PkiSetSignedIntermediateRequest.ts
|
||||
src/models/PkiSetSignedIntermediateResponse.ts
|
||||
src/models/PkiSignVerbatimRequest.ts
|
||||
src/models/PkiSignVerbatimResponse.ts
|
||||
src/models/PkiSignVerbatimWithRoleRequest.ts
|
||||
src/models/PkiSignVerbatimWithRoleResponse.ts
|
||||
src/models/PkiSignWithRoleRequest.ts
|
||||
src/models/PkiSignWithRoleResponse.ts
|
||||
src/models/PkiTidyCancelResponse.ts
|
||||
src/models/PkiTidyRequest.ts
|
||||
src/models/PkiTidyStatusResponse.ts
|
||||
src/models/PkiWriteAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteAcmeKeyIdRequest.ts
|
||||
src/models/PkiWriteAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteExternalPolicyAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteExternalPolicyIssuePolicyRequest.ts
|
||||
src/models/PkiWriteExternalPolicyIssuePolicyResponse.ts
|
||||
src/models/PkiWriteExternalPolicyIssueRequest.ts
|
||||
src/models/PkiWriteExternalPolicyIssueResponse.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteExternalPolicyPolicyAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteExternalPolicySignIntermediatePolicyRequest.ts
|
||||
src/models/PkiWriteExternalPolicySignIntermediatePolicyResponse.ts
|
||||
src/models/PkiWriteExternalPolicySignIntermediateRequest.ts
|
||||
src/models/PkiWriteExternalPolicySignIntermediateResponse.ts
|
||||
src/models/PkiWriteExternalPolicySignPolicyRequest.ts
|
||||
src/models/PkiWriteExternalPolicySignPolicyResponse.ts
|
||||
src/models/PkiWriteExternalPolicySignRequest.ts
|
||||
src/models/PkiWriteExternalPolicySignResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyIssuePolicyResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyIssueResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicyPolicyAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediatePolicyResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignIntermediateResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignPolicyResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefExternalPolicySignResponse.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteIssuerIssuerRefRolesRoleAcmeRevokeCertRequest.ts
|
||||
src/models/PkiWriteIssuerRequest.ts
|
||||
src/models/PkiWriteIssuerResponse.ts
|
||||
src/models/PkiWriteKeyRequest.ts
|
||||
src/models/PkiWriteKeyResponse.ts
|
||||
src/models/PkiWriteRoleRequest.ts
|
||||
src/models/PkiWriteRoleResponse.ts
|
||||
src/models/PkiWriteRolesRoleAcmeAccountKidRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeAuthorizationAuthIdRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeChallengeAuthIdChallengeTypeRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeNewAccountRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeNewOrderRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeOrderOrderIdCertRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeOrderOrderIdFinalizeRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeOrderOrderIdRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeOrdersRequest.ts
|
||||
src/models/PkiWriteRolesRoleAcmeRevokeCertRequest.ts
|
||||
src/models/PluginsCatalogListPluginsResponse.ts
|
||||
src/models/PluginsCatalogListPluginsWithTypeResponse.ts
|
||||
src/models/PluginsCatalogPinsCreatePinnedVersionRequest.ts
|
||||
src/models/PluginsCatalogPinsListPinnedVersionsResponse.ts
|
||||
src/models/PluginsCatalogPinsReadPinnedVersionResponse.ts
|
||||
src/models/PluginsCatalogReadPluginConfigurationResponse.ts
|
||||
src/models/PluginsCatalogReadPluginConfigurationWithTypeResponse.ts
|
||||
src/models/PluginsCatalogRegisterPluginRequest.ts
|
||||
src/models/PluginsCatalogRegisterPluginWithTypeRequest.ts
|
||||
src/models/PluginsReloadBackendsRequest.ts
|
||||
src/models/PluginsReloadBackendsResponse.ts
|
||||
src/models/PluginsRuntimesCatalogListPluginsRuntimesResponse.ts
|
||||
src/models/PluginsRuntimesCatalogReadPluginRuntimeConfigurationResponse.ts
|
||||
src/models/PluginsRuntimesCatalogRegisterPluginRuntimeRequest.ts
|
||||
src/models/PoliciesGeneratePasswordFromPasswordPolicyResponse.ts
|
||||
src/models/PoliciesListAclPolicies2Response.ts
|
||||
src/models/PoliciesListAclPolicies3Response.ts
|
||||
src/models/PoliciesListAclPoliciesResponse.ts
|
||||
src/models/PoliciesReadAclPolicy2Response.ts
|
||||
src/models/PoliciesReadAclPolicyResponse.ts
|
||||
src/models/PoliciesReadPasswordPolicyResponse.ts
|
||||
src/models/PoliciesWriteAclPolicy2Request.ts
|
||||
src/models/PoliciesWriteAclPolicyRequest.ts
|
||||
src/models/PoliciesWritePasswordPolicyRequest.ts
|
||||
src/models/QueryTokenAccessorCapabilitiesRequest.ts
|
||||
src/models/QueryTokenCapabilitiesRequest.ts
|
||||
src/models/QueryTokenSelfCapabilitiesRequest.ts
|
||||
src/models/RabbitMqConfigureConnectionRequest.ts
|
||||
src/models/RabbitMqConfigureLeaseRequest.ts
|
||||
src/models/RabbitMqWriteRoleRequest.ts
|
||||
src/models/RadiusConfigureRequest.ts
|
||||
src/models/RadiusLoginRequest.ts
|
||||
src/models/RadiusLoginWithUsernameRequest.ts
|
||||
src/models/RadiusWriteUserRequest.ts
|
||||
src/models/RateLimitQuotasConfigureRequest.ts
|
||||
src/models/RateLimitQuotasReadConfigurationResponse.ts
|
||||
src/models/RateLimitQuotasReadResponse.ts
|
||||
src/models/RateLimitQuotasWriteRequest.ts
|
||||
src/models/RawReadResponse.ts
|
||||
src/models/RawWriteRequest.ts
|
||||
src/models/ReadWrappingProperties2Response.ts
|
||||
src/models/ReadWrappingPropertiesRequest.ts
|
||||
src/models/ReadWrappingPropertiesResponse.ts
|
||||
src/models/RekeyAttemptInitializeRequest.ts
|
||||
src/models/RekeyAttemptInitializeResponse.ts
|
||||
src/models/RekeyAttemptReadProgressResponse.ts
|
||||
src/models/RekeyAttemptUpdateRequest.ts
|
||||
src/models/RekeyAttemptUpdateResponse.ts
|
||||
src/models/RekeyReadBackupKeyResponse.ts
|
||||
src/models/RekeyReadBackupRecoveryKeyResponse.ts
|
||||
src/models/RekeyVerificationCancelResponse.ts
|
||||
src/models/RekeyVerificationReadProgressResponse.ts
|
||||
src/models/RekeyVerificationUpdateRequest.ts
|
||||
src/models/RekeyVerificationUpdateResponse.ts
|
||||
src/models/ReloadPluginsRequest.ts
|
||||
src/models/ReloadPluginsResponse.ts
|
||||
src/models/RemountRequest.ts
|
||||
src/models/RemountResponse.ts
|
||||
src/models/RemountStatusResponse.ts
|
||||
src/models/RewrapRequest.ts
|
||||
src/models/RootTokenGenerationInitialize2Request.ts
|
||||
src/models/RootTokenGenerationInitialize2Response.ts
|
||||
src/models/RootTokenGenerationInitializeRequest.ts
|
||||
src/models/RootTokenGenerationInitializeResponse.ts
|
||||
src/models/RootTokenGenerationReadProgress2Response.ts
|
||||
src/models/RootTokenGenerationReadProgressResponse.ts
|
||||
src/models/RootTokenGenerationUpdateRequest.ts
|
||||
src/models/RootTokenGenerationUpdateResponse.ts
|
||||
src/models/SamlWriteCallbackRequest.ts
|
||||
src/models/SamlWriteConfigRequest.ts
|
||||
src/models/SamlWriteRoleNameRequest.ts
|
||||
src/models/SamlWriteSsoServiceUrlRequest.ts
|
||||
src/models/SamlWriteTokenRequest.ts
|
||||
src/models/ScepLoginRequest.ts
|
||||
src/models/ScepWriteRoleRoleRequest.ts
|
||||
src/models/SealStatusResponse.ts
|
||||
src/models/SshConfigureCaRequest.ts
|
||||
src/models/SshConfigureZeroAddressRequest.ts
|
||||
src/models/SshGenerateCredentialsRequest.ts
|
||||
src/models/SshIssueCertificateRequest.ts
|
||||
src/models/SshListRolesByIpRequest.ts
|
||||
src/models/SshSignCertificateRequest.ts
|
||||
src/models/SshVerifyOtpRequest.ts
|
||||
src/models/SshWriteRoleRequest.ts
|
||||
src/models/StandardListResponse.ts
|
||||
src/models/SubscriptionsCreateResponse.ts
|
||||
src/models/SubscriptionsListEventsSubscriptionsResponse.ts
|
||||
src/models/SubscriptionsReadEventsSubscriptionsResponse.ts
|
||||
src/models/SubscriptionsWriteEventsSubscriptionsRequest.ts
|
||||
src/models/SubscriptionsWriteEventsSubscriptionsResponse.ts
|
||||
src/models/SystemDeleteSyncConfigResponse.ts
|
||||
src/models/SystemDeleteSyncGithubAppsNameResponse.ts
|
||||
src/models/SystemListSyncAssociationsResponse.ts
|
||||
src/models/SystemListSyncDestinationsResponse.ts
|
||||
src/models/SystemListSyncDestinationsTypeResponse.ts
|
||||
src/models/SystemListSyncGithubAppsResponse.ts
|
||||
src/models/SystemPatchNamespacesPathRequest.ts
|
||||
src/models/SystemPatchSyncConfigRequest.ts
|
||||
src/models/SystemPatchSyncConfigResponse.ts
|
||||
src/models/SystemPatchSyncDestinationsAwsSmNameRequest.ts
|
||||
src/models/SystemPatchSyncDestinationsAwsSmNameResponse.ts
|
||||
src/models/SystemPatchSyncDestinationsAzureKvNameRequest.ts
|
||||
src/models/SystemPatchSyncDestinationsAzureKvNameResponse.ts
|
||||
src/models/SystemPatchSyncDestinationsGcpSmNameRequest.ts
|
||||
src/models/SystemPatchSyncDestinationsGcpSmNameResponse.ts
|
||||
src/models/SystemPatchSyncDestinationsGhNameRequest.ts
|
||||
src/models/SystemPatchSyncDestinationsGhNameResponse.ts
|
||||
src/models/SystemPatchSyncDestinationsInMemNameRequest.ts
|
||||
src/models/SystemPatchSyncDestinationsInMemNameResponse.ts
|
||||
src/models/SystemPatchSyncDestinationsVercelProjectNameRequest.ts
|
||||
src/models/SystemPatchSyncDestinationsVercelProjectNameResponse.ts
|
||||
src/models/SystemReadConfigGroupPolicyApplicationResponse.ts
|
||||
src/models/SystemReadStorageRaftSnapshotLoadIdResponse.ts
|
||||
src/models/SystemReadSyncAssociationsDestinationsResponse.ts
|
||||
src/models/SystemReadSyncAssociationsMountSecretNameResponse.ts
|
||||
src/models/SystemReadSyncConfigResponse.ts
|
||||
src/models/SystemReadSyncDestinationsAwsSmNameResponse.ts
|
||||
src/models/SystemReadSyncDestinationsAzureKvNameResponse.ts
|
||||
src/models/SystemReadSyncDestinationsGcpSmNameResponse.ts
|
||||
src/models/SystemReadSyncDestinationsGhNameResponse.ts
|
||||
src/models/SystemReadSyncDestinationsInMemNameResponse.ts
|
||||
src/models/SystemReadSyncDestinationsTypeNameAssociationsResponse.ts
|
||||
src/models/SystemReadSyncDestinationsVercelProjectNameResponse.ts
|
||||
src/models/SystemReadSyncGithubAppsNameResponse.ts
|
||||
src/models/SystemWriteConfigControlGroupRequest.ts
|
||||
src/models/SystemWriteConfigGroupPolicyApplicationRequest.ts
|
||||
src/models/SystemWriteControlGroupAuthorizeRequest.ts
|
||||
src/models/SystemWriteControlGroupRequestRequest.ts
|
||||
src/models/SystemWriteInternalCountersActivityWriteRequest.ts
|
||||
src/models/SystemWriteManagedKeysTypeNameRequest.ts
|
||||
src/models/SystemWriteManagedKeysTypeNameTestSignRequest.ts
|
||||
src/models/SystemWriteMfaMethodDuoNameRequest.ts
|
||||
src/models/SystemWriteMfaMethodOktaNameRequest.ts
|
||||
src/models/SystemWriteMfaMethodPingidNameRequest.ts
|
||||
src/models/SystemWriteMfaMethodTotpNameAdminDestroyRequest.ts
|
||||
src/models/SystemWriteMfaMethodTotpNameAdminGenerateRequest.ts
|
||||
src/models/SystemWriteMfaMethodTotpNameRequest.ts
|
||||
src/models/SystemWriteNamespacesApiLockUnlockPathRequest.ts
|
||||
src/models/SystemWriteNamespacesApiLockUnlockRequest.ts
|
||||
src/models/SystemWriteNamespacesPathRequest.ts
|
||||
src/models/SystemWritePoliciesEgpNameRequest.ts
|
||||
src/models/SystemWritePoliciesRgpNameRequest.ts
|
||||
src/models/SystemWriteQuotasLeaseCountNameRequest.ts
|
||||
src/models/SystemWriteReplicationDrPrimaryEnableRequest.ts
|
||||
src/models/SystemWriteReplicationDrPrimaryRevokeSecondaryRequest.ts
|
||||
src/models/SystemWriteReplicationDrPrimarySecondaryTokenRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryDisableRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryEnableRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryMerkleCheckRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryOperationTokenDeleteRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryPromoteRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryRecoverRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryReindexRequest.ts
|
||||
src/models/SystemWriteReplicationDrSecondaryUpdatePrimaryRequest.ts
|
||||
src/models/SystemWriteReplicationForceCorruptionRequest.ts
|
||||
src/models/SystemWriteReplicationPerformancePrimaryEnableRequest.ts
|
||||
src/models/SystemWriteReplicationPerformancePrimaryPathsFilterIdRequest.ts
|
||||
src/models/SystemWriteReplicationPerformancePrimaryRevokeSecondaryRequest.ts
|
||||
src/models/SystemWriteReplicationPerformancePrimarySecondaryTokenRequest.ts
|
||||
src/models/SystemWriteReplicationPerformanceSecondaryEnableRequest.ts
|
||||
src/models/SystemWriteReplicationPerformanceSecondaryPromoteRequest.ts
|
||||
src/models/SystemWriteReplicationPerformanceSecondaryUpdatePrimaryRequest.ts
|
||||
src/models/SystemWriteReplicationPrimaryEnableRequest.ts
|
||||
src/models/SystemWriteReplicationPrimaryRevokeSecondaryRequest.ts
|
||||
src/models/SystemWriteReplicationPrimarySecondaryTokenRequest.ts
|
||||
src/models/SystemWriteReplicationReindexRequest.ts
|
||||
src/models/SystemWriteReplicationSecondaryEnableRequest.ts
|
||||
src/models/SystemWriteReplicationSecondaryPromoteRequest.ts
|
||||
src/models/SystemWriteReplicationSecondaryUpdatePrimaryRequest.ts
|
||||
src/models/SystemWriteStorageRaftSnapshotAutoConfigNameRequest.ts
|
||||
src/models/SystemWriteStorageRaftSnapshotAutoSnapshotLoadNameRequest.ts
|
||||
src/models/SystemWriteStorageRaftSnapshotLoadResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsAwsSmNameRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsAwsSmNameResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsAzureKvNameRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsAzureKvNameResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsGcpSmNameRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsGcpSmNameResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsGhNameRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsGhNameResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsInMemNameRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsInMemNameResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsTypeNameAssociationsRemoveResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsTypeNameAssociationsSetResponse.ts
|
||||
src/models/SystemWriteSyncDestinationsVercelProjectNameRequest.ts
|
||||
src/models/SystemWriteSyncDestinationsVercelProjectNameResponse.ts
|
||||
src/models/SystemWriteSyncGithubAppsNameRequest.ts
|
||||
src/models/SystemWriteSyncGithubAppsNameResponse.ts
|
||||
src/models/SystemWriteUtilizationRequest.ts
|
||||
src/models/SystemWriteUtilizationResponse.ts
|
||||
src/models/TerraformCloudConfigureRequest.ts
|
||||
src/models/TerraformCloudWriteRoleRequest.ts
|
||||
src/models/TokenCreateAgainstRoleRequest.ts
|
||||
src/models/TokenCreateOrphanRequest.ts
|
||||
src/models/TokenCreateRequest.ts
|
||||
src/models/TokenLookUpAccessorRequest.ts
|
||||
src/models/TokenLookUpRequest.ts
|
||||
src/models/TokenLookUpSelf2Request.ts
|
||||
src/models/TokenRenewAccessorRequest.ts
|
||||
src/models/TokenRenewRequest.ts
|
||||
src/models/TokenRenewSelfRequest.ts
|
||||
src/models/TokenRevokeAccessorRequest.ts
|
||||
src/models/TokenRevokeOrphanRequest.ts
|
||||
src/models/TokenRevokeRequest.ts
|
||||
src/models/TokenWriteRoleRequest.ts
|
||||
src/models/TotpCreateKeyRequest.ts
|
||||
src/models/TotpValidateCodeRequest.ts
|
||||
src/models/TransformApplyStoreSchemaRequest.ts
|
||||
src/models/TransformCheckTokenizedRequest.ts
|
||||
src/models/TransformConfigureCacheRequest.ts
|
||||
src/models/TransformConfigureNamedEncryptionKeyRequest.ts
|
||||
src/models/TransformCreateFpeTransformationWithImportedKeysRequest.ts
|
||||
src/models/TransformCreateTokenizationTransformationWithImportedKeysRequest.ts
|
||||
src/models/TransformDecodeRequest.ts
|
||||
src/models/TransformDecodeWithFormatRequest.ts
|
||||
src/models/TransformEncodeRequest.ts
|
||||
src/models/TransformExportDecodedTokenizationTokensRequest.ts
|
||||
src/models/TransformImportKeyVersionIntoTokenizationTransformationRequest.ts
|
||||
src/models/TransformLookUpTokenRequest.ts
|
||||
src/models/TransformRestoreTokenizationStateRequest.ts
|
||||
src/models/TransformRetrieveTokenMetadataRequest.ts
|
||||
src/models/TransformSnapshotTokenizationStateRequest.ts
|
||||
src/models/TransformTrimKeyVersionsRequest.ts
|
||||
src/models/TransformValidateTokenRequest.ts
|
||||
src/models/TransformWriteAlphabetRequest.ts
|
||||
src/models/TransformWriteFpeTransformationRequest.ts
|
||||
src/models/TransformWriteMaskingTransformationRequest.ts
|
||||
src/models/TransformWriteRoleRequest.ts
|
||||
src/models/TransformWriteStoreRequest.ts
|
||||
src/models/TransformWriteTemplateRequest.ts
|
||||
src/models/TransformWriteTokenizationTransformationRequest.ts
|
||||
src/models/TransformWriteTransformationRequest.ts
|
||||
src/models/TransitConfigureCacheRequest.ts
|
||||
src/models/TransitConfigureKeyRequest.ts
|
||||
src/models/TransitConfigureKeysRequest.ts
|
||||
src/models/TransitCreateKeyRequest.ts
|
||||
src/models/TransitDecryptRequest.ts
|
||||
src/models/TransitEncryptRequest.ts
|
||||
src/models/TransitGenerateCmacRequest.ts
|
||||
src/models/TransitGenerateCmacWithMacLengthRequest.ts
|
||||
src/models/TransitGenerateCsrForKeyRequest.ts
|
||||
src/models/TransitGenerateDataKeyRequest.ts
|
||||
src/models/TransitGenerateHmacRequest.ts
|
||||
src/models/TransitGenerateHmacWithAlgorithmRequest.ts
|
||||
src/models/TransitGenerateRandomRequest.ts
|
||||
src/models/TransitGenerateRandomWithBytesRequest.ts
|
||||
src/models/TransitGenerateRandomWithSourceAndBytesRequest.ts
|
||||
src/models/TransitGenerateRandomWithSourceRequest.ts
|
||||
src/models/TransitHashRequest.ts
|
||||
src/models/TransitHashWithAlgorithmRequest.ts
|
||||
src/models/TransitImportKeyRequest.ts
|
||||
src/models/TransitImportKeyVersionRequest.ts
|
||||
src/models/TransitRestoreAndRenameKeyRequest.ts
|
||||
src/models/TransitRestoreKeyRequest.ts
|
||||
src/models/TransitRewrapRequest.ts
|
||||
src/models/TransitRotateKeyRequest.ts
|
||||
src/models/TransitSetCertificateForKeyRequest.ts
|
||||
src/models/TransitSignRequest.ts
|
||||
src/models/TransitSignWithAlgorithmRequest.ts
|
||||
src/models/TransitTrimKeyRequest.ts
|
||||
src/models/TransitVerifyRequest.ts
|
||||
src/models/TransitVerifyWithAlgorithmRequest.ts
|
||||
src/models/UiConfigListCustomMessagesResponse.ts
|
||||
src/models/UiConfigReadCustomMessageResponse.ts
|
||||
src/models/UiConfigUpdateCustomMessageRequest.ts
|
||||
src/models/UiConfigUpdateCustomMessageResponse.ts
|
||||
src/models/UiHeadersConfigureRequest.ts
|
||||
src/models/UiHeadersListResponse.ts
|
||||
src/models/UiHeadersReadConfigurationResponse.ts
|
||||
src/models/UiLoginDefaultAuthConfigureRequest.ts
|
||||
src/models/UiLoginDefaultAuthListResponse.ts
|
||||
src/models/UnsealRequest.ts
|
||||
src/models/UnsealResponse.ts
|
||||
src/models/UnwrapRequest.ts
|
||||
src/models/UserpassLoginRequest.ts
|
||||
src/models/UserpassResetPasswordRequest.ts
|
||||
src/models/UserpassUpdatePoliciesRequest.ts
|
||||
src/models/UserpassWriteUserRequest.ts
|
||||
src/models/VersionHistoryResponse.ts
|
||||
src/models/WellKnownListLabels2Response.ts
|
||||
src/models/WellKnownListLabelsResponse.ts
|
||||
src/models/WellKnownReadLabelResponse.ts
|
||||
src/models/index.ts
|
||||
src/runtime.ts
|
||||
tsconfig.esm.json
|
||||
tsconfig.json
|
@ -1 +0,0 @@
|
||||
7.12.0
|
@ -1,46 +0,0 @@
|
||||
## @hashicorp/vault-client-typescript@0.0.0
|
||||
|
||||
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
||||
|
||||
Environment
|
||||
* Node.js
|
||||
* Webpack
|
||||
* Browserify
|
||||
|
||||
Language level
|
||||
* ES5 - you must have a Promises/A+ library installed
|
||||
* ES6
|
||||
|
||||
Module system
|
||||
* CommonJS
|
||||
* ES6 module system
|
||||
|
||||
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))
|
||||
|
||||
### Building
|
||||
|
||||
To build and compile the typescript sources to javascript use:
|
||||
```
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Publishing
|
||||
|
||||
First build the package then run `npm publish`
|
||||
|
||||
### Consuming
|
||||
|
||||
navigate to the folder of your consuming project and run one of the following commands.
|
||||
|
||||
_published:_
|
||||
|
||||
```
|
||||
npm install @hashicorp/vault-client-typescript@0.0.0 --save
|
||||
```
|
||||
|
||||
_unPublished (not recommended):_
|
||||
|
||||
```
|
||||
npm install PATH_TO_GENERATED_PACKAGE --save
|
||||
```
|
3153
ui/api-client/dist/apis/AuthApi.d.ts
vendored
3153
ui/api-client/dist/apis/AuthApi.d.ts
vendored
File diff suppressed because it is too large
Load Diff
8633
ui/api-client/dist/apis/AuthApi.js
vendored
8633
ui/api-client/dist/apis/AuthApi.js
vendored
File diff suppressed because it is too large
Load Diff
1356
ui/api-client/dist/apis/IdentityApi.d.ts
vendored
1356
ui/api-client/dist/apis/IdentityApi.d.ts
vendored
File diff suppressed because it is too large
Load Diff
3602
ui/api-client/dist/apis/IdentityApi.js
vendored
3602
ui/api-client/dist/apis/IdentityApi.js
vendored
File diff suppressed because it is too large
Load Diff
7170
ui/api-client/dist/apis/SecretsApi.d.ts
vendored
7170
ui/api-client/dist/apis/SecretsApi.d.ts
vendored
File diff suppressed because one or more lines are too long
20219
ui/api-client/dist/apis/SecretsApi.js
vendored
20219
ui/api-client/dist/apis/SecretsApi.js
vendored
File diff suppressed because it is too large
Load Diff
3685
ui/api-client/dist/apis/SystemApi.d.ts
vendored
3685
ui/api-client/dist/apis/SystemApi.d.ts
vendored
File diff suppressed because one or more lines are too long
10326
ui/api-client/dist/apis/SystemApi.js
vendored
10326
ui/api-client/dist/apis/SystemApi.js
vendored
File diff suppressed because it is too large
Load Diff
4
ui/api-client/dist/apis/index.d.ts
vendored
4
ui/api-client/dist/apis/index.d.ts
vendored
@ -1,4 +0,0 @@
|
||||
export * from './AuthApi';
|
||||
export * from './IdentityApi';
|
||||
export * from './SecretsApi';
|
||||
export * from './SystemApi';
|
22
ui/api-client/dist/apis/index.js
vendored
22
ui/api-client/dist/apis/index.js
vendored
@ -1,22 +0,0 @@
|
||||
"use strict";
|
||||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
||||
if (k2 === undefined) k2 = k;
|
||||
var desc = Object.getOwnPropertyDescriptor(m, k);
|
||||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
||||
desc = { enumerable: true, get: function() { return m[k]; } };
|
||||
}
|
||||
Object.defineProperty(o, k2, desc);
|
||||
}) : (function(o, m, k, k2) {
|
||||
if (k2 === undefined) k2 = k;
|
||||
o[k2] = m[k];
|
||||
}));
|
||||
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
||||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
__exportStar(require("./AuthApi"), exports);
|
||||
__exportStar(require("./IdentityApi"), exports);
|
||||
__exportStar(require("./SecretsApi"), exports);
|
||||
__exportStar(require("./SystemApi"), exports);
|
3153
ui/api-client/dist/esm/apis/AuthApi.d.ts
vendored
3153
ui/api-client/dist/esm/apis/AuthApi.d.ts
vendored
File diff suppressed because it is too large
Load Diff
8629
ui/api-client/dist/esm/apis/AuthApi.js
vendored
8629
ui/api-client/dist/esm/apis/AuthApi.js
vendored
File diff suppressed because it is too large
Load Diff
1356
ui/api-client/dist/esm/apis/IdentityApi.d.ts
vendored
1356
ui/api-client/dist/esm/apis/IdentityApi.d.ts
vendored
File diff suppressed because it is too large
Load Diff
3598
ui/api-client/dist/esm/apis/IdentityApi.js
vendored
3598
ui/api-client/dist/esm/apis/IdentityApi.js
vendored
File diff suppressed because it is too large
Load Diff
7170
ui/api-client/dist/esm/apis/SecretsApi.d.ts
vendored
7170
ui/api-client/dist/esm/apis/SecretsApi.d.ts
vendored
File diff suppressed because one or more lines are too long
20214
ui/api-client/dist/esm/apis/SecretsApi.js
vendored
20214
ui/api-client/dist/esm/apis/SecretsApi.js
vendored
File diff suppressed because one or more lines are too long
3685
ui/api-client/dist/esm/apis/SystemApi.d.ts
vendored
3685
ui/api-client/dist/esm/apis/SystemApi.d.ts
vendored
File diff suppressed because one or more lines are too long
10322
ui/api-client/dist/esm/apis/SystemApi.js
vendored
10322
ui/api-client/dist/esm/apis/SystemApi.js
vendored
File diff suppressed because one or more lines are too long
4
ui/api-client/dist/esm/apis/index.d.ts
vendored
4
ui/api-client/dist/esm/apis/index.d.ts
vendored
@ -1,4 +0,0 @@
|
||||
export * from './AuthApi';
|
||||
export * from './IdentityApi';
|
||||
export * from './SecretsApi';
|
||||
export * from './SystemApi';
|
6
ui/api-client/dist/esm/apis/index.js
vendored
6
ui/api-client/dist/esm/apis/index.js
vendored
@ -1,6 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export * from './AuthApi';
|
||||
export * from './IdentityApi';
|
||||
export * from './SecretsApi';
|
||||
export * from './SystemApi';
|
3
ui/api-client/dist/esm/index.d.ts
vendored
3
ui/api-client/dist/esm/index.d.ts
vendored
@ -1,3 +0,0 @@
|
||||
export * from './runtime';
|
||||
export * from './apis/index';
|
||||
export * from './models/index';
|
5
ui/api-client/dist/esm/index.js
vendored
5
ui/api-client/dist/esm/index.js
vendored
@ -1,5 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export * from './runtime';
|
||||
export * from './apis/index';
|
||||
export * from './models/index';
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.20.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface ActivationFlagsActivateRequest
|
||||
*/
|
||||
export interface ActivationFlagsActivateRequest {
|
||||
/**
|
||||
* Namespace for which to activate the Secrets Sync feature
|
||||
* @type {string}
|
||||
* @memberof ActivationFlagsActivateRequest
|
||||
*/
|
||||
namespace?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the ActivationFlagsActivateRequest interface.
|
||||
*/
|
||||
export declare function instanceOfActivationFlagsActivateRequest(value: object): value is ActivationFlagsActivateRequest;
|
||||
export declare function ActivationFlagsActivateRequestFromJSON(json: any): ActivationFlagsActivateRequest;
|
||||
export declare function ActivationFlagsActivateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ActivationFlagsActivateRequest;
|
||||
export declare function ActivationFlagsActivateRequestToJSON(json: any): ActivationFlagsActivateRequest;
|
||||
export declare function ActivationFlagsActivateRequestToJSONTyped(value?: ActivationFlagsActivateRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.20.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the ActivationFlagsActivateRequest interface.
|
||||
*/
|
||||
export function instanceOfActivationFlagsActivateRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function ActivationFlagsActivateRequestFromJSON(json) {
|
||||
return ActivationFlagsActivateRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function ActivationFlagsActivateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'namespace': json['namespace'] == null ? undefined : json['namespace'],
|
||||
};
|
||||
}
|
||||
export function ActivationFlagsActivateRequestToJSON(json) {
|
||||
return ActivationFlagsActivateRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function ActivationFlagsActivateRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'namespace': value['namespace'],
|
||||
};
|
||||
}
|
@ -1,38 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AliCloudConfigureRequest
|
||||
*/
|
||||
export interface AliCloudConfigureRequest {
|
||||
/**
|
||||
* Access key with appropriate permissions.
|
||||
* @type {string}
|
||||
* @memberof AliCloudConfigureRequest
|
||||
*/
|
||||
accessKey?: string;
|
||||
/**
|
||||
* Secret key with appropriate permissions.
|
||||
* @type {string}
|
||||
* @memberof AliCloudConfigureRequest
|
||||
*/
|
||||
secretKey?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AliCloudConfigureRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAliCloudConfigureRequest(value: object): value is AliCloudConfigureRequest;
|
||||
export declare function AliCloudConfigureRequestFromJSON(json: any): AliCloudConfigureRequest;
|
||||
export declare function AliCloudConfigureRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliCloudConfigureRequest;
|
||||
export declare function AliCloudConfigureRequestToJSON(json: any): AliCloudConfigureRequest;
|
||||
export declare function AliCloudConfigureRequestToJSONTyped(value?: AliCloudConfigureRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,43 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AliCloudConfigureRequest interface.
|
||||
*/
|
||||
export function instanceOfAliCloudConfigureRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AliCloudConfigureRequestFromJSON(json) {
|
||||
return AliCloudConfigureRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudConfigureRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'accessKey': json['access_key'] == null ? undefined : json['access_key'],
|
||||
'secretKey': json['secret_key'] == null ? undefined : json['secret_key'],
|
||||
};
|
||||
}
|
||||
export function AliCloudConfigureRequestToJSON(json) {
|
||||
return AliCloudConfigureRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudConfigureRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'access_key': value['accessKey'],
|
||||
'secret_key': value['secretKey'],
|
||||
};
|
||||
}
|
@ -1,44 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AliCloudLoginRequest
|
||||
*/
|
||||
export interface AliCloudLoginRequest {
|
||||
/**
|
||||
* The request headers. This must include the headers over which AliCloud has included a signature.
|
||||
* @type {string}
|
||||
* @memberof AliCloudLoginRequest
|
||||
*/
|
||||
identityRequestHeaders?: string;
|
||||
/**
|
||||
* Base64-encoded full URL against which to make the AliCloud request.
|
||||
* @type {string}
|
||||
* @memberof AliCloudLoginRequest
|
||||
*/
|
||||
identityRequestUrl?: string;
|
||||
/**
|
||||
* Name of the role against which the login is being attempted. If a matching role is not found, login fails.
|
||||
* @type {string}
|
||||
* @memberof AliCloudLoginRequest
|
||||
*/
|
||||
role: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AliCloudLoginRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAliCloudLoginRequest(value: object): value is AliCloudLoginRequest;
|
||||
export declare function AliCloudLoginRequestFromJSON(json: any): AliCloudLoginRequest;
|
||||
export declare function AliCloudLoginRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliCloudLoginRequest;
|
||||
export declare function AliCloudLoginRequestToJSON(json: any): AliCloudLoginRequest;
|
||||
export declare function AliCloudLoginRequestToJSONTyped(value?: AliCloudLoginRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,47 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AliCloudLoginRequest interface.
|
||||
*/
|
||||
export function instanceOfAliCloudLoginRequest(value) {
|
||||
if (!('role' in value) || value['role'] === undefined)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
export function AliCloudLoginRequestFromJSON(json) {
|
||||
return AliCloudLoginRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudLoginRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'identityRequestHeaders': json['identity_request_headers'] == null ? undefined : json['identity_request_headers'],
|
||||
'identityRequestUrl': json['identity_request_url'] == null ? undefined : json['identity_request_url'],
|
||||
'role': json['role'],
|
||||
};
|
||||
}
|
||||
export function AliCloudLoginRequestToJSON(json) {
|
||||
return AliCloudLoginRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudLoginRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'identity_request_headers': value['identityRequestHeaders'],
|
||||
'identity_request_url': value['identityRequestUrl'],
|
||||
'role': value['role'],
|
||||
};
|
||||
}
|
@ -1,121 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
export interface AliCloudWriteAuthRoleRequest {
|
||||
/**
|
||||
* ARN of the RAM to bind to this role.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
arn?: string;
|
||||
/**
|
||||
* Use "token_bound_cidrs" instead. If this and "token_bound_cidrs" are both specified, only "token_bound_cidrs" will be used.
|
||||
* @type {Array<string>}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
* @deprecated
|
||||
*/
|
||||
boundCidrs?: Array<string>;
|
||||
/**
|
||||
* Use "token_max_ttl" instead. If this and "token_max_ttl" are both specified, only "token_max_ttl" will be used.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
* @deprecated
|
||||
*/
|
||||
maxTtl?: string;
|
||||
/**
|
||||
* Use "token_period" instead. If this and "token_period" are both specified, only "token_period" will be used.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
* @deprecated
|
||||
*/
|
||||
period?: string;
|
||||
/**
|
||||
* Use "token_policies" instead. If this and "token_policies" are both specified, only "token_policies" will be used.
|
||||
* @type {Array<string>}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
* @deprecated
|
||||
*/
|
||||
policies?: Array<string>;
|
||||
/**
|
||||
* Comma separated string or JSON list of CIDR blocks. If set, specifies the blocks of IP addresses which are allowed to use the generated token.
|
||||
* @type {Array<string>}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenBoundCidrs?: Array<string>;
|
||||
/**
|
||||
* If set, tokens created via this role carry an explicit maximum TTL. During renewal, the current maximum TTL values of the role and the mount are not checked for changes, and any updates to these values will have no effect on the token being renewed.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenExplicitMaxTtl?: string;
|
||||
/**
|
||||
* The maximum lifetime of the generated token
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenMaxTtl?: string;
|
||||
/**
|
||||
* If true, the 'default' policy will not automatically be added to generated tokens
|
||||
* @type {boolean}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenNoDefaultPolicy?: boolean;
|
||||
/**
|
||||
* The maximum number of times a token may be used, a value of zero means unlimited
|
||||
* @type {number}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenNumUses?: number;
|
||||
/**
|
||||
* If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. This takes an integer number of seconds, or a string duration (e.g. "24h").
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenPeriod?: string;
|
||||
/**
|
||||
* Comma-separated list of policies
|
||||
* @type {Array<string>}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenPolicies?: Array<string>;
|
||||
/**
|
||||
* The initial ttl of the token to generate
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenTtl?: string;
|
||||
/**
|
||||
* The type of token to generate, service or batch
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
*/
|
||||
tokenType?: string;
|
||||
/**
|
||||
* Use "token_ttl" instead. If this and "token_ttl" are both specified, only "token_ttl" will be used.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteAuthRoleRequest
|
||||
* @deprecated
|
||||
*/
|
||||
ttl?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AliCloudWriteAuthRoleRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAliCloudWriteAuthRoleRequest(value: object): value is AliCloudWriteAuthRoleRequest;
|
||||
export declare function AliCloudWriteAuthRoleRequestFromJSON(json: any): AliCloudWriteAuthRoleRequest;
|
||||
export declare function AliCloudWriteAuthRoleRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliCloudWriteAuthRoleRequest;
|
||||
export declare function AliCloudWriteAuthRoleRequestToJSON(json: any): AliCloudWriteAuthRoleRequest;
|
||||
export declare function AliCloudWriteAuthRoleRequestToJSONTyped(value?: AliCloudWriteAuthRoleRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,69 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AliCloudWriteAuthRoleRequest interface.
|
||||
*/
|
||||
export function instanceOfAliCloudWriteAuthRoleRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AliCloudWriteAuthRoleRequestFromJSON(json) {
|
||||
return AliCloudWriteAuthRoleRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudWriteAuthRoleRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'arn': json['arn'] == null ? undefined : json['arn'],
|
||||
'boundCidrs': json['bound_cidrs'] == null ? undefined : json['bound_cidrs'],
|
||||
'maxTtl': json['max_ttl'] == null ? undefined : json['max_ttl'],
|
||||
'period': json['period'] == null ? undefined : json['period'],
|
||||
'policies': json['policies'] == null ? undefined : json['policies'],
|
||||
'tokenBoundCidrs': json['token_bound_cidrs'] == null ? undefined : json['token_bound_cidrs'],
|
||||
'tokenExplicitMaxTtl': json['token_explicit_max_ttl'] == null ? undefined : json['token_explicit_max_ttl'],
|
||||
'tokenMaxTtl': json['token_max_ttl'] == null ? undefined : json['token_max_ttl'],
|
||||
'tokenNoDefaultPolicy': json['token_no_default_policy'] == null ? undefined : json['token_no_default_policy'],
|
||||
'tokenNumUses': json['token_num_uses'] == null ? undefined : json['token_num_uses'],
|
||||
'tokenPeriod': json['token_period'] == null ? undefined : json['token_period'],
|
||||
'tokenPolicies': json['token_policies'] == null ? undefined : json['token_policies'],
|
||||
'tokenTtl': json['token_ttl'] == null ? undefined : json['token_ttl'],
|
||||
'tokenType': json['token_type'] == null ? undefined : json['token_type'],
|
||||
'ttl': json['ttl'] == null ? undefined : json['ttl'],
|
||||
};
|
||||
}
|
||||
export function AliCloudWriteAuthRoleRequestToJSON(json) {
|
||||
return AliCloudWriteAuthRoleRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudWriteAuthRoleRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'arn': value['arn'],
|
||||
'bound_cidrs': value['boundCidrs'],
|
||||
'max_ttl': value['maxTtl'],
|
||||
'period': value['period'],
|
||||
'policies': value['policies'],
|
||||
'token_bound_cidrs': value['tokenBoundCidrs'],
|
||||
'token_explicit_max_ttl': value['tokenExplicitMaxTtl'],
|
||||
'token_max_ttl': value['tokenMaxTtl'],
|
||||
'token_no_default_policy': value['tokenNoDefaultPolicy'],
|
||||
'token_num_uses': value['tokenNumUses'],
|
||||
'token_period': value['tokenPeriod'],
|
||||
'token_policies': value['tokenPolicies'],
|
||||
'token_ttl': value['tokenTtl'],
|
||||
'token_type': value['tokenType'],
|
||||
'ttl': value['ttl'],
|
||||
};
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AliCloudWriteRoleRequest
|
||||
*/
|
||||
export interface AliCloudWriteRoleRequest {
|
||||
/**
|
||||
* JSON of policies to be dynamically applied to users of this role.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteRoleRequest
|
||||
*/
|
||||
inlinePolicies?: string;
|
||||
/**
|
||||
* The maximum allowed lifetime of tokens issued using this role.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteRoleRequest
|
||||
*/
|
||||
maxTtl?: string;
|
||||
/**
|
||||
* The name and type of each remote policy to be applied. Example: "name:AliyunRDSReadOnlyAccess,type:System".
|
||||
* @type {Array<string>}
|
||||
* @memberof AliCloudWriteRoleRequest
|
||||
*/
|
||||
remotePolicies?: Array<string>;
|
||||
/**
|
||||
* ARN of the role to be assumed. If provided, inline_policies and remote_policies should be blank. At creation time, this role must have configured trusted actors, and the access key and secret that will be used to assume the role (in /config) must qualify as a trusted actor.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteRoleRequest
|
||||
*/
|
||||
roleArn?: string;
|
||||
/**
|
||||
* Duration in seconds after which the issued token should expire. Defaults to 0, in which case the value will fallback to the system/mount defaults.
|
||||
* @type {string}
|
||||
* @memberof AliCloudWriteRoleRequest
|
||||
*/
|
||||
ttl?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AliCloudWriteRoleRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAliCloudWriteRoleRequest(value: object): value is AliCloudWriteRoleRequest;
|
||||
export declare function AliCloudWriteRoleRequestFromJSON(json: any): AliCloudWriteRoleRequest;
|
||||
export declare function AliCloudWriteRoleRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliCloudWriteRoleRequest;
|
||||
export declare function AliCloudWriteRoleRequestToJSON(json: any): AliCloudWriteRoleRequest;
|
||||
export declare function AliCloudWriteRoleRequestToJSONTyped(value?: AliCloudWriteRoleRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,49 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AliCloudWriteRoleRequest interface.
|
||||
*/
|
||||
export function instanceOfAliCloudWriteRoleRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AliCloudWriteRoleRequestFromJSON(json) {
|
||||
return AliCloudWriteRoleRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudWriteRoleRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'inlinePolicies': json['inline_policies'] == null ? undefined : json['inline_policies'],
|
||||
'maxTtl': json['max_ttl'] == null ? undefined : json['max_ttl'],
|
||||
'remotePolicies': json['remote_policies'] == null ? undefined : json['remote_policies'],
|
||||
'roleArn': json['role_arn'] == null ? undefined : json['role_arn'],
|
||||
'ttl': json['ttl'] == null ? undefined : json['ttl'],
|
||||
};
|
||||
}
|
||||
export function AliCloudWriteRoleRequestToJSON(json) {
|
||||
return AliCloudWriteRoleRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AliCloudWriteRoleRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'inline_policies': value['inlinePolicies'],
|
||||
'max_ttl': value['maxTtl'],
|
||||
'remote_policies': value['remotePolicies'],
|
||||
'role_arn': value['roleArn'],
|
||||
'ttl': value['ttl'],
|
||||
};
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AliasCreateRequest
|
||||
*/
|
||||
export interface AliasCreateRequest {
|
||||
/**
|
||||
* Entity ID to which this alias belongs to
|
||||
* @type {string}
|
||||
* @memberof AliasCreateRequest
|
||||
*/
|
||||
canonicalId?: string;
|
||||
/**
|
||||
* Entity ID to which this alias belongs to. This field is deprecated in favor of 'canonical_id'.
|
||||
* @type {string}
|
||||
* @memberof AliasCreateRequest
|
||||
*/
|
||||
entityId?: string;
|
||||
/**
|
||||
* ID of the alias
|
||||
* @type {string}
|
||||
* @memberof AliasCreateRequest
|
||||
*/
|
||||
id?: string;
|
||||
/**
|
||||
* Mount accessor to which this alias belongs to
|
||||
* @type {string}
|
||||
* @memberof AliasCreateRequest
|
||||
*/
|
||||
mountAccessor?: string;
|
||||
/**
|
||||
* Name of the alias
|
||||
* @type {string}
|
||||
* @memberof AliasCreateRequest
|
||||
*/
|
||||
name?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AliasCreateRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAliasCreateRequest(value: object): value is AliasCreateRequest;
|
||||
export declare function AliasCreateRequestFromJSON(json: any): AliasCreateRequest;
|
||||
export declare function AliasCreateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliasCreateRequest;
|
||||
export declare function AliasCreateRequestToJSON(json: any): AliasCreateRequest;
|
||||
export declare function AliasCreateRequestToJSONTyped(value?: AliasCreateRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,49 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AliasCreateRequest interface.
|
||||
*/
|
||||
export function instanceOfAliasCreateRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AliasCreateRequestFromJSON(json) {
|
||||
return AliasCreateRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AliasCreateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'canonicalId': json['canonical_id'] == null ? undefined : json['canonical_id'],
|
||||
'entityId': json['entity_id'] == null ? undefined : json['entity_id'],
|
||||
'id': json['id'] == null ? undefined : json['id'],
|
||||
'mountAccessor': json['mount_accessor'] == null ? undefined : json['mount_accessor'],
|
||||
'name': json['name'] == null ? undefined : json['name'],
|
||||
};
|
||||
}
|
||||
export function AliasCreateRequestToJSON(json) {
|
||||
return AliasCreateRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AliasCreateRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'canonical_id': value['canonicalId'],
|
||||
'entity_id': value['entityId'],
|
||||
'id': value['id'],
|
||||
'mount_accessor': value['mountAccessor'],
|
||||
'name': value['name'],
|
||||
};
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AliasUpdateByIdRequest
|
||||
*/
|
||||
export interface AliasUpdateByIdRequest {
|
||||
/**
|
||||
* Entity ID to which this alias should be tied to
|
||||
* @type {string}
|
||||
* @memberof AliasUpdateByIdRequest
|
||||
*/
|
||||
canonicalId?: string;
|
||||
/**
|
||||
* Entity ID to which this alias should be tied to. This field is deprecated in favor of 'canonical_id'.
|
||||
* @type {string}
|
||||
* @memberof AliasUpdateByIdRequest
|
||||
*/
|
||||
entityId?: string;
|
||||
/**
|
||||
* Mount accessor to which this alias belongs to
|
||||
* @type {string}
|
||||
* @memberof AliasUpdateByIdRequest
|
||||
*/
|
||||
mountAccessor?: string;
|
||||
/**
|
||||
* Name of the alias
|
||||
* @type {string}
|
||||
* @memberof AliasUpdateByIdRequest
|
||||
*/
|
||||
name?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AliasUpdateByIdRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAliasUpdateByIdRequest(value: object): value is AliasUpdateByIdRequest;
|
||||
export declare function AliasUpdateByIdRequestFromJSON(json: any): AliasUpdateByIdRequest;
|
||||
export declare function AliasUpdateByIdRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AliasUpdateByIdRequest;
|
||||
export declare function AliasUpdateByIdRequestToJSON(json: any): AliasUpdateByIdRequest;
|
||||
export declare function AliasUpdateByIdRequestToJSONTyped(value?: AliasUpdateByIdRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,47 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AliasUpdateByIdRequest interface.
|
||||
*/
|
||||
export function instanceOfAliasUpdateByIdRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AliasUpdateByIdRequestFromJSON(json) {
|
||||
return AliasUpdateByIdRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AliasUpdateByIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'canonicalId': json['canonical_id'] == null ? undefined : json['canonical_id'],
|
||||
'entityId': json['entity_id'] == null ? undefined : json['entity_id'],
|
||||
'mountAccessor': json['mount_accessor'] == null ? undefined : json['mount_accessor'],
|
||||
'name': json['name'] == null ? undefined : json['name'],
|
||||
};
|
||||
}
|
||||
export function AliasUpdateByIdRequestToJSON(json) {
|
||||
return AliasUpdateByIdRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AliasUpdateByIdRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'canonical_id': value['canonicalId'],
|
||||
'entity_id': value['entityId'],
|
||||
'mount_accessor': value['mountAccessor'],
|
||||
'name': value['name'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleDestroySecretIdByAccessorRequest
|
||||
*/
|
||||
export interface AppRoleDestroySecretIdByAccessorRequest {
|
||||
/**
|
||||
* Accessor of the SecretID
|
||||
* @type {string}
|
||||
* @memberof AppRoleDestroySecretIdByAccessorRequest
|
||||
*/
|
||||
secretIdAccessor?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleDestroySecretIdByAccessorRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleDestroySecretIdByAccessorRequest(value: object): value is AppRoleDestroySecretIdByAccessorRequest;
|
||||
export declare function AppRoleDestroySecretIdByAccessorRequestFromJSON(json: any): AppRoleDestroySecretIdByAccessorRequest;
|
||||
export declare function AppRoleDestroySecretIdByAccessorRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleDestroySecretIdByAccessorRequest;
|
||||
export declare function AppRoleDestroySecretIdByAccessorRequestToJSON(json: any): AppRoleDestroySecretIdByAccessorRequest;
|
||||
export declare function AppRoleDestroySecretIdByAccessorRequestToJSONTyped(value?: AppRoleDestroySecretIdByAccessorRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleDestroySecretIdByAccessorRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleDestroySecretIdByAccessorRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleDestroySecretIdByAccessorRequestFromJSON(json) {
|
||||
return AppRoleDestroySecretIdByAccessorRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleDestroySecretIdByAccessorRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretIdAccessor': json['secret_id_accessor'] == null ? undefined : json['secret_id_accessor'],
|
||||
};
|
||||
}
|
||||
export function AppRoleDestroySecretIdByAccessorRequestToJSON(json) {
|
||||
return AppRoleDestroySecretIdByAccessorRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleDestroySecretIdByAccessorRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id_accessor': value['secretIdAccessor'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleDestroySecretIdRequest
|
||||
*/
|
||||
export interface AppRoleDestroySecretIdRequest {
|
||||
/**
|
||||
* SecretID attached to the role.
|
||||
* @type {string}
|
||||
* @memberof AppRoleDestroySecretIdRequest
|
||||
*/
|
||||
secretId?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleDestroySecretIdRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleDestroySecretIdRequest(value: object): value is AppRoleDestroySecretIdRequest;
|
||||
export declare function AppRoleDestroySecretIdRequestFromJSON(json: any): AppRoleDestroySecretIdRequest;
|
||||
export declare function AppRoleDestroySecretIdRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleDestroySecretIdRequest;
|
||||
export declare function AppRoleDestroySecretIdRequestToJSON(json: any): AppRoleDestroySecretIdRequest;
|
||||
export declare function AppRoleDestroySecretIdRequestToJSONTyped(value?: AppRoleDestroySecretIdRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleDestroySecretIdRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleDestroySecretIdRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleDestroySecretIdRequestFromJSON(json) {
|
||||
return AppRoleDestroySecretIdRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleDestroySecretIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretId': json['secret_id'] == null ? undefined : json['secret_id'],
|
||||
};
|
||||
}
|
||||
export function AppRoleDestroySecretIdRequestToJSON(json) {
|
||||
return AppRoleDestroySecretIdRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleDestroySecretIdRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id': value['secretId'],
|
||||
};
|
||||
}
|
@ -1,38 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleLoginRequest
|
||||
*/
|
||||
export interface AppRoleLoginRequest {
|
||||
/**
|
||||
* Unique identifier of the Role. Required to be supplied when the 'bind_secret_id' constraint is set.
|
||||
* @type {string}
|
||||
* @memberof AppRoleLoginRequest
|
||||
*/
|
||||
roleId?: string;
|
||||
/**
|
||||
* SecretID belong to the App role
|
||||
* @type {string}
|
||||
* @memberof AppRoleLoginRequest
|
||||
*/
|
||||
secretId?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLoginRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleLoginRequest(value: object): value is AppRoleLoginRequest;
|
||||
export declare function AppRoleLoginRequestFromJSON(json: any): AppRoleLoginRequest;
|
||||
export declare function AppRoleLoginRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleLoginRequest;
|
||||
export declare function AppRoleLoginRequestToJSON(json: any): AppRoleLoginRequest;
|
||||
export declare function AppRoleLoginRequestToJSONTyped(value?: AppRoleLoginRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,43 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLoginRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleLoginRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleLoginRequestFromJSON(json) {
|
||||
return AppRoleLoginRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLoginRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'roleId': json['role_id'] == null ? undefined : json['role_id'],
|
||||
'secretId': json['secret_id'] == null ? undefined : json['secret_id'],
|
||||
};
|
||||
}
|
||||
export function AppRoleLoginRequestToJSON(json) {
|
||||
return AppRoleLoginRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLoginRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'role_id': value['roleId'],
|
||||
'secret_id': value['secretId'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleLoginResponse
|
||||
*/
|
||||
export interface AppRoleLoginResponse {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof AppRoleLoginResponse
|
||||
*/
|
||||
role?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLoginResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleLoginResponse(value: object): value is AppRoleLoginResponse;
|
||||
export declare function AppRoleLoginResponseFromJSON(json: any): AppRoleLoginResponse;
|
||||
export declare function AppRoleLoginResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleLoginResponse;
|
||||
export declare function AppRoleLoginResponseToJSON(json: any): AppRoleLoginResponse;
|
||||
export declare function AppRoleLoginResponseToJSONTyped(value?: AppRoleLoginResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLoginResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleLoginResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleLoginResponseFromJSON(json) {
|
||||
return AppRoleLoginResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLoginResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'role': json['role'] == null ? undefined : json['role'],
|
||||
};
|
||||
}
|
||||
export function AppRoleLoginResponseToJSON(json) {
|
||||
return AppRoleLoginResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLoginResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'role': value['role'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleLookUpSecretIdByAccessorRequest
|
||||
*/
|
||||
export interface AppRoleLookUpSecretIdByAccessorRequest {
|
||||
/**
|
||||
* Accessor of the SecretID
|
||||
* @type {string}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorRequest
|
||||
*/
|
||||
secretIdAccessor?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdByAccessorRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleLookUpSecretIdByAccessorRequest(value: object): value is AppRoleLookUpSecretIdByAccessorRequest;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorRequestFromJSON(json: any): AppRoleLookUpSecretIdByAccessorRequest;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleLookUpSecretIdByAccessorRequest;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorRequestToJSON(json: any): AppRoleLookUpSecretIdByAccessorRequest;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorRequestToJSONTyped(value?: AppRoleLookUpSecretIdByAccessorRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdByAccessorRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleLookUpSecretIdByAccessorRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorRequestFromJSON(json) {
|
||||
return AppRoleLookUpSecretIdByAccessorRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretIdAccessor': json['secret_id_accessor'] == null ? undefined : json['secret_id_accessor'],
|
||||
};
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorRequestToJSON(json) {
|
||||
return AppRoleLookUpSecretIdByAccessorRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id_accessor': value['secretIdAccessor'],
|
||||
};
|
||||
}
|
@ -1,80 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
export interface AppRoleLookUpSecretIdByAccessorResponse {
|
||||
/**
|
||||
* List of CIDR blocks enforcing secret IDs to be used from specific set of IP addresses. If 'bound_cidr_list' is set on the role, then the list of CIDR blocks listed here should be a subset of the CIDR blocks listed on the role.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
cidrList?: Array<string>;
|
||||
/**
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
creationTime?: Date;
|
||||
/**
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
expirationTime?: Date;
|
||||
/**
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
lastUpdatedTime?: Date;
|
||||
/**
|
||||
*
|
||||
* @type {object}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
metadata?: object;
|
||||
/**
|
||||
* Accessor of the secret ID
|
||||
* @type {string}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
secretIdAccessor?: string;
|
||||
/**
|
||||
* Number of times a secret ID can access the role, after which the secret ID will expire.
|
||||
* @type {number}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
secretIdNumUses?: number;
|
||||
/**
|
||||
* Duration in seconds after which the issued secret ID expires.
|
||||
* @type {number}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
secretIdTtl?: number;
|
||||
/**
|
||||
* List of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleLookUpSecretIdByAccessorResponse
|
||||
*/
|
||||
tokenBoundCidrs?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdByAccessorResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleLookUpSecretIdByAccessorResponse(value: object): value is AppRoleLookUpSecretIdByAccessorResponse;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorResponseFromJSON(json: any): AppRoleLookUpSecretIdByAccessorResponse;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleLookUpSecretIdByAccessorResponse;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorResponseToJSON(json: any): AppRoleLookUpSecretIdByAccessorResponse;
|
||||
export declare function AppRoleLookUpSecretIdByAccessorResponseToJSONTyped(value?: AppRoleLookUpSecretIdByAccessorResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,57 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdByAccessorResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleLookUpSecretIdByAccessorResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorResponseFromJSON(json) {
|
||||
return AppRoleLookUpSecretIdByAccessorResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'cidrList': json['cidr_list'] == null ? undefined : json['cidr_list'],
|
||||
'creationTime': json['creation_time'] == null ? undefined : (new Date(json['creation_time'])),
|
||||
'expirationTime': json['expiration_time'] == null ? undefined : (new Date(json['expiration_time'])),
|
||||
'lastUpdatedTime': json['last_updated_time'] == null ? undefined : (new Date(json['last_updated_time'])),
|
||||
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
||||
'secretIdAccessor': json['secret_id_accessor'] == null ? undefined : json['secret_id_accessor'],
|
||||
'secretIdNumUses': json['secret_id_num_uses'] == null ? undefined : json['secret_id_num_uses'],
|
||||
'secretIdTtl': json['secret_id_ttl'] == null ? undefined : json['secret_id_ttl'],
|
||||
'tokenBoundCidrs': json['token_bound_cidrs'] == null ? undefined : json['token_bound_cidrs'],
|
||||
};
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorResponseToJSON(json) {
|
||||
return AppRoleLookUpSecretIdByAccessorResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdByAccessorResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'cidr_list': value['cidrList'],
|
||||
'creation_time': value['creationTime'] == null ? undefined : ((value['creationTime']).toISOString()),
|
||||
'expiration_time': value['expirationTime'] == null ? undefined : ((value['expirationTime']).toISOString()),
|
||||
'last_updated_time': value['lastUpdatedTime'] == null ? undefined : ((value['lastUpdatedTime']).toISOString()),
|
||||
'metadata': value['metadata'],
|
||||
'secret_id_accessor': value['secretIdAccessor'],
|
||||
'secret_id_num_uses': value['secretIdNumUses'],
|
||||
'secret_id_ttl': value['secretIdTtl'],
|
||||
'token_bound_cidrs': value['tokenBoundCidrs'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleLookUpSecretIdRequest
|
||||
*/
|
||||
export interface AppRoleLookUpSecretIdRequest {
|
||||
/**
|
||||
* SecretID attached to the role.
|
||||
* @type {string}
|
||||
* @memberof AppRoleLookUpSecretIdRequest
|
||||
*/
|
||||
secretId?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleLookUpSecretIdRequest(value: object): value is AppRoleLookUpSecretIdRequest;
|
||||
export declare function AppRoleLookUpSecretIdRequestFromJSON(json: any): AppRoleLookUpSecretIdRequest;
|
||||
export declare function AppRoleLookUpSecretIdRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleLookUpSecretIdRequest;
|
||||
export declare function AppRoleLookUpSecretIdRequestToJSON(json: any): AppRoleLookUpSecretIdRequest;
|
||||
export declare function AppRoleLookUpSecretIdRequestToJSONTyped(value?: AppRoleLookUpSecretIdRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleLookUpSecretIdRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleLookUpSecretIdRequestFromJSON(json) {
|
||||
return AppRoleLookUpSecretIdRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretId': json['secret_id'] == null ? undefined : json['secret_id'],
|
||||
};
|
||||
}
|
||||
export function AppRoleLookUpSecretIdRequestToJSON(json) {
|
||||
return AppRoleLookUpSecretIdRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id': value['secretId'],
|
||||
};
|
||||
}
|
@ -1,80 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
export interface AppRoleLookUpSecretIdResponse {
|
||||
/**
|
||||
* List of CIDR blocks enforcing secret IDs to be used from specific set of IP addresses. If 'bound_cidr_list' is set on the role, then the list of CIDR blocks listed here should be a subset of the CIDR blocks listed on the role.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
cidrList?: Array<string>;
|
||||
/**
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
creationTime?: Date;
|
||||
/**
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
expirationTime?: Date;
|
||||
/**
|
||||
*
|
||||
* @type {Date}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
lastUpdatedTime?: Date;
|
||||
/**
|
||||
*
|
||||
* @type {object}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
metadata?: object;
|
||||
/**
|
||||
* Accessor of the secret ID
|
||||
* @type {string}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
secretIdAccessor?: string;
|
||||
/**
|
||||
* Number of times a secret ID can access the role, after which the secret ID will expire.
|
||||
* @type {number}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
secretIdNumUses?: number;
|
||||
/**
|
||||
* Duration in seconds after which the issued secret ID expires.
|
||||
* @type {number}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
secretIdTtl?: number;
|
||||
/**
|
||||
* List of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleLookUpSecretIdResponse
|
||||
*/
|
||||
tokenBoundCidrs?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleLookUpSecretIdResponse(value: object): value is AppRoleLookUpSecretIdResponse;
|
||||
export declare function AppRoleLookUpSecretIdResponseFromJSON(json: any): AppRoleLookUpSecretIdResponse;
|
||||
export declare function AppRoleLookUpSecretIdResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleLookUpSecretIdResponse;
|
||||
export declare function AppRoleLookUpSecretIdResponseToJSON(json: any): AppRoleLookUpSecretIdResponse;
|
||||
export declare function AppRoleLookUpSecretIdResponseToJSONTyped(value?: AppRoleLookUpSecretIdResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,57 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleLookUpSecretIdResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleLookUpSecretIdResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleLookUpSecretIdResponseFromJSON(json) {
|
||||
return AppRoleLookUpSecretIdResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'cidrList': json['cidr_list'] == null ? undefined : json['cidr_list'],
|
||||
'creationTime': json['creation_time'] == null ? undefined : (new Date(json['creation_time'])),
|
||||
'expirationTime': json['expiration_time'] == null ? undefined : (new Date(json['expiration_time'])),
|
||||
'lastUpdatedTime': json['last_updated_time'] == null ? undefined : (new Date(json['last_updated_time'])),
|
||||
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
||||
'secretIdAccessor': json['secret_id_accessor'] == null ? undefined : json['secret_id_accessor'],
|
||||
'secretIdNumUses': json['secret_id_num_uses'] == null ? undefined : json['secret_id_num_uses'],
|
||||
'secretIdTtl': json['secret_id_ttl'] == null ? undefined : json['secret_id_ttl'],
|
||||
'tokenBoundCidrs': json['token_bound_cidrs'] == null ? undefined : json['token_bound_cidrs'],
|
||||
};
|
||||
}
|
||||
export function AppRoleLookUpSecretIdResponseToJSON(json) {
|
||||
return AppRoleLookUpSecretIdResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleLookUpSecretIdResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'cidr_list': value['cidrList'],
|
||||
'creation_time': value['creationTime'] == null ? undefined : ((value['creationTime']).toISOString()),
|
||||
'expiration_time': value['expirationTime'] == null ? undefined : ((value['expirationTime']).toISOString()),
|
||||
'last_updated_time': value['lastUpdatedTime'] == null ? undefined : ((value['lastUpdatedTime']).toISOString()),
|
||||
'metadata': value['metadata'],
|
||||
'secret_id_accessor': value['secretIdAccessor'],
|
||||
'secret_id_num_uses': value['secretIdNumUses'],
|
||||
'secret_id_ttl': value['secretIdTtl'],
|
||||
'token_bound_cidrs': value['tokenBoundCidrs'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadBindSecretIdResponse
|
||||
*/
|
||||
export interface AppRoleReadBindSecretIdResponse {
|
||||
/**
|
||||
* Impose secret_id to be presented when logging in using this role. Defaults to 'true'.
|
||||
* @type {boolean}
|
||||
* @memberof AppRoleReadBindSecretIdResponse
|
||||
*/
|
||||
bindSecretId?: boolean;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadBindSecretIdResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadBindSecretIdResponse(value: object): value is AppRoleReadBindSecretIdResponse;
|
||||
export declare function AppRoleReadBindSecretIdResponseFromJSON(json: any): AppRoleReadBindSecretIdResponse;
|
||||
export declare function AppRoleReadBindSecretIdResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadBindSecretIdResponse;
|
||||
export declare function AppRoleReadBindSecretIdResponseToJSON(json: any): AppRoleReadBindSecretIdResponse;
|
||||
export declare function AppRoleReadBindSecretIdResponseToJSONTyped(value?: AppRoleReadBindSecretIdResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadBindSecretIdResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadBindSecretIdResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadBindSecretIdResponseFromJSON(json) {
|
||||
return AppRoleReadBindSecretIdResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadBindSecretIdResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'bindSecretId': json['bind_secret_id'] == null ? undefined : json['bind_secret_id'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadBindSecretIdResponseToJSON(json) {
|
||||
return AppRoleReadBindSecretIdResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadBindSecretIdResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'bind_secret_id': value['bindSecretId'],
|
||||
};
|
||||
}
|
@ -1,33 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadBoundCidrListResponse
|
||||
*/
|
||||
export interface AppRoleReadBoundCidrListResponse {
|
||||
/**
|
||||
* Deprecated: Please use "secret_id_bound_cidrs" instead. Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can perform the login operation.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadBoundCidrListResponse
|
||||
* @deprecated
|
||||
*/
|
||||
boundCidrList?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadBoundCidrListResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadBoundCidrListResponse(value: object): value is AppRoleReadBoundCidrListResponse;
|
||||
export declare function AppRoleReadBoundCidrListResponseFromJSON(json: any): AppRoleReadBoundCidrListResponse;
|
||||
export declare function AppRoleReadBoundCidrListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadBoundCidrListResponse;
|
||||
export declare function AppRoleReadBoundCidrListResponseToJSON(json: any): AppRoleReadBoundCidrListResponse;
|
||||
export declare function AppRoleReadBoundCidrListResponseToJSONTyped(value?: AppRoleReadBoundCidrListResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadBoundCidrListResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadBoundCidrListResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadBoundCidrListResponseFromJSON(json) {
|
||||
return AppRoleReadBoundCidrListResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadBoundCidrListResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'boundCidrList': json['bound_cidr_list'] == null ? undefined : json['bound_cidr_list'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadBoundCidrListResponseToJSON(json) {
|
||||
return AppRoleReadBoundCidrListResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadBoundCidrListResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'bound_cidr_list': value['boundCidrList'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadLocalSecretIdsResponse
|
||||
*/
|
||||
export interface AppRoleReadLocalSecretIdsResponse {
|
||||
/**
|
||||
* If true, the secret identifiers generated using this role will be cluster local. This can only be set during role creation and once set, it can't be reset later
|
||||
* @type {boolean}
|
||||
* @memberof AppRoleReadLocalSecretIdsResponse
|
||||
*/
|
||||
localSecretIds?: boolean;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadLocalSecretIdsResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadLocalSecretIdsResponse(value: object): value is AppRoleReadLocalSecretIdsResponse;
|
||||
export declare function AppRoleReadLocalSecretIdsResponseFromJSON(json: any): AppRoleReadLocalSecretIdsResponse;
|
||||
export declare function AppRoleReadLocalSecretIdsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadLocalSecretIdsResponse;
|
||||
export declare function AppRoleReadLocalSecretIdsResponseToJSON(json: any): AppRoleReadLocalSecretIdsResponse;
|
||||
export declare function AppRoleReadLocalSecretIdsResponseToJSONTyped(value?: AppRoleReadLocalSecretIdsResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadLocalSecretIdsResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadLocalSecretIdsResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadLocalSecretIdsResponseFromJSON(json) {
|
||||
return AppRoleReadLocalSecretIdsResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadLocalSecretIdsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'localSecretIds': json['local_secret_ids'] == null ? undefined : json['local_secret_ids'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadLocalSecretIdsResponseToJSON(json) {
|
||||
return AppRoleReadLocalSecretIdsResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadLocalSecretIdsResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'local_secret_ids': value['localSecretIds'],
|
||||
};
|
||||
}
|
@ -1,39 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadPeriodResponse
|
||||
*/
|
||||
export interface AppRoleReadPeriodResponse {
|
||||
/**
|
||||
* Use "token_period" instead. If this and "token_period" are both specified, only "token_period" will be used.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadPeriodResponse
|
||||
* @deprecated
|
||||
*/
|
||||
period?: number;
|
||||
/**
|
||||
* If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. This takes an integer number of seconds, or a string duration (e.g. "24h").
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadPeriodResponse
|
||||
*/
|
||||
tokenPeriod?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadPeriodResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadPeriodResponse(value: object): value is AppRoleReadPeriodResponse;
|
||||
export declare function AppRoleReadPeriodResponseFromJSON(json: any): AppRoleReadPeriodResponse;
|
||||
export declare function AppRoleReadPeriodResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadPeriodResponse;
|
||||
export declare function AppRoleReadPeriodResponseToJSON(json: any): AppRoleReadPeriodResponse;
|
||||
export declare function AppRoleReadPeriodResponseToJSONTyped(value?: AppRoleReadPeriodResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,43 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadPeriodResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadPeriodResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadPeriodResponseFromJSON(json) {
|
||||
return AppRoleReadPeriodResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadPeriodResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'period': json['period'] == null ? undefined : json['period'],
|
||||
'tokenPeriod': json['token_period'] == null ? undefined : json['token_period'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadPeriodResponseToJSON(json) {
|
||||
return AppRoleReadPeriodResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadPeriodResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'period': value['period'],
|
||||
'token_period': value['tokenPeriod'],
|
||||
};
|
||||
}
|
@ -1,39 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadPoliciesResponse
|
||||
*/
|
||||
export interface AppRoleReadPoliciesResponse {
|
||||
/**
|
||||
* Use "token_policies" instead. If this and "token_policies" are both specified, only "token_policies" will be used.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadPoliciesResponse
|
||||
* @deprecated
|
||||
*/
|
||||
policies?: Array<string>;
|
||||
/**
|
||||
* Comma-separated list of policies
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadPoliciesResponse
|
||||
*/
|
||||
tokenPolicies?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadPoliciesResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadPoliciesResponse(value: object): value is AppRoleReadPoliciesResponse;
|
||||
export declare function AppRoleReadPoliciesResponseFromJSON(json: any): AppRoleReadPoliciesResponse;
|
||||
export declare function AppRoleReadPoliciesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadPoliciesResponse;
|
||||
export declare function AppRoleReadPoliciesResponseToJSON(json: any): AppRoleReadPoliciesResponse;
|
||||
export declare function AppRoleReadPoliciesResponseToJSONTyped(value?: AppRoleReadPoliciesResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,43 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadPoliciesResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadPoliciesResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadPoliciesResponseFromJSON(json) {
|
||||
return AppRoleReadPoliciesResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadPoliciesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'policies': json['policies'] == null ? undefined : json['policies'],
|
||||
'tokenPolicies': json['token_policies'] == null ? undefined : json['token_policies'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadPoliciesResponseToJSON(json) {
|
||||
return AppRoleReadPoliciesResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadPoliciesResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'policies': value['policies'],
|
||||
'token_policies': value['tokenPolicies'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadRoleIdResponse
|
||||
*/
|
||||
export interface AppRoleReadRoleIdResponse {
|
||||
/**
|
||||
* Identifier of the role. Defaults to a UUID.
|
||||
* @type {string}
|
||||
* @memberof AppRoleReadRoleIdResponse
|
||||
*/
|
||||
roleId?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadRoleIdResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadRoleIdResponse(value: object): value is AppRoleReadRoleIdResponse;
|
||||
export declare function AppRoleReadRoleIdResponseFromJSON(json: any): AppRoleReadRoleIdResponse;
|
||||
export declare function AppRoleReadRoleIdResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadRoleIdResponse;
|
||||
export declare function AppRoleReadRoleIdResponseToJSON(json: any): AppRoleReadRoleIdResponse;
|
||||
export declare function AppRoleReadRoleIdResponseToJSONTyped(value?: AppRoleReadRoleIdResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadRoleIdResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadRoleIdResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadRoleIdResponseFromJSON(json) {
|
||||
return AppRoleReadRoleIdResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadRoleIdResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'roleId': json['role_id'] == null ? undefined : json['role_id'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadRoleIdResponseToJSON(json) {
|
||||
return AppRoleReadRoleIdResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadRoleIdResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'role_id': value['roleId'],
|
||||
};
|
||||
}
|
@ -1,124 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadRoleResponse
|
||||
*/
|
||||
export interface AppRoleReadRoleResponse {
|
||||
/**
|
||||
* Impose secret ID to be presented when logging in using this role.
|
||||
* @type {boolean}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
bindSecretId?: boolean;
|
||||
/**
|
||||
* If true, the secret identifiers generated using this role will be cluster local. This can only be set during role creation and once set, it can't be reset later
|
||||
* @type {boolean}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
localSecretIds?: boolean;
|
||||
/**
|
||||
* Use "token_period" instead. If this and "token_period" are both specified, only "token_period" will be used.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
* @deprecated
|
||||
*/
|
||||
period?: number;
|
||||
/**
|
||||
* Use "token_policies" instead. If this and "token_policies" are both specified, only "token_policies" will be used.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
* @deprecated
|
||||
*/
|
||||
policies?: Array<string>;
|
||||
/**
|
||||
* Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can perform the login operation.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
secretIdBoundCidrs?: Array<string>;
|
||||
/**
|
||||
* Number of times a secret ID can access the role, after which the secret ID will expire.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
secretIdNumUses?: number;
|
||||
/**
|
||||
* Duration in seconds after which the issued secret ID expires.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
secretIdTtl?: number;
|
||||
/**
|
||||
* Comma separated string or JSON list of CIDR blocks. If set, specifies the blocks of IP addresses which are allowed to use the generated token.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenBoundCidrs?: Array<string>;
|
||||
/**
|
||||
* If set, tokens created via this role carry an explicit maximum TTL. During renewal, the current maximum TTL values of the role and the mount are not checked for changes, and any updates to these values will have no effect on the token being renewed.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenExplicitMaxTtl?: number;
|
||||
/**
|
||||
* The maximum lifetime of the generated token
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenMaxTtl?: number;
|
||||
/**
|
||||
* If true, the 'default' policy will not automatically be added to generated tokens
|
||||
* @type {boolean}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenNoDefaultPolicy?: boolean;
|
||||
/**
|
||||
* The maximum number of times a token may be used, a value of zero means unlimited
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenNumUses?: number;
|
||||
/**
|
||||
* If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenPeriod?: number;
|
||||
/**
|
||||
* Comma-separated list of policies
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenPolicies?: Array<string>;
|
||||
/**
|
||||
* The initial ttl of the token to generate
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenTtl?: number;
|
||||
/**
|
||||
* The type of token to generate, service or batch
|
||||
* @type {string}
|
||||
* @memberof AppRoleReadRoleResponse
|
||||
*/
|
||||
tokenType?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadRoleResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadRoleResponse(value: object): value is AppRoleReadRoleResponse;
|
||||
export declare function AppRoleReadRoleResponseFromJSON(json: any): AppRoleReadRoleResponse;
|
||||
export declare function AppRoleReadRoleResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadRoleResponse;
|
||||
export declare function AppRoleReadRoleResponseToJSON(json: any): AppRoleReadRoleResponse;
|
||||
export declare function AppRoleReadRoleResponseToJSONTyped(value?: AppRoleReadRoleResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,71 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadRoleResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadRoleResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadRoleResponseFromJSON(json) {
|
||||
return AppRoleReadRoleResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadRoleResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'bindSecretId': json['bind_secret_id'] == null ? undefined : json['bind_secret_id'],
|
||||
'localSecretIds': json['local_secret_ids'] == null ? undefined : json['local_secret_ids'],
|
||||
'period': json['period'] == null ? undefined : json['period'],
|
||||
'policies': json['policies'] == null ? undefined : json['policies'],
|
||||
'secretIdBoundCidrs': json['secret_id_bound_cidrs'] == null ? undefined : json['secret_id_bound_cidrs'],
|
||||
'secretIdNumUses': json['secret_id_num_uses'] == null ? undefined : json['secret_id_num_uses'],
|
||||
'secretIdTtl': json['secret_id_ttl'] == null ? undefined : json['secret_id_ttl'],
|
||||
'tokenBoundCidrs': json['token_bound_cidrs'] == null ? undefined : json['token_bound_cidrs'],
|
||||
'tokenExplicitMaxTtl': json['token_explicit_max_ttl'] == null ? undefined : json['token_explicit_max_ttl'],
|
||||
'tokenMaxTtl': json['token_max_ttl'] == null ? undefined : json['token_max_ttl'],
|
||||
'tokenNoDefaultPolicy': json['token_no_default_policy'] == null ? undefined : json['token_no_default_policy'],
|
||||
'tokenNumUses': json['token_num_uses'] == null ? undefined : json['token_num_uses'],
|
||||
'tokenPeriod': json['token_period'] == null ? undefined : json['token_period'],
|
||||
'tokenPolicies': json['token_policies'] == null ? undefined : json['token_policies'],
|
||||
'tokenTtl': json['token_ttl'] == null ? undefined : json['token_ttl'],
|
||||
'tokenType': json['token_type'] == null ? undefined : json['token_type'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadRoleResponseToJSON(json) {
|
||||
return AppRoleReadRoleResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadRoleResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'bind_secret_id': value['bindSecretId'],
|
||||
'local_secret_ids': value['localSecretIds'],
|
||||
'period': value['period'],
|
||||
'policies': value['policies'],
|
||||
'secret_id_bound_cidrs': value['secretIdBoundCidrs'],
|
||||
'secret_id_num_uses': value['secretIdNumUses'],
|
||||
'secret_id_ttl': value['secretIdTtl'],
|
||||
'token_bound_cidrs': value['tokenBoundCidrs'],
|
||||
'token_explicit_max_ttl': value['tokenExplicitMaxTtl'],
|
||||
'token_max_ttl': value['tokenMaxTtl'],
|
||||
'token_no_default_policy': value['tokenNoDefaultPolicy'],
|
||||
'token_num_uses': value['tokenNumUses'],
|
||||
'token_period': value['tokenPeriod'],
|
||||
'token_policies': value['tokenPolicies'],
|
||||
'token_ttl': value['tokenTtl'],
|
||||
'token_type': value['tokenType'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadSecretIdBoundCidrsResponse
|
||||
*/
|
||||
export interface AppRoleReadSecretIdBoundCidrsResponse {
|
||||
/**
|
||||
* Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can perform the login operation.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadSecretIdBoundCidrsResponse
|
||||
*/
|
||||
secretIdBoundCidrs?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadSecretIdBoundCidrsResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadSecretIdBoundCidrsResponse(value: object): value is AppRoleReadSecretIdBoundCidrsResponse;
|
||||
export declare function AppRoleReadSecretIdBoundCidrsResponseFromJSON(json: any): AppRoleReadSecretIdBoundCidrsResponse;
|
||||
export declare function AppRoleReadSecretIdBoundCidrsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadSecretIdBoundCidrsResponse;
|
||||
export declare function AppRoleReadSecretIdBoundCidrsResponseToJSON(json: any): AppRoleReadSecretIdBoundCidrsResponse;
|
||||
export declare function AppRoleReadSecretIdBoundCidrsResponseToJSONTyped(value?: AppRoleReadSecretIdBoundCidrsResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadSecretIdBoundCidrsResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadSecretIdBoundCidrsResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadSecretIdBoundCidrsResponseFromJSON(json) {
|
||||
return AppRoleReadSecretIdBoundCidrsResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadSecretIdBoundCidrsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretIdBoundCidrs': json['secret_id_bound_cidrs'] == null ? undefined : json['secret_id_bound_cidrs'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadSecretIdBoundCidrsResponseToJSON(json) {
|
||||
return AppRoleReadSecretIdBoundCidrsResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadSecretIdBoundCidrsResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id_bound_cidrs': value['secretIdBoundCidrs'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadSecretIdNumUsesResponse
|
||||
*/
|
||||
export interface AppRoleReadSecretIdNumUsesResponse {
|
||||
/**
|
||||
* Number of times a secret ID can access the role, after which the SecretID will expire. Defaults to 0 meaning that the secret ID is of unlimited use.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadSecretIdNumUsesResponse
|
||||
*/
|
||||
secretIdNumUses?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadSecretIdNumUsesResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadSecretIdNumUsesResponse(value: object): value is AppRoleReadSecretIdNumUsesResponse;
|
||||
export declare function AppRoleReadSecretIdNumUsesResponseFromJSON(json: any): AppRoleReadSecretIdNumUsesResponse;
|
||||
export declare function AppRoleReadSecretIdNumUsesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadSecretIdNumUsesResponse;
|
||||
export declare function AppRoleReadSecretIdNumUsesResponseToJSON(json: any): AppRoleReadSecretIdNumUsesResponse;
|
||||
export declare function AppRoleReadSecretIdNumUsesResponseToJSONTyped(value?: AppRoleReadSecretIdNumUsesResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadSecretIdNumUsesResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadSecretIdNumUsesResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadSecretIdNumUsesResponseFromJSON(json) {
|
||||
return AppRoleReadSecretIdNumUsesResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadSecretIdNumUsesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretIdNumUses': json['secret_id_num_uses'] == null ? undefined : json['secret_id_num_uses'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadSecretIdNumUsesResponseToJSON(json) {
|
||||
return AppRoleReadSecretIdNumUsesResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadSecretIdNumUsesResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id_num_uses': value['secretIdNumUses'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadSecretIdTtlResponse
|
||||
*/
|
||||
export interface AppRoleReadSecretIdTtlResponse {
|
||||
/**
|
||||
* Duration in seconds after which the issued secret ID should expire. Defaults to 0, meaning no expiration.
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadSecretIdTtlResponse
|
||||
*/
|
||||
secretIdTtl?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadSecretIdTtlResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadSecretIdTtlResponse(value: object): value is AppRoleReadSecretIdTtlResponse;
|
||||
export declare function AppRoleReadSecretIdTtlResponseFromJSON(json: any): AppRoleReadSecretIdTtlResponse;
|
||||
export declare function AppRoleReadSecretIdTtlResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadSecretIdTtlResponse;
|
||||
export declare function AppRoleReadSecretIdTtlResponseToJSON(json: any): AppRoleReadSecretIdTtlResponse;
|
||||
export declare function AppRoleReadSecretIdTtlResponseToJSONTyped(value?: AppRoleReadSecretIdTtlResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadSecretIdTtlResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadSecretIdTtlResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadSecretIdTtlResponseFromJSON(json) {
|
||||
return AppRoleReadSecretIdTtlResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadSecretIdTtlResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretIdTtl': json['secret_id_ttl'] == null ? undefined : json['secret_id_ttl'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadSecretIdTtlResponseToJSON(json) {
|
||||
return AppRoleReadSecretIdTtlResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadSecretIdTtlResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id_ttl': value['secretIdTtl'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadTokenBoundCidrsResponse
|
||||
*/
|
||||
export interface AppRoleReadTokenBoundCidrsResponse {
|
||||
/**
|
||||
* Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleReadTokenBoundCidrsResponse
|
||||
*/
|
||||
tokenBoundCidrs?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenBoundCidrsResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadTokenBoundCidrsResponse(value: object): value is AppRoleReadTokenBoundCidrsResponse;
|
||||
export declare function AppRoleReadTokenBoundCidrsResponseFromJSON(json: any): AppRoleReadTokenBoundCidrsResponse;
|
||||
export declare function AppRoleReadTokenBoundCidrsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadTokenBoundCidrsResponse;
|
||||
export declare function AppRoleReadTokenBoundCidrsResponseToJSON(json: any): AppRoleReadTokenBoundCidrsResponse;
|
||||
export declare function AppRoleReadTokenBoundCidrsResponseToJSONTyped(value?: AppRoleReadTokenBoundCidrsResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenBoundCidrsResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadTokenBoundCidrsResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadTokenBoundCidrsResponseFromJSON(json) {
|
||||
return AppRoleReadTokenBoundCidrsResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenBoundCidrsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'tokenBoundCidrs': json['token_bound_cidrs'] == null ? undefined : json['token_bound_cidrs'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadTokenBoundCidrsResponseToJSON(json) {
|
||||
return AppRoleReadTokenBoundCidrsResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenBoundCidrsResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'token_bound_cidrs': value['tokenBoundCidrs'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadTokenMaxTtlResponse
|
||||
*/
|
||||
export interface AppRoleReadTokenMaxTtlResponse {
|
||||
/**
|
||||
* The maximum lifetime of the generated token
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadTokenMaxTtlResponse
|
||||
*/
|
||||
tokenMaxTtl?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenMaxTtlResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadTokenMaxTtlResponse(value: object): value is AppRoleReadTokenMaxTtlResponse;
|
||||
export declare function AppRoleReadTokenMaxTtlResponseFromJSON(json: any): AppRoleReadTokenMaxTtlResponse;
|
||||
export declare function AppRoleReadTokenMaxTtlResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadTokenMaxTtlResponse;
|
||||
export declare function AppRoleReadTokenMaxTtlResponseToJSON(json: any): AppRoleReadTokenMaxTtlResponse;
|
||||
export declare function AppRoleReadTokenMaxTtlResponseToJSONTyped(value?: AppRoleReadTokenMaxTtlResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenMaxTtlResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadTokenMaxTtlResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadTokenMaxTtlResponseFromJSON(json) {
|
||||
return AppRoleReadTokenMaxTtlResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenMaxTtlResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'tokenMaxTtl': json['token_max_ttl'] == null ? undefined : json['token_max_ttl'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadTokenMaxTtlResponseToJSON(json) {
|
||||
return AppRoleReadTokenMaxTtlResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenMaxTtlResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'token_max_ttl': value['tokenMaxTtl'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadTokenNumUsesResponse
|
||||
*/
|
||||
export interface AppRoleReadTokenNumUsesResponse {
|
||||
/**
|
||||
* The maximum number of times a token may be used, a value of zero means unlimited
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadTokenNumUsesResponse
|
||||
*/
|
||||
tokenNumUses?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenNumUsesResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadTokenNumUsesResponse(value: object): value is AppRoleReadTokenNumUsesResponse;
|
||||
export declare function AppRoleReadTokenNumUsesResponseFromJSON(json: any): AppRoleReadTokenNumUsesResponse;
|
||||
export declare function AppRoleReadTokenNumUsesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadTokenNumUsesResponse;
|
||||
export declare function AppRoleReadTokenNumUsesResponseToJSON(json: any): AppRoleReadTokenNumUsesResponse;
|
||||
export declare function AppRoleReadTokenNumUsesResponseToJSONTyped(value?: AppRoleReadTokenNumUsesResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenNumUsesResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadTokenNumUsesResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadTokenNumUsesResponseFromJSON(json) {
|
||||
return AppRoleReadTokenNumUsesResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenNumUsesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'tokenNumUses': json['token_num_uses'] == null ? undefined : json['token_num_uses'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadTokenNumUsesResponseToJSON(json) {
|
||||
return AppRoleReadTokenNumUsesResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenNumUsesResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'token_num_uses': value['tokenNumUses'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleReadTokenTtlResponse
|
||||
*/
|
||||
export interface AppRoleReadTokenTtlResponse {
|
||||
/**
|
||||
* The initial ttl of the token to generate
|
||||
* @type {number}
|
||||
* @memberof AppRoleReadTokenTtlResponse
|
||||
*/
|
||||
tokenTtl?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenTtlResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleReadTokenTtlResponse(value: object): value is AppRoleReadTokenTtlResponse;
|
||||
export declare function AppRoleReadTokenTtlResponseFromJSON(json: any): AppRoleReadTokenTtlResponse;
|
||||
export declare function AppRoleReadTokenTtlResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleReadTokenTtlResponse;
|
||||
export declare function AppRoleReadTokenTtlResponseToJSON(json: any): AppRoleReadTokenTtlResponse;
|
||||
export declare function AppRoleReadTokenTtlResponseToJSONTyped(value?: AppRoleReadTokenTtlResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleReadTokenTtlResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleReadTokenTtlResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleReadTokenTtlResponseFromJSON(json) {
|
||||
return AppRoleReadTokenTtlResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenTtlResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'tokenTtl': json['token_ttl'] == null ? undefined : json['token_ttl'],
|
||||
};
|
||||
}
|
||||
export function AppRoleReadTokenTtlResponseToJSON(json) {
|
||||
return AppRoleReadTokenTtlResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleReadTokenTtlResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'token_ttl': value['tokenTtl'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleWriteBindSecretIdRequest
|
||||
*/
|
||||
export interface AppRoleWriteBindSecretIdRequest {
|
||||
/**
|
||||
* Impose secret_id to be presented when logging in using this role.
|
||||
* @type {boolean}
|
||||
* @memberof AppRoleWriteBindSecretIdRequest
|
||||
*/
|
||||
bindSecretId?: boolean;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteBindSecretIdRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleWriteBindSecretIdRequest(value: object): value is AppRoleWriteBindSecretIdRequest;
|
||||
export declare function AppRoleWriteBindSecretIdRequestFromJSON(json: any): AppRoleWriteBindSecretIdRequest;
|
||||
export declare function AppRoleWriteBindSecretIdRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleWriteBindSecretIdRequest;
|
||||
export declare function AppRoleWriteBindSecretIdRequestToJSON(json: any): AppRoleWriteBindSecretIdRequest;
|
||||
export declare function AppRoleWriteBindSecretIdRequestToJSONTyped(value?: AppRoleWriteBindSecretIdRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteBindSecretIdRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleWriteBindSecretIdRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleWriteBindSecretIdRequestFromJSON(json) {
|
||||
return AppRoleWriteBindSecretIdRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteBindSecretIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'bindSecretId': json['bind_secret_id'] == null ? undefined : json['bind_secret_id'],
|
||||
};
|
||||
}
|
||||
export function AppRoleWriteBindSecretIdRequestToJSON(json) {
|
||||
return AppRoleWriteBindSecretIdRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteBindSecretIdRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'bind_secret_id': value['bindSecretId'],
|
||||
};
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleWriteBoundCidrListRequest
|
||||
*/
|
||||
export interface AppRoleWriteBoundCidrListRequest {
|
||||
/**
|
||||
* Deprecated: Please use "secret_id_bound_cidrs" instead. Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can perform the login operation.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleWriteBoundCidrListRequest
|
||||
*/
|
||||
boundCidrList?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteBoundCidrListRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleWriteBoundCidrListRequest(value: object): value is AppRoleWriteBoundCidrListRequest;
|
||||
export declare function AppRoleWriteBoundCidrListRequestFromJSON(json: any): AppRoleWriteBoundCidrListRequest;
|
||||
export declare function AppRoleWriteBoundCidrListRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleWriteBoundCidrListRequest;
|
||||
export declare function AppRoleWriteBoundCidrListRequestToJSON(json: any): AppRoleWriteBoundCidrListRequest;
|
||||
export declare function AppRoleWriteBoundCidrListRequestToJSONTyped(value?: AppRoleWriteBoundCidrListRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,41 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteBoundCidrListRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleWriteBoundCidrListRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleWriteBoundCidrListRequestFromJSON(json) {
|
||||
return AppRoleWriteBoundCidrListRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteBoundCidrListRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'boundCidrList': json['bound_cidr_list'] == null ? undefined : json['bound_cidr_list'],
|
||||
};
|
||||
}
|
||||
export function AppRoleWriteBoundCidrListRequestToJSON(json) {
|
||||
return AppRoleWriteBoundCidrListRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteBoundCidrListRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'bound_cidr_list': value['boundCidrList'],
|
||||
};
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
export interface AppRoleWriteCustomSecretIdRequest {
|
||||
/**
|
||||
* Comma separated string or list of CIDR blocks enforcing secret IDs to be used from specific set of IP addresses. If 'bound_cidr_list' is set on the role, then the list of CIDR blocks listed here should be a subset of the CIDR blocks listed on the role.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
cidrList?: Array<string>;
|
||||
/**
|
||||
* Metadata to be tied to the SecretID. This should be a JSON formatted string containing metadata in key value pairs.
|
||||
* @type {string}
|
||||
* @memberof AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
metadata?: string;
|
||||
/**
|
||||
* Number of times this SecretID can be used, after which the SecretID expires. Overrides secret_id_num_uses role option when supplied. May not be higher than role's secret_id_num_uses.
|
||||
* @type {number}
|
||||
* @memberof AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
numUses?: number;
|
||||
/**
|
||||
* SecretID to be attached to the role.
|
||||
* @type {string}
|
||||
* @memberof AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
secretId?: string;
|
||||
/**
|
||||
* Comma separated string or list of CIDR blocks. If set, specifies the blocks of IP addresses which can use the returned token. Should be a subset of the token CIDR blocks listed on the role, if any.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
tokenBoundCidrs?: Array<string>;
|
||||
/**
|
||||
* Duration in seconds after which this SecretID expires. Overrides secret_id_ttl role option when supplied. May not be longer than role's secret_id_ttl.
|
||||
* @type {string}
|
||||
* @memberof AppRoleWriteCustomSecretIdRequest
|
||||
*/
|
||||
ttl?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteCustomSecretIdRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleWriteCustomSecretIdRequest(value: object): value is AppRoleWriteCustomSecretIdRequest;
|
||||
export declare function AppRoleWriteCustomSecretIdRequestFromJSON(json: any): AppRoleWriteCustomSecretIdRequest;
|
||||
export declare function AppRoleWriteCustomSecretIdRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleWriteCustomSecretIdRequest;
|
||||
export declare function AppRoleWriteCustomSecretIdRequestToJSON(json: any): AppRoleWriteCustomSecretIdRequest;
|
||||
export declare function AppRoleWriteCustomSecretIdRequestToJSONTyped(value?: AppRoleWriteCustomSecretIdRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,51 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteCustomSecretIdRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleWriteCustomSecretIdRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdRequestFromJSON(json) {
|
||||
return AppRoleWriteCustomSecretIdRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'cidrList': json['cidr_list'] == null ? undefined : json['cidr_list'],
|
||||
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
||||
'numUses': json['num_uses'] == null ? undefined : json['num_uses'],
|
||||
'secretId': json['secret_id'] == null ? undefined : json['secret_id'],
|
||||
'tokenBoundCidrs': json['token_bound_cidrs'] == null ? undefined : json['token_bound_cidrs'],
|
||||
'ttl': json['ttl'] == null ? undefined : json['ttl'],
|
||||
};
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdRequestToJSON(json) {
|
||||
return AppRoleWriteCustomSecretIdRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'cidr_list': value['cidrList'],
|
||||
'metadata': value['metadata'],
|
||||
'num_uses': value['numUses'],
|
||||
'secret_id': value['secretId'],
|
||||
'token_bound_cidrs': value['tokenBoundCidrs'],
|
||||
'ttl': value['ttl'],
|
||||
};
|
||||
}
|
@ -1,50 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleWriteCustomSecretIdResponse
|
||||
*/
|
||||
export interface AppRoleWriteCustomSecretIdResponse {
|
||||
/**
|
||||
* Secret ID attached to the role.
|
||||
* @type {string}
|
||||
* @memberof AppRoleWriteCustomSecretIdResponse
|
||||
*/
|
||||
secretId?: string;
|
||||
/**
|
||||
* Accessor of the secret ID
|
||||
* @type {string}
|
||||
* @memberof AppRoleWriteCustomSecretIdResponse
|
||||
*/
|
||||
secretIdAccessor?: string;
|
||||
/**
|
||||
* Number of times a secret ID can access the role, after which the secret ID will expire.
|
||||
* @type {number}
|
||||
* @memberof AppRoleWriteCustomSecretIdResponse
|
||||
*/
|
||||
secretIdNumUses?: number;
|
||||
/**
|
||||
* Duration in seconds after which the issued secret ID expires.
|
||||
* @type {number}
|
||||
* @memberof AppRoleWriteCustomSecretIdResponse
|
||||
*/
|
||||
secretIdTtl?: number;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteCustomSecretIdResponse interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleWriteCustomSecretIdResponse(value: object): value is AppRoleWriteCustomSecretIdResponse;
|
||||
export declare function AppRoleWriteCustomSecretIdResponseFromJSON(json: any): AppRoleWriteCustomSecretIdResponse;
|
||||
export declare function AppRoleWriteCustomSecretIdResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleWriteCustomSecretIdResponse;
|
||||
export declare function AppRoleWriteCustomSecretIdResponseToJSON(json: any): AppRoleWriteCustomSecretIdResponse;
|
||||
export declare function AppRoleWriteCustomSecretIdResponseToJSONTyped(value?: AppRoleWriteCustomSecretIdResponse | null, ignoreDiscriminator?: boolean): any;
|
@ -1,47 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWriteCustomSecretIdResponse interface.
|
||||
*/
|
||||
export function instanceOfAppRoleWriteCustomSecretIdResponse(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdResponseFromJSON(json) {
|
||||
return AppRoleWriteCustomSecretIdResponseFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdResponseFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'secretId': json['secret_id'] == null ? undefined : json['secret_id'],
|
||||
'secretIdAccessor': json['secret_id_accessor'] == null ? undefined : json['secret_id_accessor'],
|
||||
'secretIdNumUses': json['secret_id_num_uses'] == null ? undefined : json['secret_id_num_uses'],
|
||||
'secretIdTtl': json['secret_id_ttl'] == null ? undefined : json['secret_id_ttl'],
|
||||
};
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdResponseToJSON(json) {
|
||||
return AppRoleWriteCustomSecretIdResponseToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWriteCustomSecretIdResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'secret_id': value['secretId'],
|
||||
'secret_id_accessor': value['secretIdAccessor'],
|
||||
'secret_id_num_uses': value['secretIdNumUses'],
|
||||
'secret_id_ttl': value['secretIdTtl'],
|
||||
};
|
||||
}
|
@ -1,39 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleWritePeriodRequest
|
||||
*/
|
||||
export interface AppRoleWritePeriodRequest {
|
||||
/**
|
||||
* Use "token_period" instead. If this and "token_period" are both specified, only "token_period" will be used.
|
||||
* @type {string}
|
||||
* @memberof AppRoleWritePeriodRequest
|
||||
* @deprecated
|
||||
*/
|
||||
period?: string;
|
||||
/**
|
||||
* If set, tokens created via this role will have no max lifetime; instead, their renewal period will be fixed to this value. This takes an integer number of seconds, or a string duration (e.g. "24h").
|
||||
* @type {string}
|
||||
* @memberof AppRoleWritePeriodRequest
|
||||
*/
|
||||
tokenPeriod?: string;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWritePeriodRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleWritePeriodRequest(value: object): value is AppRoleWritePeriodRequest;
|
||||
export declare function AppRoleWritePeriodRequestFromJSON(json: any): AppRoleWritePeriodRequest;
|
||||
export declare function AppRoleWritePeriodRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleWritePeriodRequest;
|
||||
export declare function AppRoleWritePeriodRequestToJSON(json: any): AppRoleWritePeriodRequest;
|
||||
export declare function AppRoleWritePeriodRequestToJSONTyped(value?: AppRoleWritePeriodRequest | null, ignoreDiscriminator?: boolean): any;
|
@ -1,43 +0,0 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWritePeriodRequest interface.
|
||||
*/
|
||||
export function instanceOfAppRoleWritePeriodRequest(value) {
|
||||
return true;
|
||||
}
|
||||
export function AppRoleWritePeriodRequestFromJSON(json) {
|
||||
return AppRoleWritePeriodRequestFromJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWritePeriodRequestFromJSONTyped(json, ignoreDiscriminator) {
|
||||
if (json == null) {
|
||||
return json;
|
||||
}
|
||||
return {
|
||||
'period': json['period'] == null ? undefined : json['period'],
|
||||
'tokenPeriod': json['token_period'] == null ? undefined : json['token_period'],
|
||||
};
|
||||
}
|
||||
export function AppRoleWritePeriodRequestToJSON(json) {
|
||||
return AppRoleWritePeriodRequestToJSONTyped(json, false);
|
||||
}
|
||||
export function AppRoleWritePeriodRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
||||
if (value == null) {
|
||||
return value;
|
||||
}
|
||||
return {
|
||||
'period': value['period'],
|
||||
'token_period': value['tokenPeriod'],
|
||||
};
|
||||
}
|
@ -1,39 +0,0 @@
|
||||
/**
|
||||
* HashiCorp Vault API
|
||||
* HTTP API that gives you full access to Vault. All API routes are prefixed with `/v1/`.
|
||||
*
|
||||
* The version of the OpenAPI document: 1.21.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface AppRoleWritePoliciesRequest
|
||||
*/
|
||||
export interface AppRoleWritePoliciesRequest {
|
||||
/**
|
||||
* Use "token_policies" instead. If this and "token_policies" are both specified, only "token_policies" will be used.
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleWritePoliciesRequest
|
||||
* @deprecated
|
||||
*/
|
||||
policies?: Array<string>;
|
||||
/**
|
||||
* Comma-separated list of policies
|
||||
* @type {Array<string>}
|
||||
* @memberof AppRoleWritePoliciesRequest
|
||||
*/
|
||||
tokenPolicies?: Array<string>;
|
||||
}
|
||||
/**
|
||||
* Check if a given object implements the AppRoleWritePoliciesRequest interface.
|
||||
*/
|
||||
export declare function instanceOfAppRoleWritePoliciesRequest(value: object): value is AppRoleWritePoliciesRequest;
|
||||
export declare function AppRoleWritePoliciesRequestFromJSON(json: any): AppRoleWritePoliciesRequest;
|
||||
export declare function AppRoleWritePoliciesRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppRoleWritePoliciesRequest;
|
||||
export declare function AppRoleWritePoliciesRequestToJSON(json: any): AppRoleWritePoliciesRequest;
|
||||
export declare function AppRoleWritePoliciesRequestToJSONTyped(value?: AppRoleWritePoliciesRequest | null, ignoreDiscriminator?: boolean): any;
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user