Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1715 from sail…
Browse files Browse the repository at this point in the history
…point/devrel-1670

devrel-1670' by github action: 9748367162' typescript-axios sdk: 9748371593
  • Loading branch information
developer-relations-sp committed Jul 1, 2024
1 parent 48cef99 commit 2e92a04
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 61 deletions.
40 changes: 20 additions & 20 deletions sdk-output/beta/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55237,11 +55237,11 @@ export const IdentityHistoryBetaApiAxiosParamCreator = function (configuration?:
};
},
/**
* This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
* @summary Gets the list of identity access items at a given date filterd by item type
* @param {string} id The identity id
* @param {string} date The specified date
* @param {string} [type] The access item type
* Use this API to get a list of identity access items at a specified date, filtered by item type.
* @summary Get Identity Access Items Snapshot
* @param {string} id Identity ID.
* @param {string} date Specified date.
* @param {string} [type] Access item type.
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -55495,11 +55495,11 @@ export const IdentityHistoryBetaApiFp = function(configuration?: Configuration)
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
},
/**
* This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
* @summary Gets the list of identity access items at a given date filterd by item type
* @param {string} id The identity id
* @param {string} date The specified date
* @param {string} [type] The access item type
* Use this API to get a list of identity access items at a specified date, filtered by item type.
* @summary Get Identity Access Items Snapshot
* @param {string} id Identity ID.
* @param {string} date Specified date.
* @param {string} [type] Access item type.
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -55655,11 +55655,11 @@ export const IdentityHistoryBetaApiFactory = function (configuration?: Configura
return localVarFp.listIdentityAccessItems(id, type, axiosOptions).then((request) => request(axios, basePath));
},
/**
* This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
* @summary Gets the list of identity access items at a given date filterd by item type
* @param {string} id The identity id
* @param {string} date The specified date
* @param {string} [type] The access item type
* Use this API to get a list of identity access items at a specified date, filtered by item type.
* @summary Get Identity Access Items Snapshot
* @param {string} id Identity ID.
* @param {string} date Specified date.
* @param {string} [type] Access item type.
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
*/
Expand Down Expand Up @@ -56034,21 +56034,21 @@ export interface IdentityHistoryBetaApiListIdentityAccessItemsRequest {
*/
export interface IdentityHistoryBetaApiListIdentitySnapshotAccessItemsRequest {
/**
* The identity id
* Identity ID.
* @type {string}
* @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
*/
readonly id: string

/**
* The specified date
* Specified date.
* @type {string}
* @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
*/
readonly date: string

/**
* The access item type
* Access item type.
* @type {string}
* @memberof IdentityHistoryBetaApiListIdentitySnapshotAccessItems
*/
Expand Down Expand Up @@ -56220,8 +56220,8 @@ export class IdentityHistoryBetaApi extends BaseAPI {
}

/**
* This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of \'idn:identity-history:read\'
* @summary Gets the list of identity access items at a given date filterd by item type
* Use this API to get a list of identity access items at a specified date, filtered by item type.
* @summary Get Identity Access Items Snapshot
* @param {IdentityHistoryBetaApiListIdentitySnapshotAccessItemsRequest} requestParameters Request parameters.
* @param {*} [axiosOptions] Override http request option.
* @throws {RequiredError}
Expand Down
Loading

0 comments on commit 2e92a04

Please sign in to comment.