How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cisco Intersight Iam API

The iam API from Cisco Intersight — 118 operation(s) for iam.

Cisco Intersight Iam API is one of 117 APIs that Cisco Intersight publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include IAM. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 249 operations across 118 paths, and defines 536 schemas. It is described by OpenAPI 3.2.0, at version 1.0.11-20260807064027971.

Requests are made against a single base URL, https://{server}.

249 operations 118 paths 536 schemas 28 DELETE118 GET36 PATCH67 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.11-20260807064027971
Base URL
https://intersight.com
Authentication
API Key, HTTP Signature, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Cisco Intersight Iam API declares 3 security schemes for authenticating requests. An API key is passed in the cookie as X-Starship-Token (cookieAuth). It uses HTTP signature authentication (http_signature). It supports OAuth 2.0 (oAuth2) using the authorizationCode and clientCredentials flows, exposing 3315 scopes.

  • cookieAuth — The authentication cookie obtained from a Single-Sign-On SAML assertion.
  • http_signature — The 'HTTP signature' security scheme. Each HTTP request is cryptographically signed as specified in https://datatracker.ietf.org/doc/draft-cavage-http-signatur…
  • oAuth2 — The client uses the OAuth2 security scheme. To use OAuth2, a client application must be registered by creating a iam.AppRegistration resource. The user who cre…

Paths & Operations 249

Across 118 paths, the API surfaces 249 operations — 28 DELETE, 118 GET, 36 PATCH, 67 POST. Each is listed below with its method, path, parameters, and response codes.

iam 249
GET
/api/v1/iam/Accounts
Read a 'iam.Account' resource.
GetIamAccountList 11 params → 200400401403404default
POST
/api/v1/iam/Accounts
Create a 'iam.Account' resource.
CreateIamAccount 2 params body → 200400401403404default
GET
/api/v1/iam/Accounts/{Moid}
Read a 'iam.Account' resource.
GetIamAccountByMoid 4 params → 200400401403404default
POST
/api/v1/iam/Accounts/{Moid}
Update a 'iam.Account' resource.
UpdateIamAccount 2 params body → 200400401403404default
PATCH
/api/v1/iam/Accounts/{Moid}
Update a 'iam.Account' resource.
PatchIamAccount 2 params body → 200400401403404default
DELETE
/api/v1/iam/Accounts/{Moid}
Delete a 'iam.Account' resource.
DeleteIamAccount 1 param → 200400401403404default
GET
/api/v1/iam/AccountExperiences
Read a 'iam.AccountExperience' resource.
GetIamAccountExperienceList 11 params → 200400401403404default
GET
/api/v1/iam/AccountExperiences/{Moid}
Read a 'iam.AccountExperience' resource.
GetIamAccountExperienceByMoid 4 params → 200400401403404default
GET
/api/v1/iam/ApiKeys
Read a 'iam.ApiKey' resource.
GetIamApiKeyList 11 params → 200400401403404default
POST
/api/v1/iam/ApiKeys
Create a 'iam.ApiKey' resource.
CreateIamApiKey 2 params body → 200400401403404default
GET
/api/v1/iam/ApiKeys/{Moid}
Read a 'iam.ApiKey' resource.
GetIamApiKeyByMoid 4 params → 200400401403404default
DELETE
/api/v1/iam/ApiKeys/{Moid}
Delete a 'iam.ApiKey' resource.
DeleteIamApiKey 1 param → 200400401403404default
POST
/api/v1/iam/ApiKeys/{Moid}
Update a 'iam.ApiKey' resource.
UpdateIamApiKey 2 params body → 200400401403404default
PATCH
/api/v1/iam/ApiKeys/{Moid}
Update a 'iam.ApiKey' resource.
PatchIamApiKey 2 params body → 200400401403404default
GET
/api/v1/iam/AppRegistrations
Read a 'iam.AppRegistration' resource.
GetIamAppRegistrationList 11 params → 200400401403404default
POST
/api/v1/iam/AppRegistrations
Create a 'iam.AppRegistration' resource.
CreateIamAppRegistration 2 params body → 200400401403404default
GET
/api/v1/iam/AppRegistrations/{Moid}
Read a 'iam.AppRegistration' resource.
GetIamAppRegistrationByMoid 4 params → 200400401403404default
DELETE
/api/v1/iam/AppRegistrations/{Moid}
Delete a 'iam.AppRegistration' resource.
DeleteIamAppRegistration 1 param → 200400401403404default
POST
/api/v1/iam/AppRegistrations/{Moid}
Update a 'iam.AppRegistration' resource.
UpdateIamAppRegistration 2 params body → 200400401403404default
PATCH
/api/v1/iam/AppRegistrations/{Moid}
Update a 'iam.AppRegistration' resource.
PatchIamAppRegistration 2 params body → 200400401403404default
GET
/api/v1/iam/BannerMessages
Read a 'iam.BannerMessage' resource.
GetIamBannerMessageList 11 params → 200400401403404default
GET
/api/v1/iam/BannerMessages/{Moid}
Read a 'iam.BannerMessage' resource.
GetIamBannerMessageByMoid 4 params → 200400401403404default
POST
/api/v1/iam/BannerMessages/{Moid}
Update a 'iam.BannerMessage' resource.
UpdateIamBannerMessage 2 params body → 200400401403404default
PATCH
/api/v1/iam/BannerMessages/{Moid}
Update a 'iam.BannerMessage' resource.
PatchIamBannerMessage 2 params body → 200400401403404default
GET
/api/v1/iam/Certificates
Read a 'iam.Certificate' resource.
GetIamCertificateList 11 params → 200400401403404default
POST
/api/v1/iam/Certificates
Create a 'iam.Certificate' resource.
CreateIamCertificate 2 params body → 200400401403404default
GET
/api/v1/iam/Certificates/{Moid}
Read a 'iam.Certificate' resource.
GetIamCertificateByMoid 4 params → 200400401403404default
POST
/api/v1/iam/Certificates/{Moid}
Update a 'iam.Certificate' resource.
UpdateIamCertificate 2 params body → 200400401403404default
PATCH
/api/v1/iam/Certificates/{Moid}
Update a 'iam.Certificate' resource.
PatchIamCertificate 2 params body → 200400401403404default
DELETE
/api/v1/iam/Certificates/{Moid}
Delete a 'iam.Certificate' resource.
DeleteIamCertificate 1 param → 200400401403404default
GET
/api/v1/iam/CertificateRequests
Read a 'iam.CertificateRequest' resource.
GetIamCertificateRequestList 11 params → 200400401403404default
POST
/api/v1/iam/CertificateRequests
Create a 'iam.CertificateRequest' resource.
CreateIamCertificateRequest 2 params body → 200400401403404default
GET
/api/v1/iam/CertificateRequests/{Moid}
Read a 'iam.CertificateRequest' resource.
GetIamCertificateRequestByMoid 4 params → 200400401403404default
POST
/api/v1/iam/CertificateRequests/{Moid}
Update a 'iam.CertificateRequest' resource.
UpdateIamCertificateRequest 2 params body → 200400401403404default
PATCH
/api/v1/iam/CertificateRequests/{Moid}
Update a 'iam.CertificateRequest' resource.
PatchIamCertificateRequest 2 params body → 200400401403404default
DELETE
/api/v1/iam/CertificateRequests/{Moid}
Delete a 'iam.CertificateRequest' resource.
DeleteIamCertificateRequest 1 param → 200400401403404default
POST
/api/v1/iam/CuiIntegrations
Create a 'iam.CuiIntegration' resource.
CreateIamCuiIntegration 2 params body → 200400401403404default
GET
/api/v1/iam/CuiIntegrations
Read a 'iam.CuiIntegration' resource.
GetIamCuiIntegrationList 11 params → 200400401403404default
POST
/api/v1/iam/CuiIntegrations/{Moid}
Update a 'iam.CuiIntegration' resource.
UpdateIamCuiIntegration 2 params body → 200400401403404default
PATCH
/api/v1/iam/CuiIntegrations/{Moid}
Update a 'iam.CuiIntegration' resource.
PatchIamCuiIntegration 2 params body → 200400401403404default
GET
/api/v1/iam/CuiIntegrations/{Moid}
Read a 'iam.CuiIntegration' resource.
GetIamCuiIntegrationByMoid 4 params → 200400401403404default
GET
/api/v1/iam/DefaultAuthentications
Read a 'iam.DefaultAuthentication' resource.
GetIamDefaultAuthenticationList 11 params → 200400401403404default
GET
/api/v1/iam/DefaultAuthentications/{Moid}
Read a 'iam.DefaultAuthentication' resource.
GetIamDefaultAuthenticationByMoid 4 params → 200400401403404default
POST
/api/v1/iam/DefaultAuthentications/{Moid}
Update a 'iam.DefaultAuthentication' resource.
UpdateIamDefaultAuthentication 2 params body → 200400401403404default
PATCH
/api/v1/iam/DefaultAuthentications/{Moid}
Update a 'iam.DefaultAuthentication' resource.
PatchIamDefaultAuthentication 2 params body → 200400401403404default
GET
/api/v1/iam/DomainGroups
Read a 'iam.DomainGroup' resource.
GetIamDomainGroupList 11 params → 200400401403404default
GET
/api/v1/iam/DomainGroups/{Moid}
Read a 'iam.DomainGroup' resource.
GetIamDomainGroupByMoid 4 params → 200400401403404default
GET
/api/v1/iam/DomainNameInfos
Read a 'iam.DomainNameInfo' resource.
GetIamDomainNameInfoList 11 params → 200400401403404default
POST
/api/v1/iam/DomainNameInfos
Create a 'iam.DomainNameInfo' resource.
CreateIamDomainNameInfo 2 params body → 200400401403404default
GET
/api/v1/iam/DomainNameInfos/{Moid}
Read a 'iam.DomainNameInfo' resource.
GetIamDomainNameInfoByMoid 4 params → 200400401403404default
POST
/api/v1/iam/DomainNameInfos/{Moid}
Update a 'iam.DomainNameInfo' resource.
UpdateIamDomainNameInfo 2 params body → 200400401403404default
PATCH
/api/v1/iam/DomainNameInfos/{Moid}
Update a 'iam.DomainNameInfo' resource.
PatchIamDomainNameInfo 2 params body → 200400401403404default
DELETE
/api/v1/iam/DomainNameInfos/{Moid}
Delete a 'iam.DomainNameInfo' resource.
DeleteIamDomainNameInfo 1 param → 200400401403404default
GET
/api/v1/iam/EndPointPrivileges
Read a 'iam.EndPointPrivilege' resource.
GetIamEndPointPrivilegeList 11 params → 200400401403404default
GET
/api/v1/iam/EndPointPrivileges/{Moid}
Read a 'iam.EndPointPrivilege' resource.
GetIamEndPointPrivilegeByMoid 4 params → 200400401403404default
GET
/api/v1/iam/EndPointRoles
Read a 'iam.EndPointRole' resource.
GetIamEndPointRoleList 11 params → 200400401403404default
GET
/api/v1/iam/EndPointRoles/{Moid}
Read a 'iam.EndPointRole' resource.
GetIamEndPointRoleByMoid 4 params → 200400401403404default
GET
/api/v1/iam/EndPointUsers
Read a 'iam.EndPointUser' resource.
GetIamEndPointUserList 11 params → 200400401403404default
POST
/api/v1/iam/EndPointUsers
Create a 'iam.EndPointUser' resource.
CreateIamEndPointUser 2 params body → 200400401403404default
GET
/api/v1/iam/EndPointUsers/{Moid}
Read a 'iam.EndPointUser' resource.
GetIamEndPointUserByMoid 4 params → 200400401403404default
POST
/api/v1/iam/EndPointUsers/{Moid}
Update a 'iam.EndPointUser' resource.
UpdateIamEndPointUser 2 params body → 200400401403404default
PATCH
/api/v1/iam/EndPointUsers/{Moid}
Update a 'iam.EndPointUser' resource.
PatchIamEndPointUser 2 params body → 200400401403404default
DELETE
/api/v1/iam/EndPointUsers/{Moid}
Delete a 'iam.EndPointUser' resource.
DeleteIamEndPointUser 1 param → 200400401403404default
GET
/api/v1/iam/EndPointUserInventories
Read a 'iam.EndPointUserInventory' resource.
GetIamEndPointUserInventoryList 11 params → 200400401403404default
GET
/api/v1/iam/EndPointUserInventories/{Moid}
Read a 'iam.EndPointUserInventory' resource.
GetIamEndPointUserInventoryByMoid 4 params → 200400401403404default
GET
/api/v1/iam/EndPointUserPolicies
Read a 'iam.EndPointUserPolicy' resource.
GetIamEndPointUserPolicyList 11 params → 200400401403404default
POST
/api/v1/iam/EndPointUserPolicies
Create a 'iam.EndPointUserPolicy' resource.
CreateIamEndPointUserPolicy 2 params body → 200400401403404default
GET
/api/v1/iam/EndPointUserPolicies/{Moid}
Read a 'iam.EndPointUserPolicy' resource.
GetIamEndPointUserPolicyByMoid 4 params → 200400401403404default
POST
/api/v1/iam/EndPointUserPolicies/{Moid}
Update a 'iam.EndPointUserPolicy' resource.
UpdateIamEndPointUserPolicy 2 params body → 200400401403404default
PATCH
/api/v1/iam/EndPointUserPolicies/{Moid}
Update a 'iam.EndPointUserPolicy' resource.
PatchIamEndPointUserPolicy 2 params body → 200400401403404default
DELETE
/api/v1/iam/EndPointUserPolicies/{Moid}
Delete a 'iam.EndPointUserPolicy' resource.
DeleteIamEndPointUserPolicy 1 param → 200400401403404default
GET
/api/v1/iam/EndPointUserPolicyInventories
Read a 'iam.EndPointUserPolicyInventory' resource.
GetIamEndPointUserPolicyInventoryList 11 params → 200400401403404default
GET
/api/v1/iam/EndPointUserPolicyInventories/{Moid}
Read a 'iam.EndPointUserPolicyInventory' resource.
GetIamEndPointUserPolicyInventoryByMoid 4 params → 200400401403404default
GET
/api/v1/iam/EndPointUserRoles
Read a 'iam.EndPointUserRole' resource.
GetIamEndPointUserRoleList 11 params → 200400401403404default
POST
/api/v1/iam/EndPointUserRoles
Create a 'iam.EndPointUserRole' resource.
CreateIamEndPointUserRole 2 params body → 200400401403404default
GET
/api/v1/iam/EndPointUserRoles/{Moid}
Read a 'iam.EndPointUserRole' resource.
GetIamEndPointUserRoleByMoid 4 params → 200400401403404default
POST
/api/v1/iam/EndPointUserRoles/{Moid}
Update a 'iam.EndPointUserRole' resource.
UpdateIamEndPointUserRole 2 params body → 200400401403404default
PATCH
/api/v1/iam/EndPointUserRoles/{Moid}
Update a 'iam.EndPointUserRole' resource.
PatchIamEndPointUserRole 2 params body → 200400401403404default
DELETE
/api/v1/iam/EndPointUserRoles/{Moid}
Delete a 'iam.EndPointUserRole' resource.
DeleteIamEndPointUserRole 1 param → 200400401403404default
GET
/api/v1/iam/EndPointUserRoleInventories
Read a 'iam.EndPointUserRoleInventory' resource.
GetIamEndPointUserRoleInventoryList 11 params → 200400401403404default
GET
/api/v1/iam/EndPointUserRoleInventories/{Moid}
Read a 'iam.EndPointUserRoleInventory' resource.
GetIamEndPointUserRoleInventoryByMoid 4 params → 200400401403404default
GET
/api/v1/iam/GuestAccessSettings
Read a 'iam.GuestAccessSettings' resource.
GetIamGuestAccessSettingsList 11 params → 200400401403404default
POST
/api/v1/iam/GuestAccessSettings
Create a 'iam.GuestAccessSettings' resource.
CreateIamGuestAccessSettings 2 params body → 200400401403404default
GET
/api/v1/iam/GuestAccessSettings/{Moid}
Read a 'iam.GuestAccessSettings' resource.
GetIamGuestAccessSettingsByMoid 4 params → 200400401403404default
POST
/api/v1/iam/GuestAccessSettings/{Moid}
Update a 'iam.GuestAccessSettings' resource.
UpdateIamGuestAccessSettings 2 params body → 200400401403404default
PATCH
/api/v1/iam/GuestAccessSettings/{Moid}
Update a 'iam.GuestAccessSettings' resource.
PatchIamGuestAccessSettings 2 params body → 200400401403404default
DELETE
/api/v1/iam/GuestAccessSettings/{Moid}
Delete a 'iam.GuestAccessSettings' resource.
DeleteIamGuestAccessSettings 1 param → 200400401403404default
GET
/api/v1/iam/Idps
Read a 'iam.Idp' resource.
GetIamIdpList 11 params → 200400401403404default
POST
/api/v1/iam/Idps
Create a 'iam.Idp' resource.
CreateIamIdp 2 params body → 200400401403404default
GET
/api/v1/iam/Idps/{Moid}
Read a 'iam.Idp' resource.
GetIamIdpByMoid 4 params → 200400401403404default
POST
/api/v1/iam/Idps/{Moid}
Update a 'iam.Idp' resource.
UpdateIamIdp 2 params body → 200400401403404default
PATCH
/api/v1/iam/Idps/{Moid}
Update a 'iam.Idp' resource.
PatchIamIdp 2 params body → 200400401403404default
DELETE
/api/v1/iam/Idps/{Moid}
Delete a 'iam.Idp' resource.
DeleteIamIdp 1 param → 200400401403404default
GET
/api/v1/iam/IdpReferences
Read a 'iam.IdpReference' resource.
GetIamIdpReferenceList 11 params → 200400401403404default
GET
/api/v1/iam/IdpReferences/{Moid}
Read a 'iam.IdpReference' resource.
GetIamIdpReferenceByMoid 4 params → 200400401403404default
POST
/api/v1/iam/IdpReferences/{Moid}
Update a 'iam.IdpReference' resource.
UpdateIamIdpReference 2 params body → 200400401403404default
PATCH
/api/v1/iam/IdpReferences/{Moid}
Update a 'iam.IdpReference' resource.
PatchIamIdpReference 2 params body → 200400401403404default
GET
/api/v1/iam/IpAccessManagements
Read a 'iam.IpAccessManagement' resource.
GetIamIpAccessManagementList 11 params → 200400401403404default
POST
/api/v1/iam/IpAccessManagements
Create a 'iam.IpAccessManagement' resource.
CreateIamIpAccessManagement 2 params body → 200400401403404default
GET
/api/v1/iam/IpAccessManagements/{Moid}
Read a 'iam.IpAccessManagement' resource.
GetIamIpAccessManagementByMoid 4 params → 200400401403404default
POST
/api/v1/iam/IpAccessManagements/{Moid}
Update a 'iam.IpAccessManagement' resource.
UpdateIamIpAccessManagement 2 params body → 200400401403404default
PATCH
/api/v1/iam/IpAccessManagements/{Moid}
Update a 'iam.IpAccessManagement' resource.
PatchIamIpAccessManagement 2 params body → 200400401403404default
GET
/api/v1/iam/IpAddresses
Read a 'iam.IpAddress' resource.
GetIamIpAddressList 11 params → 200400401403404default
POST
/api/v1/iam/IpAddresses
Create a 'iam.IpAddress' resource.
CreateIamIpAddress 2 params body → 200400401403404default
GET
/api/v1/iam/IpAddresses/{Moid}
Read a 'iam.IpAddress' resource.
GetIamIpAddressByMoid 4 params → 200400401403404default
POST
/api/v1/iam/IpAddresses/{Moid}
Update a 'iam.IpAddress' resource.
UpdateIamIpAddress 2 params body → 200400401403404default
PATCH
/api/v1/iam/IpAddresses/{Moid}
Update a 'iam.IpAddress' resource.
PatchIamIpAddress 2 params body → 200400401403404default
DELETE
/api/v1/iam/IpAddresses/{Moid}
Delete a 'iam.IpAddress' resource.
DeleteIamIpAddress 1 param → 200400401403404default
GET
/api/v1/iam/LdapConfigParams
Read a 'iam.LdapConfigParams' resource.
GetIamLdapConfigParamsList 11 params → 200400401403404default
GET
/api/v1/iam/LdapConfigParams/{Moid}
Read a 'iam.LdapConfigParams' resource.
GetIamLdapConfigParamsByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LdapGroups
Create a 'iam.LdapGroup' resource.
CreateIamLdapGroup 2 params body → 200400401403404default
GET
/api/v1/iam/LdapGroups
Read a 'iam.LdapGroup' resource.
GetIamLdapGroupList 11 params → 200400401403404default
GET
/api/v1/iam/LdapGroups/{Moid}
Read a 'iam.LdapGroup' resource.
GetIamLdapGroupByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LdapGroups/{Moid}
Update a 'iam.LdapGroup' resource.
UpdateIamLdapGroup 2 params body → 200400401403404default
PATCH
/api/v1/iam/LdapGroups/{Moid}
Update a 'iam.LdapGroup' resource.
PatchIamLdapGroup 2 params body → 200400401403404default
DELETE
/api/v1/iam/LdapGroups/{Moid}
Delete a 'iam.LdapGroup' resource.
DeleteIamLdapGroup 1 param → 200400401403404default
GET
/api/v1/iam/LdapGroupInventories
Read a 'iam.LdapGroupInventory' resource.
GetIamLdapGroupInventoryList 11 params → 200400401403404default
GET
/api/v1/iam/LdapGroupInventories/{Moid}
Read a 'iam.LdapGroupInventory' resource.
GetIamLdapGroupInventoryByMoid 4 params → 200400401403404default
GET
/api/v1/iam/LdapMeta
Read a 'iam.LdapMeta' resource.
GetIamLdapMetaList 11 params → 200400401403404default
GET
/api/v1/iam/LdapMeta/{Moid}
Read a 'iam.LdapMeta' resource.
GetIamLdapMetaByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LdapPolicies
Create a 'iam.LdapPolicy' resource.
CreateIamLdapPolicy 2 params body → 200400401403404default
GET
/api/v1/iam/LdapPolicies
Read a 'iam.LdapPolicy' resource.
GetIamLdapPolicyList 11 params → 200400401403404default
GET
/api/v1/iam/LdapPolicies/{Moid}
Read a 'iam.LdapPolicy' resource.
GetIamLdapPolicyByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LdapPolicies/{Moid}
Update a 'iam.LdapPolicy' resource.
UpdateIamLdapPolicy 2 params body → 200400401403404default
PATCH
/api/v1/iam/LdapPolicies/{Moid}
Update a 'iam.LdapPolicy' resource.
PatchIamLdapPolicy 2 params body → 200400401403404default
DELETE
/api/v1/iam/LdapPolicies/{Moid}
Delete a 'iam.LdapPolicy' resource.
DeleteIamLdapPolicy 1 param → 200400401403404default
GET
/api/v1/iam/LdapPolicyInventories
Read a 'iam.LdapPolicyInventory' resource.
GetIamLdapPolicyInventoryList 11 params → 200400401403404default
GET
/api/v1/iam/LdapPolicyInventories/{Moid}
Read a 'iam.LdapPolicyInventory' resource.
GetIamLdapPolicyInventoryByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LdapProviders
Create a 'iam.LdapProvider' resource.
CreateIamLdapProvider 2 params body → 200400401403404default
GET
/api/v1/iam/LdapProviders
Read a 'iam.LdapProvider' resource.
GetIamLdapProviderList 11 params → 200400401403404default
GET
/api/v1/iam/LdapProviders/{Moid}
Read a 'iam.LdapProvider' resource.
GetIamLdapProviderByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LdapProviders/{Moid}
Update a 'iam.LdapProvider' resource.
UpdateIamLdapProvider 2 params body → 200400401403404default
PATCH
/api/v1/iam/LdapProviders/{Moid}
Update a 'iam.LdapProvider' resource.
PatchIamLdapProvider 2 params body → 200400401403404default
DELETE
/api/v1/iam/LdapProviders/{Moid}
Delete a 'iam.LdapProvider' resource.
DeleteIamLdapProvider 1 param → 200400401403404default
GET
/api/v1/iam/LdapProviderInventories
Read a 'iam.LdapProviderInventory' resource.
GetIamLdapProviderInventoryList 11 params → 200400401403404default
GET
/api/v1/iam/LdapProviderInventories/{Moid}
Read a 'iam.LdapProviderInventory' resource.
GetIamLdapProviderInventoryByMoid 4 params → 200400401403404default
GET
/api/v1/iam/LocalUserPasswords
Read a 'iam.LocalUserPassword' resource.
GetIamLocalUserPasswordList 11 params → 200400401403404default
POST
/api/v1/iam/LocalUserPasswords
Create a 'iam.LocalUserPassword' resource.
CreateIamLocalUserPassword 2 params body → 200400401403404default
GET
/api/v1/iam/LocalUserPasswords/{Moid}
Read a 'iam.LocalUserPassword' resource.
GetIamLocalUserPasswordByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LocalUserPasswords/{Moid}
Update a 'iam.LocalUserPassword' resource.
UpdateIamLocalUserPassword 2 params body → 200400401403404default
PATCH
/api/v1/iam/LocalUserPasswords/{Moid}
Update a 'iam.LocalUserPassword' resource.
PatchIamLocalUserPassword 2 params body → 200400401403404default
GET
/api/v1/iam/LocalUserPasswordPolicies
Read a 'iam.LocalUserPasswordPolicy' resource.
GetIamLocalUserPasswordPolicyList 11 params → 200400401403404default
GET
/api/v1/iam/LocalUserPasswordPolicies/{Moid}
Read a 'iam.LocalUserPasswordPolicy' resource.
GetIamLocalUserPasswordPolicyByMoid 4 params → 200400401403404default
POST
/api/v1/iam/LocalUserPasswordPolicies/{Moid}
Update a 'iam.LocalUserPasswordPolicy' resource.
UpdateIamLocalUserPasswordPolicy 2 params body → 200400401403404default
PATCH
/api/v1/iam/LocalUserPasswordPolicies/{Moid}
Update a 'iam.LocalUserPasswordPolicy' resource.
PatchIamLocalUserPasswordPolicy 2 params body → 200400401403404default
GET
/api/v1/iam/OAuthTokens
Read a 'iam.OAuthToken' resource.
GetIamOAuthTokenList 11 params → 200400401403404default
GET
/api/v1/iam/OAuthTokens/{Moid}
Read a 'iam.OAuthToken' resource.
GetIamOAuthTokenByMoid 4 params → 200400401403404default
DELETE
/api/v1/iam/OAuthTokens/{Moid}
Delete a 'iam.OAuthToken' resource.
DeleteIamOAuthToken 1 param → 200400401403404default
GET
/api/v1/iam/PasswordHistorySettingCollections
Read a 'iam.PasswordHistorySettingCollection' resource.
GetIamPasswordHistorySettingCollectionList 11 params → 200400401403404default
GET
/api/v1/iam/PasswordHistorySettingCollections/{Moid}
Read a 'iam.PasswordHistorySettingCollection' resource.
GetIamPasswordHistorySettingCollectionByMoid 4 params → 200400401403404default
POST
/api/v1/iam/Permissions
Create a 'iam.Permission' resource.
CreateIamPermission 2 params body → 200400401403404default
GET
/api/v1/iam/Permissions
Read a 'iam.Permission' resource.
GetIamPermissionList 11 params → 200400401403404default
POST
/api/v1/iam/Permissions/{Moid}
Update a 'iam.Permission' resource.
UpdateIamPermission 2 params body → 200400401403404default
PATCH
/api/v1/iam/Permissions/{Moid}
Update a 'iam.Permission' resource.
PatchIamPermission 2 params body → 200400401403404default
DELETE
/api/v1/iam/Permissions/{Moid}
Delete a 'iam.Permission' resource.
DeleteIamPermission 1 param → 200400401403404default
GET
/api/v1/iam/Permissions/{Moid}
Read a 'iam.Permission' resource.
GetIamPermissionByMoid 4 params → 200400401403404default
GET
/api/v1/iam/PrivateKeySpecs
Read a 'iam.PrivateKeySpec' resource.
GetIamPrivateKeySpecList 11 params → 200400401403404default
POST
/api/v1/iam/PrivateKeySpecs
Create a 'iam.PrivateKeySpec' resource.
CreateIamPrivateKeySpec 2 params body → 200400401403404default
GET
/api/v1/iam/PrivateKeySpecs/{Moid}
Read a 'iam.PrivateKeySpec' resource.
GetIamPrivateKeySpecByMoid 4 params → 200400401403404default
POST
/api/v1/iam/PrivateKeySpecs/{Moid}
Update a 'iam.PrivateKeySpec' resource.
UpdateIamPrivateKeySpec 2 params body → 200400401403404default
PATCH
/api/v1/iam/PrivateKeySpecs/{Moid}
Update a 'iam.PrivateKeySpec' resource.
PatchIamPrivateKeySpec 2 params body → 200400401403404default
DELETE
/api/v1/iam/PrivateKeySpecs/{Moid}
Delete a 'iam.PrivateKeySpec' resource.
DeleteIamPrivateKeySpec 1 param → 200400401403404default
GET
/api/v1/iam/Privileges
Read a 'iam.Privilege' resource.
GetIamPrivilegeList 11 params → 200400401403404default
GET
/api/v1/iam/Privileges/{Moid}
Read a 'iam.Privilege' resource.
GetIamPrivilegeByMoid 4 params → 200400401403404default
GET
/api/v1/iam/PrivilegeSets
Read a 'iam.PrivilegeSet' resource.
GetIamPrivilegeSetList 11 params → 200400401403404default
POST
/api/v1/iam/PrivilegeSets
Create a 'iam.PrivilegeSet' resource.
CreateIamPrivilegeSet 2 params body → 200400401403404default
GET
/api/v1/iam/PrivilegeSets/{Moid}
Read a 'iam.PrivilegeSet' resource.
GetIamPrivilegeSetByMoid 4 params → 200400401403404default
POST
/api/v1/iam/PrivilegeSets/{Moid}
Update a 'iam.PrivilegeSet' resource.
UpdateIamPrivilegeSet 2 params body → 200400401403404default
PATCH
/api/v1/iam/PrivilegeSets/{Moid}
Update a 'iam.PrivilegeSet' resource.
PatchIamPrivilegeSet 2 params body → 200400401403404default
DELETE
/api/v1/iam/PrivilegeSets/{Moid}
Delete a 'iam.PrivilegeSet' resource.
DeleteIamPrivilegeSet 1 param → 200400401403404default
GET
/api/v1/iam/PrivilegeSetMetaInfos
Read a 'iam.PrivilegeSetMetaInfo' resource.
GetIamPrivilegeSetMetaInfoList 11 params → 200400401403404default
POST
/api/v1/iam/PrivilegeSetMetaInfos
Create a 'iam.PrivilegeSetMetaInfo' resource.
CreateIamPrivilegeSetMetaInfo 2 params body → 200400401403404default
GET
/api/v1/iam/PrivilegeSetMetaInfos/{Moid}
Read a 'iam.PrivilegeSetMetaInfo' resource.
GetIamPrivilegeSetMetaInfoByMoid 4 params → 200400401403404default
GET
/api/v1/iam/Qualifiers
Read a 'iam.Qualifier' resource.
GetIamQualifierList 11 params → 200400401403404default
POST
/api/v1/iam/Qualifiers
Create a 'iam.Qualifier' resource.
CreateIamQualifier 2 params body → 200400401403404default
GET
/api/v1/iam/Qualifiers/{Moid}
Read a 'iam.Qualifier' resource.
GetIamQualifierByMoid 4 params → 200400401403404default
POST
/api/v1/iam/Qualifiers/{Moid}
Update a 'iam.Qualifier' resource.
UpdateIamQualifier 2 params body → 200400401403404default
PATCH
/api/v1/iam/Qualifiers/{Moid}
Update a 'iam.Qualifier' resource.
PatchIamQualifier 2 params body → 200400401403404default
DELETE
/api/v1/iam/Qualifiers/{Moid}
Delete a 'iam.Qualifier' resource.
DeleteIamQualifier 1 param → 200400401403404default
GET
/api/v1/iam/ResourceLimits
Read a 'iam.ResourceLimits' resource.
GetIamResourceLimitsList 11 params → 200400401403404default
GET
/api/v1/iam/ResourceLimits/{Moid}
Read a 'iam.ResourceLimits' resource.
GetIamResourceLimitsByMoid 4 params → 200400401403404default
POST
/api/v1/iam/ResourceLimits/{Moid}
Update a 'iam.ResourceLimits' resource.
UpdateIamResourceLimits 2 params body → 200400401403404default
PATCH
/api/v1/iam/ResourceLimits/{Moid}
Update a 'iam.ResourceLimits' resource.
PatchIamResourceLimits 2 params body → 200400401403404default
GET
/api/v1/iam/ResourcePermissions
Read a 'iam.ResourcePermission' resource.
GetIamResourcePermissionList 11 params → 200400401403404default
GET
/api/v1/iam/ResourcePermissions/{Moid}
Read a 'iam.ResourcePermission' resource.
GetIamResourcePermissionByMoid 4 params → 200400401403404default
GET
/api/v1/iam/ResourceRoles
Read a 'iam.ResourceRoles' resource.
GetIamResourceRolesList 11 params → 200400401403404default
POST
/api/v1/iam/ResourceRoles
Create a 'iam.ResourceRoles' resource.
CreateIamResourceRoles 2 params body → 200400401403404default
GET
/api/v1/iam/ResourceRoles/{Moid}
Read a 'iam.ResourceRoles' resource.
GetIamResourceRolesByMoid 4 params → 200400401403404default
POST
/api/v1/iam/ResourceRoles/{Moid}
Update a 'iam.ResourceRoles' resource.
UpdateIamResourceRoles 2 params body → 200400401403404default
PATCH
/api/v1/iam/ResourceRoles/{Moid}
Update a 'iam.ResourceRoles' resource.
PatchIamResourceRoles 2 params body → 200400401403404default
DELETE
/api/v1/iam/ResourceRoles/{Moid}
Delete a 'iam.ResourceRoles' resource.
DeleteIamResourceRoles 1 param → 200400401403404default
GET
/api/v1/iam/Roles
Read a 'iam.Role' resource.
GetIamRoleList 11 params → 200400401403404default
GET
/api/v1/iam/Roles/{Moid}
Read a 'iam.Role' resource.
GetIamRoleByMoid 4 params → 200400401403404default
GET
/api/v1/iam/SecurityHolders
Read a 'iam.SecurityHolder' resource.
GetIamSecurityHolderList 11 params → 200400401403404default
GET
/api/v1/iam/SecurityHolders/{Moid}
Read a 'iam.SecurityHolder' resource.
GetIamSecurityHolderByMoid 4 params → 200400401403404default
GET
/api/v1/iam/ServiceProviders
Read a 'iam.ServiceProvider' resource.
GetIamServiceProviderList 11 params → 200400401403404default
GET
/api/v1/iam/ServiceProviders/{Moid}
Read a 'iam.ServiceProvider' resource.
GetIamServiceProviderByMoid 4 params → 200400401403404default
GET
/api/v1/iam/Sessions
Read a 'iam.Session' resource.
GetIamSessionList 11 params → 200400401403404default
GET
/api/v1/iam/Sessions/{Moid}
Read a 'iam.Session' resource.
GetIamSessionByMoid 4 params → 200400401403404default
DELETE
/api/v1/iam/Sessions/{Moid}
Delete a 'iam.Session' resource.
DeleteIamSession 1 param → 200400401403404default
GET
/api/v1/iam/SessionLimits
Read a 'iam.SessionLimits' resource.
GetIamSessionLimitsList 11 params → 200400401403404default
POST
/api/v1/iam/SessionLimits
Create a 'iam.SessionLimits' resource.
CreateIamSessionLimits 2 params body → 200400401403404default
GET
/api/v1/iam/SessionLimits/{Moid}
Read a 'iam.SessionLimits' resource.
GetIamSessionLimitsByMoid 4 params → 200400401403404default
POST
/api/v1/iam/SessionLimits/{Moid}
Update a 'iam.SessionLimits' resource.
UpdateIamSessionLimits 2 params body → 200400401403404default
PATCH
/api/v1/iam/SessionLimits/{Moid}
Update a 'iam.SessionLimits' resource.
PatchIamSessionLimits 2 params body → 200400401403404default
DELETE
/api/v1/iam/SessionLimits/{Moid}
Delete a 'iam.SessionLimits' resource.
DeleteIamSessionLimits 1 param → 200400401403404default
POST
/api/v1/iam/SharingRules
Create a 'iam.SharingRule' resource.
CreateIamSharingRule 2 params body → 200400401403404default
GET
/api/v1/iam/SharingRules
Read a 'iam.SharingRule' resource.
GetIamSharingRuleList 11 params → 200400401403404default
POST
/api/v1/iam/SharingRules/{Moid}
Update a 'iam.SharingRule' resource.
UpdateIamSharingRule 2 params body → 200400401403404default
PATCH
/api/v1/iam/SharingRules/{Moid}
Update a 'iam.SharingRule' resource.
PatchIamSharingRule 2 params body → 200400401403404default
DELETE
/api/v1/iam/SharingRules/{Moid}
Delete a 'iam.SharingRule' resource.
DeleteIamSharingRule 1 param → 200400401403404default
GET
/api/v1/iam/SharingRules/{Moid}
Read a 'iam.SharingRule' resource.
GetIamSharingRuleByMoid 4 params → 200400401403404default
GET
/api/v1/iam/Systems
Read a 'iam.System' resource.
GetIamSystemList 11 params → 200400401403404default
GET
/api/v1/iam/Systems/{Moid}
Read a 'iam.System' resource.
GetIamSystemByMoid 4 params → 200400401403404default
GET
/api/v1/iam/TestIdpConfigurations
Read a 'iam.TestIdpConfiguration' resource.
GetIamTestIdpConfigurationList 11 params → 200400401403404default
GET
/api/v1/iam/TestIdpConfigurations/{Moid}
Read a 'iam.TestIdpConfiguration' resource.
GetIamTestIdpConfigurationByMoid 4 params → 200400401403404default
POST
/api/v1/iam/TestIdpConfigurations/{Moid}
Update a 'iam.TestIdpConfiguration' resource.
UpdateIamTestIdpConfiguration 2 params body → 200400401403404default
PATCH
/api/v1/iam/TestIdpConfigurations/{Moid}
Update a 'iam.TestIdpConfiguration' resource.
PatchIamTestIdpConfiguration 2 params body → 200400401403404default
GET
/api/v1/iam/TrustPoints
Read a 'iam.TrustPoint' resource.
GetIamTrustPointList 11 params → 200400401403404default
POST
/api/v1/iam/TrustPoints
Create a 'iam.TrustPoint' resource.
CreateIamTrustPoint 2 params body → 200400401403404default
GET
/api/v1/iam/TrustPoints/{Moid}
Read a 'iam.TrustPoint' resource.
GetIamTrustPointByMoid 4 params → 200400401403404default
DELETE
/api/v1/iam/TrustPoints/{Moid}
Delete a 'iam.TrustPoint' resource.
DeleteIamTrustPoint 1 param → 200400401403404default
GET
/api/v1/iam/Users
Read a 'iam.User' resource.
GetIamUserList 11 params → 200400401403404default
POST
/api/v1/iam/Users
Create a 'iam.User' resource.
CreateIamUser 2 params body → 200400401403404default
GET
/api/v1/iam/Users/{Moid}
Read a 'iam.User' resource.
GetIamUserByMoid 4 params → 200400401403404default
POST
/api/v1/iam/Users/{Moid}
Update a 'iam.User' resource.
UpdateIamUser 2 params body → 200400401403404default
PATCH
/api/v1/iam/Users/{Moid}
Update a 'iam.User' resource.
PatchIamUser 2 params body → 200400401403404default
DELETE
/api/v1/iam/Users/{Moid}
Delete a 'iam.User' resource.
DeleteIamUser 1 param → 200400401403404default
GET
/api/v1/iam/UserGroups
Read a 'iam.UserGroup' resource.
GetIamUserGroupList 11 params → 200400401403404default
POST
/api/v1/iam/UserGroups
Create a 'iam.UserGroup' resource.
CreateIamUserGroup 2 params body → 200400401403404default
GET
/api/v1/iam/UserGroups/{Moid}
Read a 'iam.UserGroup' resource.
GetIamUserGroupByMoid 4 params → 200400401403404default
DELETE
/api/v1/iam/UserGroups/{Moid}
Delete a 'iam.UserGroup' resource.
DeleteIamUserGroup 1 param → 200400401403404default
POST
/api/v1/iam/UserGroups/{Moid}
Update a 'iam.UserGroup' resource.
UpdateIamUserGroup 2 params body → 200400401403404default
PATCH
/api/v1/iam/UserGroups/{Moid}
Update a 'iam.UserGroup' resource.
PatchIamUserGroup 2 params body → 200400401403404default
GET
/api/v1/iam/UserPreferences
Read a 'iam.UserPreference' resource.
GetIamUserPreferenceList 11 params → 200400401403404default
GET
/api/v1/iam/UserPreferences/{Moid}
Read a 'iam.UserPreference' resource.
GetIamUserPreferenceByMoid 4 params → 200400401403404default
POST
/api/v1/iam/UserPreferences/{Moid}
Update a 'iam.UserPreference' resource.
UpdateIamUserPreference 2 params body → 200400401403404default
PATCH
/api/v1/iam/UserPreferences/{Moid}
Update a 'iam.UserPreference' resource.
PatchIamUserPreference 2 params body → 200400401403404default
GET
/api/v1/iam/UserQualifiers
Read a 'iam.UserQualifier' resource.
GetIamUserQualifierList 11 params → 200400401403404default
POST
/api/v1/iam/UserQualifiers
Create a 'iam.UserQualifier' resource.
CreateIamUserQualifier 2 params body → 200400401403404default
GET
/api/v1/iam/UserQualifiers/{Moid}
Read a 'iam.UserQualifier' resource.
GetIamUserQualifierByMoid 4 params → 200400401403404default
POST
/api/v1/iam/UserQualifiers/{Moid}
Update a 'iam.UserQualifier' resource.
UpdateIamUserQualifier 2 params body → 200400401403404default
PATCH
/api/v1/iam/UserQualifiers/{Moid}
Update a 'iam.UserQualifier' resource.
PatchIamUserQualifier 2 params body → 200400401403404default
DELETE
/api/v1/iam/UserQualifiers/{Moid}
Delete a 'iam.UserQualifier' resource.
DeleteIamUserQualifier 1 param → 200400401403404default
GET
/api/v1/iam/UserSettings
Read a 'iam.UserSetting' resource.
GetIamUserSettingList 11 params → 200400401403404default
POST
/api/v1/iam/UserSettings
Create a 'iam.UserSetting' resource.
CreateIamUserSetting 2 params body → 200400401403404default
GET
/api/v1/iam/UserSettings/{Moid}
Read a 'iam.UserSetting' resource.
GetIamUserSettingByMoid 4 params → 200400401403404default
POST
/api/v1/iam/UserSettings/{Moid}
Update a 'iam.UserSetting' resource.
UpdateIamUserSetting 2 params body → 200400401403404default
PATCH
/api/v1/iam/UserSettings/{Moid}
Update a 'iam.UserSetting' resource.
PatchIamUserSetting 2 params body → 200400401403404default

Schemas 536

The contract defines 536 schemas that model the data the API accepts and returns. The most detailed are mo.BaseMo (15 properties), mo.Tag (7 properties), mo.MoRef (5 properties), Error (4 properties). Each schema is shown below with its type and property counts.

iam.PrivateKeySpec.Relationship
A relationship to the 'iam.PrivateKeySpec' resource, or the expanded 'iam.PrivateKeySpec' resource, or the 'null' value.
iam.DomainNameInfo
The organisation's domain name such as cisco.com that has been used to log in to Intersight.
iam.ResourceRoles.Relationship
A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value.
iam.Qualifier.Response
The response body of a HTTP GET request for the 'iam.Qualifier' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.SwitchAccountPermission
SwitchScope parameters related to the Account to/from which user switched.
iam.Qualifier
The qualifier defines how a user qualifies to be part of a user group.
iam.DefaultAuthentication
DefaultAuthentication specifies the default login method for an account in appliance contexts, optionally linking to a default LDAP domain. Purpose It streamli…
iam.AccountExperience
AccountExperience captures the set of beta or preview features enabled for a specific account. Purpose It allows controlled enablement of new capabilities for…
iam.Session.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.AppCredentials
Contains credentials information for a particular client application.
iam.PasswordHistorySettingCollection.Response
The response body of a HTTP GET request for the 'iam.PasswordHistorySettingCollection' resource. The value may be one of the following types. 1. When 'tag' is…
iam.Idp.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
mo.VersionContext
VersionContext contains the versioning info for an object.
iam.Certificate.Relationship
A relationship to the 'iam.Certificate' resource, or the expanded 'iam.Certificate' resource, or the 'null' value.
iam.LocalUserPasswordPolicy.Response
The response body of a HTTP GET request for the 'iam.LocalUserPasswordPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified…
iam.ClientMeta
Contains meta information of the client. Currently it is used only within OAuth clients.
policy.AbstractProfile.Relationship
A relationship to the 'policy.AbstractProfile' resource, or the expanded 'policy.AbstractProfile' resource, or the 'null' value.
iam.PrivilegeSet.Response
The response body of a HTTP GET request for the 'iam.PrivilegeSet' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.FailureDetails
This has information including reason annd timestamp of failure event.
iam.EndPointUserRoleInventory.Response
The response body of a HTTP GET request for the 'iam.EndPointUserRoleInventory' resource. The value may be one of the following types. 1. When 'tag' is specifi…
iam.PrivilegeSetMetaInfo.Response
The response body of a HTTP GET request for the 'iam.PrivilegeSetMetaInfo' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.AccountTypeBase
Base type for all user account types in the endpoint user management system. It defines the shared structure and properties that are common to all account type…
session.AbstractSession
A base abstract class for all sessions.
iam.SecurityHolder.Response
The response body of a HTTP GET request for the 'iam.SecurityHolder' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.AbstractQualifier.Relationship
A relationship to the 'iam.AbstractQualifier' resource, or the expanded 'iam.AbstractQualifier' resource, or the 'null' value.
policy.AbstractPolicyInventory
A base abstract class for all Inventoried policies that can be applied to profiles.
policy.ActionQualifier
Action qualifiers can be used to control actions that are performed on a profile object. For example - perform a 'Deploy' action only for specific policies.
iam.DomainGroup.Relationship
A relationship to the 'iam.DomainGroup' resource, or the expanded 'iam.DomainGroup' resource, or the 'null' value.
iam.LdapGroup.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LocalUserPassword.Relationship
A relationship to the 'iam.LocalUserPassword' resource, or the expanded 'iam.LocalUserPassword' resource, or the 'null' value.
policy.AbstractPolicy
A base abstract class for all configuration policies that can be applied to service profiles.
iam.System.Response
The response body of a HTTP GET request for the 'iam.System' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query…
iam.SwitchScopePermissions
SwitchScope parameters related to the Account to which user switched to.
iam.ResourceLimits
ResourceLimits establishes account-level limits and policies for identity-related resources and credentials. Purpose It ensures controlled growth and predictab…
iam.LdapGroupInventory
The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint. Purpose The purpose is to grant per…
iam.EndPointUserInventory.Response
The response body of a HTTP GET request for the 'iam.EndPointUserInventory' resource. The value may be one of the following types. 1. When 'tag' is specified i…
iam.AbstractQualifier
Placeholder for different types of qualifiers.
iam.ApiKey.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserPolicy
The IAM EndPointUserPolicy object is a reusable policy that enables the creation and management of local user accounts on endpoints, such as server management…
iam.IdpReference
The IdpReference object represents the system-provided Cisco IdP association within an account, acting as the default reference for user and group assignments.…
iam.LdapGroup
The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint. Purpose The purpose is to grant per…
iam.EndPointUser.Response
The response body of a HTTP GET request for the 'iam.EndPointUser' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.SharingRule.Response
The response body of a HTTP GET request for the 'iam.SharingRule' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
mo.AggregateTransform
The output of a request that includes the $apply query parameter. The schema of an aggregation query is dynamically determined based on the request query param…
iam.IpAddress.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.AppRegistration.Relationship
A relationship to the 'iam.AppRegistration' resource, or the expanded 'iam.AppRegistration' resource, or the 'null' value.
PatchDocument
object
A JSONPatch document as defined by RFC 6902. A JSONPatch document can be used in a request body when the 'Content-Type' HTTP header is set to 'application/json…
4 properties 2 required
iam.Session.Relationship
A relationship to the 'iam.Session' resource, or the expanded 'iam.Session' resource, or the 'null' value.
iam.ApiKey
The ApiKey object is a critical component for secure authentication and authorization within the system. It allows clients to make API requests programmaticall…
organization.Organization
Organization provides multi-tenancy within an account. Multiple organizations can be present under an account. Resources are associated to organization using r…
iam.DomainGroup.Response
The response body of a HTTP GET request for the 'iam.DomainGroup' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
policy.PolicyContextHolder
To store the policy details along with the context for which the entry is established.
iam.EndPointUserPolicy.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointRole
EndPointRole represents roles defined on managed endpoints that encapsulate one or more endpoint privileges. Purpose It allows administrators to assign endpoin…
iam.PrivilegeSet.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.UserDetails
Holds information such as UserName and Email of a guest user logging in to the account.
iam.Role.Relationship
A relationship to the 'iam.Role' resource, or the expanded 'iam.Role' resource, or the 'null' value.
iam.User
The User object represents individual users within the system, encompassing their identity, permissions, and roles. Purpose A User is a central entity within t…
iam.TestIdpConfiguration
TestIdpConfiguration supports validating an IdP setup by performing a controlled authentication, currently supported only for testing LDAP configurations. test…
iam.Role.Response
The response body of a HTTP GET request for the 'iam.Role' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query,…
resource.Group
The Group object represents a collection of REST resources within the system, designed to streamline resource management through organized groupings. Purpose A…
iam.LdapProvider.Relationship
A relationship to the 'iam.LdapProvider' resource, or the expanded 'iam.LdapProvider' resource, or the 'null' value.
iam.LocalUserPassword.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProviderInventory.Response
The response body of a HTTP GET request for the 'iam.LdapProviderInventory' resource. The value may be one of the following types. 1. When 'tag' is specified i…
policy.ConfigContext
Configuration related state and results.
iam.EndPointUserInventory
The IAM EndPointUser object represents a single local user account. It is a building block used within the EndPointUserPolicy to define the users that should b…
mo.Tag
object
An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by assigning meta-data tags to any object.
7 properties
iam.Qualifier.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.UserPreference.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Privilege
Privilege represents an action which can be performed in Intersight such as creating server profile, deleting a user etc.
iam.LocalUserPassword
LocalUserPassword provides the mechanism for a local user to change their own password within the platform appliance context. This model is applicable only to…
iam.EndPointUserPolicyInventory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointPasswordProperties
Password properties for endpoint users.
iam.CuiIntegration.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserPolicyInventory.Response
The response body of a HTTP GET request for the 'iam.EndPointUserPolicyInventory' resource. The value may be one of the following types. 1. When 'tag' is speci…
iam.IpAccessManagement.Response
The response body of a HTTP GET request for the 'iam.IpAccessManagement' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
policy.ConfigResultContext
The context for a validation/config result such as the related entity's name, type, MOID etc.
policy.AbstractConfigProfile
AbstractConfigProfile is an abstract base type for all config actions on a profile.
iam.ResourceLimits.Response
The response body of a HTTP GET request for the 'iam.ResourceLimits' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.AppRegistration.Response
The response body of a HTTP GET request for the 'iam.AppRegistration' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
ExcelFile
string
The content is an Excel spreadsheet.
mo.BaseResponse
object
The base response schema.
1 property 1 required
pkix.KeyGenerationSpec
The key generation spec provides the algorithm and the parameters required for this algorithm to generate a key.
policy.AbstractPolicy.Relationship
A relationship to the 'policy.AbstractPolicy' resource, or the expanded 'policy.AbstractPolicy' resource, or the 'null' value.
iam.System.Relationship
A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value.
iam.EndPointUserRoleInventory
The IAM EndPointUserRole object is a mapping object that links a local user to their assigned roles and password within the context of an EndPointUserPolicy. P…
iam.LdapProvider.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.TestIdpConfiguration.Response
The response body of a HTTP GET request for the 'iam.TestIdpConfiguration' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.UserQualifier
UserQualifier specifies explicit guest user lists for a guest-type UserGroup and supports notification flows. Purpose It streamlines management of guest access…
iam.IpAccessManagement.Relationship
A relationship to the 'iam.IpAccessManagement' resource, or the expanded 'iam.IpAccessManagement' resource, or the 'null' value.
iam.LdapGroupInventory.Relationship
A relationship to the 'iam.LdapGroupInventory' resource, or the expanded 'iam.LdapGroupInventory' resource, or the 'null' value.
iam.CertificateRequest
The information required to generate a certificate signing request (CSR), which is a block of encoded text that is given to a Certificate Authority when applyi…
iam.LocalUserPasswordPolicy.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ResourcePermission
ResourcePermission represents the permissions defined on a resource like organization.
iam.PasswordHistorySettingCollection
The PasswordHistorySettingCollection object is a centralized management entity designed to track and enforce password history across the system. It addresses t…
iam.SessionLimits.Relationship
A relationship to the 'iam.SessionLimits' resource, or the expanded 'iam.SessionLimits' resource, or the 'null' value.
iam.Privilege.Relationship
A relationship to the 'iam.Privilege' resource, or the expanded 'iam.Privilege' resource, or the 'null' value.
iam.LdapPolicyInventory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.UserGroup
UserGroup provides a policy mechanism to assign permissions to cohorts of users based on identity attributes or explicit guest inclusion. Purpose UserGroup sim…
iam.EndPointUserInventory.Relationship
A relationship to the 'iam.EndPointUserInventory' resource, or the expanded 'iam.EndPointUserInventory' resource, or the 'null' value.
iam.IdpReference.Response
The response body of a HTTP GET request for the 'iam.IdpReference' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.EndPointUser.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Role
A role is a collection of privilege sets that are assigned to a user using a permission object.
iam.ResourceRoles.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
pkix.SubjectAlternateName
The additional hostnames to be protected by a given X.509 certificate.
iam.IpAddress
IpAddress represents a single allowlisted IP, CIDR block, or range used by IpAccessManagement. Purpose It models an individual entry in the IP access policy to…
iam.EndPointUserRoleInventory.Relationship
A relationship to the 'iam.EndPointUserRoleInventory' resource, or the expanded 'iam.EndPointUserRoleInventory' resource, or the 'null' value.
iam.LdapMeta.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.OAuthToken.Response
The response body of a HTTP GET request for the 'iam.OAuthToken' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.EndPointUser.Relationship
A relationship to the 'iam.EndPointUser' resource, or the expanded 'iam.EndPointUser' resource, or the 'null' value.
resource.Group.Relationship
A relationship to the 'resource.Group' resource, or the expanded 'resource.Group' resource, or the 'null' value.
iam.ResourceLimits.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
CsvFile
string
The content is a comma-separated list of values.
iam.DefaultAuthentication.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SecurityHolder.Relationship
A relationship to the 'iam.SecurityHolder' resource, or the expanded 'iam.SecurityHolder' resource, or the 'null' value.
mo.DocumentCount
A document returned in a response body when the HTTP GET request specifies the '$count' query parameter.
iam.TestIdpConfiguration.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Certificate.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.PermissionToRoles
Complex type representing a permission and its associated roles.
iam.LdapDnsParameters
DNS settings used to access LDAP Providers.
iam.EndPointUserRoleInventory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.CuiIntegration
Stores CUI and CCC integration details and synchronization status for an account.
iam.EndPointRole.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SecurityHolder
SecurityHolder aggregates account-wide and organization-scoped permissions, serving as the nexus for effective authorization state across the accounts resource…
iam.ResourcePermission.Relationship
A relationship to the 'iam.ResourcePermission' resource, or the expanded 'iam.ResourcePermission' resource, or the 'null' value.
iam.AccountExperience.Response
The response body of a HTTP GET request for the 'iam.AccountExperience' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
iam.ServiceProvider.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Certificate.Response
The response body of a HTTP GET request for the 'iam.Certificate' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.IpAddress.Response
The response body of a HTTP GET request for the 'iam.IpAddress' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
DisplayNames
objectnull
A set of display names for the MO resource. These names are calculated based on other properties of the MO and potentially properties of Ancestor MOs. Displayn…
iam.LdapMeta.Relationship
A relationship to the 'iam.LdapMeta' resource, or the expanded 'iam.LdapMeta' resource, or the 'null' value.
iam.EndPointUserRole.Relationship
A relationship to the 'iam.EndPointUserRole' resource, or the expanded 'iam.EndPointUserRole' resource, or the 'null' value.
iam.LdapProvider
Overview The LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy. Purpose The…
iam.Privilege.Response
The response body of a HTTP GET request for the 'iam.Privilege' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.PrivateKeySpec.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.System
The System object is the global root within the platform, serving as a container for objects that are shared across all accounts. It centralizes platform-wide…
iam.IpAddress.Relationship
A relationship to the 'iam.IpAddress' resource, or the expanded 'iam.IpAddress' resource, or the 'null' value.
iam.Account.Response
The response body of a HTTP GET request for the 'iam.Account' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL quer…
iam.LdapProviderInventory
Overview The LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy. Purpose The…
iam.IdpReference.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointPrivilege.Relationship
A relationship to the 'iam.EndPointPrivilege' resource, or the expanded 'iam.EndPointPrivilege' resource, or the 'null' value.
iam.ResourceLimits.Relationship
A relationship to the 'iam.ResourceLimits' resource, or the expanded 'iam.ResourceLimits' resource, or the 'null' value.
iam.System.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserRole
The IAM EndPointUserRole object is a mapping object that links a local user to their assigned roles and password within the context of an EndPointUserPolicy. P…
iam.SharingRule
SharingRule is a rule which signifies a Source Resource is shared with a Destination Resource. Source, Destination can be resources like Organization which are…
iam.AccountPermissions
Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight iden…
iam.LocalUserPassword.Response
The response body of a HTTP GET request for the 'iam.LocalUserPassword' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
iam.LocalUserPasswordPolicy
LocalUserPasswordPolicy defines the password complexity and lockout policy for local users within an account. Purpose It establishes compliance and security re…
mo.MoRef
object
A reference to a REST resource, uniquely identified by object type and Moid.
5 properties 3 required
iam.PermissionReference
Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight iden…
iam.LdapGroupInventory.Response
The response body of a HTTP GET request for the 'iam.LdapGroupInventory' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.PrivateKeySpec
PrivateKeySpec defines parameters for generating a private key that will be used to sign a certificate signing request (CSR). Purpose It standardizes the key g…
iam.Session.Response
The response body of a HTTP GET request for the 'iam.Session' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL quer…
iam.EndPointUserPolicyInventory
The IAM EndPointUserPolicy object is a reusable policy that enables the creation and management of local user accounts on endpoints, such as server management…
iam.LdapPolicyInventory
Overview The LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication…
iam.AppRegistration.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.TrustPoint.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ApiKey.Relationship
A relationship to the 'iam.ApiKey' resource, or the expanded 'iam.ApiKey' resource, or the 'null' value.
iam.DefaultPermissionInfo
Contains information about a stored default permission and its shared login interface coverage for product-facing default role selection.
iam.EndPointUserRole.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
resource.Selector
Complex type representing the filter condition to extract the resources.
policy.ActionParam
An action parameter setting as a key/value pair.
iam.ApiKey.Response
The response body of a HTTP GET request for the 'iam.ApiKey' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query…
iam.LdapMeta
LdapMeta stores metadata for internal LDAP connectors created to support an appliance LDAP cluster configuration. Purpose It provides system-managed insight in…
iam.Permission.Response
The response body of a HTTP GET request for the 'iam.Permission' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.SessionLimits.Response
The response body of a HTTP GET request for the 'iam.SessionLimits' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.GuestAccessSettings
Stores account level settings for guest user access.
iam.Permission
Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy.
iam.Idp.Relationship
A relationship to the 'iam.Idp' resource, or the expanded 'iam.Idp' resource, or the 'null' value.
policy.ConfigChangeDetailType
Defines the details of a configuration change including change type, disruption and description of the change.
iam.FeatureDefinition
Feature parameters specified for the account.
organization.Organization.Relationship
A relationship to the 'organization.Organization' resource, or the expanded 'organization.Organization' resource, or the 'null' value.
iam.LdapConfigParams.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Account
The Account object defines the organizational framework within which users and resources are managed, serving as the central hub for access and permissions. Pu…
iam.PrivilegeSet
A collection of privileges.
iam.Permission.Relationship
A relationship to the 'iam.Permission' resource, or the expanded 'iam.Permission' resource, or the 'null' value.
iam.PasswordHistorySetting
Password history settings for endpoint users.
iam.BannerMessage
BannerMessage configures a global banner for an account, controlling whether it is displayed and what content it shows. Purpose It provides a mechanism to comm…
mo.TagKeySummary
object
A summary of the Tag usage for an API resource. Tags are Key, Value pairs that can be assigned to API resources.
3 properties
policy.AbstractConfigurationObject
Abstract base type for all configuration objects. All logical objects like profiles, policies, policy items like vnic, vhba and templates extend from this type…
iam.Certificate
Certificate holds a user-provided certificate (signed by a CA) associated with a previously generated CSR, including validation status. Purpose It completes th…
iam.UserQualifier.Response
The response body of a HTTP GET request for the 'iam.UserQualifier' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.GuestAccessSettings.Response
The response body of a HTTP GET request for the 'iam.GuestAccessSettings' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.IpAccessManagement.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUser
The IAM EndPointUser object represents a single local user account. It is a building block used within the EndPointUserPolicy to define the users that should b…
iam.EndPointUserPolicy.Relationship
A relationship to the 'iam.EndPointUserPolicy' resource, or the expanded 'iam.EndPointUserPolicy' resource, or the 'null' value.
iam.LdapConfigParams.Response
The response body of a HTTP GET request for the 'iam.LdapConfigParams' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.SessionLimits
The session related configuration limits.
iam.EndPointUserPolicyInventory.Relationship
A relationship to the 'iam.EndPointUserPolicyInventory' resource, or the expanded 'iam.EndPointUserPolicyInventory' resource, or the 'null' value.
iam.UserPreference.Response
The response body of a HTTP GET request for the 'iam.UserPreference' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.DomainGroup
Intersight services are mapped to three different categories of services for scaling purpose. Three categories are defined: Partition1/Partition2/Partition3. T…
iam.UserGroup.Relationship
A relationship to the 'iam.UserGroup' resource, or the expanded 'iam.UserGroup' resource, or the 'null' value.
iam.LdapPolicy.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Session
The web session of a user. After a user logs into Intersight, a session object is created. Session object is deleted upon logout, idle timeout, expiry timeout,…
iam.AbstractClientApplication
Describes an internal application registered against an endpoint in Intersight. The application receives requests specific to its use case and these requests r…
policy.AbstractProfile
Abstract base type for all profiles.
iam.UserSetting.Response
The response body of a HTTP GET request for the 'iam.UserSetting' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.AccountTags
An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by assigning meta-data tags to any object.
iam.TenantLinking
Contains tenant linking information for CUI and CCC integration.
iam.PrivilegeSet.Relationship
A relationship to the 'iam.PrivilegeSet' resource, or the expanded 'iam.PrivilegeSet' resource, or the 'null' value.
iam.ServiceProvider.Relationship
A relationship to the 'iam.ServiceProvider' resource, or the expanded 'iam.ServiceProvider' resource, or the 'null' value.
iam.AppRegistration
The AppRegistration object facilitates the registration of OAuth2 client applications, enabling secure access to APIs using OAuth2 credentials. Purpose An AppR…
iam.ResourcePermission.Response
The response body of a HTTP GET request for the 'iam.ResourcePermission' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.DefaultAuthentication.Response
The response body of a HTTP GET request for the 'iam.DefaultAuthentication' resource. The value may be one of the following types. 1. When 'tag' is specified i…
iam.LdapBaseProperties
Base settings of LDAP required while configuring LDAP policy.
mo.BaseMo
object
The base abstract class for all Cisco Intersight managed objects.
15 properties 3 required
policy.ScheduledAction
Scheduled Action enables the queuing of multiple profile actions to be executed sequentially. Each action in the sequence is executed only after the successful…
iam.Permission.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.OAuthToken.Relationship
A relationship to the 'iam.OAuthToken' resource, or the expanded 'iam.OAuthToken' resource, or the 'null' value.
iam.EndPointPrivilege.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProvider.Response
The response body of a HTTP GET request for the 'iam.LdapProvider' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.UserSetting.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.User.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.PrivateKeySpec.Response
The response body of a HTTP GET request for the 'iam.PrivateKeySpec' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.CertificateRequest.Relationship
A relationship to the 'iam.CertificateRequest' resource, or the expanded 'iam.CertificateRequest' resource, or the 'null' value.
iam.PasswordHistorySettingCollection.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ServiceProvider.Response
The response body of a HTTP GET request for the 'iam.ServiceProvider' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.LdapGroupInventory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.UserGroup.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProviderInventory.Relationship
A relationship to the 'iam.LdapProviderInventory' resource, or the expanded 'iam.LdapProviderInventory' resource, or the 'null' value.
x509.Certificate
The representation of an X.509 certificate.
iam.LdapGroup.Response
The response body of a HTTP GET request for the 'iam.LdapGroup' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
mo.BaseMo.Relationship
A relationship to the 'mo.BaseMo' resource, or the expanded 'mo.BaseMo' resource, or the 'null' value.
iam.CuiIntegration.Response
The response body of a HTTP GET request for the 'iam.CuiIntegration' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.Role.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointPrivilege
EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions. Purpose It exposes endpoint-side…
iam.LdapPolicy
Overview The LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication…
policy.ReportedPolicyChange
A policy change that has been reported to a profile.
Error
object
4 properties 2 required
iam.UserSetting.Relationship
A relationship to the 'iam.UserSetting' resource, or the expanded 'iam.UserSetting' resource, or the 'null' value.
policy.AbstractConfigProfile.Relationship
A relationship to the 'policy.AbstractConfigProfile' resource, or the expanded 'policy.AbstractConfigProfile' resource, or the 'null' value.
iam.UserPreference
UserPreference captures user interface preferences—such as layout, view state, or theme—persisted per user and identity context. Purpose It enables consistent,…
iam.EndPointUserPolicy.Response
The response body of a HTTP GET request for the 'iam.EndPointUserPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.LdapProviderInventory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserInventory.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserRole.Response
The response body of a HTTP GET request for the 'iam.EndPointUserRole' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.IpAccessManagement
IpAccessManagement governs IP-based access restrictions for an account, enabling administrators to allowlist trusted ranges and recover from misconfiguration.…
iam.BannerMessage.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
pkix.DistinguishedName
The identifier for the owner of an X.509 certificate and the authority that issued the certificate.
iam.UserPreference.Relationship
A relationship to the 'iam.UserPreference' resource, or the expanded 'iam.UserPreference' resource, or the 'null' value.
iam.TrustPoint
The TrustPoint object represents a trusted source of certificates within the system, enabling secure communication and authentication. Purpose A TrustPoint ser…
iam.Account.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ResourceRoles.Response
The response body of a HTTP GET request for the 'iam.ResourceRoles' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.EndPointPrivilege.Response
The response body of a HTTP GET request for the 'iam.EndPointPrivilege' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
mo.BaseComplexType
object
BaseComplexType is a base abstract class for all complex types. All complex types inherit from this base type.
2 properties 3 required
iam.OAuthToken
The meta data for generating OAuth2 token of a user. It is created when user logged in via OAuth2 using Authorization Code grant and deleted upon logout, expir…
iam.Idp
The SAML identity provider such as Cisco, that has been used to log in to Intersight.
iam.AbstractClientApplication.Relationship
A relationship to the 'iam.AbstractClientApplication' resource, or the expanded 'iam.AbstractClientApplication' resource, or the 'null' value.
iam.ResourcePermission.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ResourceRoles
ResourceRoles maps roles to a specific resource (e.g., an organization) within a permission, shaping the effective access model. Purpose It provides fine-grain…
iam.DomainNameInfo.Response
The response body of a HTTP GET request for the 'iam.DomainNameInfo' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.TrustPoint.Response
The response body of a HTTP GET request for the 'iam.TrustPoint' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.DomainNameInfo.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Privilege.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ServiceProvider
ServiceProvider encapsulates the platforms SAML Service Provider (SP) identity and metadata, used to integrate with external IdPs. Purpose It provides SP metad…
iam.OAuthToken.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.CertificateRequest.Response
The response body of a HTTP GET request for the 'iam.CertificateRequest' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.User.Relationship
A relationship to the 'iam.User' resource, or the expanded 'iam.User' resource, or the 'null' value.
iam.UserSetting
UserSetting stores specific UI-related settings that are not part of general preferences, such as session recording opt-in status. Purpose It allows storing di…
iam.UserQualifier.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
policy.AbstractInventory
A base abstract class used to represent all inventoried objects from a profile associated resource.
iam.LdapMeta.Response
The response body of a HTTP GET request for the 'iam.LdapMeta' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL que…
iam.EndPointRole.Response
The response body of a HTTP GET request for the 'iam.EndPointRole' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.LdapPolicyInventory.Relationship
A relationship to the 'iam.LdapPolicyInventory' resource, or the expanded 'iam.LdapPolicyInventory' resource, or the 'null' value.
iam.DomainGroup.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapPolicy.Relationship
A relationship to the 'iam.LdapPolicy' resource, or the expanded 'iam.LdapPolicy' resource, or the 'null' value.
iam.UserGroup.Response
The response body of a HTTP GET request for the 'iam.UserGroup' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.User.Response
The response body of a HTTP GET request for the 'iam.User' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query,…
iam.PrivilegeSetMetaInfo.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.BannerMessage.Response
The response body of a HTTP GET request for the 'iam.BannerMessage' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.IdpReference.Relationship
A relationship to the 'iam.IdpReference' resource, or the expanded 'iam.IdpReference' resource, or the 'null' value.
iam.Account.Relationship
A relationship to the 'iam.Account' resource, or the expanded 'iam.Account' resource, or the 'null' value.
iam.TestIdpConfiguration.Relationship
A relationship to the 'iam.TestIdpConfiguration' resource, or the expanded 'iam.TestIdpConfiguration' resource, or the 'null' value.
iam.SecurityHolder.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapPolicy.Response
The response body of a HTTP GET request for the 'iam.LdapPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.SessionLimits.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapGroup.Relationship
A relationship to the 'iam.LdapGroup' resource, or the expanded 'iam.LdapGroup' resource, or the 'null' value.
iam.Idp.Response
The response body of a HTTP GET request for the 'iam.Idp' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query, t…
iam.SharingRule.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.PrivilegeSetMetaInfo
PrivilegeSetMetaInfo centralizes metadata to validate, relate, and maintain privilege sets. It captures the context needed to evaluate dependencies and associa…
iam.CertificateRequest.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.GuestAccessSettings.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
resource.PerTypeCombinedSelector
Complex type representing an object type to associated filter by combining all selectors.
iam.AccountExperience.List
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapConfigParams
LdapConfigParams stores additional configuration metadata used internally to support LDAP integration in appliance contexts. Purpose It centralizes internal pa…
mo.TagSummary
A document returned in a response body when the HTTP GET request specifies the 'tag' query parameter.
iam.EndPointRole.Relationship
A relationship to the 'iam.EndPointRole' resource, or the expanded 'iam.EndPointRole' resource, or the 'null' value.
iam.LdapPolicyInventory.Response
The response body of a HTTP GET request for the 'iam.LdapPolicyInventory' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.PrivateKeySpec.Relationship_2
A relationship to the 'iam.PrivateKeySpec' resource, or the expanded 'iam.PrivateKeySpec' resource, or the 'null' value.
iam.LdapGroupInventory.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Session.Response_2
The response body of a HTTP GET request for the 'iam.Session' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL quer…
iam.EndPointUserPolicyInventory_2
The IAM EndPointUserPolicy object is a reusable policy that enables the creation and management of local user accounts on endpoints, such as server management…
iam.UserGroup.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProviderInventory.Relationship_2
A relationship to the 'iam.LdapProviderInventory' resource, or the expanded 'iam.LdapProviderInventory' resource, or the 'null' value.
iam.LdapGroup.Response_2
The response body of a HTTP GET request for the 'iam.LdapGroup' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.DomainNameInfo_2
The organisation's domain name such as cisco.com that has been used to log in to Intersight.
iam.System.Relationship_2
A relationship to the 'iam.System' resource, or the expanded 'iam.System' resource, or the 'null' value.
iam.LdapPolicyInventory_2
Overview The LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication…
iam.AppRegistration.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserRoleInventory_2
The IAM EndPointUserRole object is a mapping object that links a local user to their assigned roles and password within the context of an EndPointUserPolicy. P…
iam.ResourceRoles.Relationship_2
A relationship to the 'iam.ResourceRoles' resource, or the expanded 'iam.ResourceRoles' resource, or the 'null' value.
iam.LdapProvider.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.TrustPoint.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.CuiIntegration.Response_2
The response body of a HTTP GET request for the 'iam.CuiIntegration' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.Qualifier.Response_2
The response body of a HTTP GET request for the 'iam.Qualifier' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.TestIdpConfiguration.Response_2
The response body of a HTTP GET request for the 'iam.TestIdpConfiguration' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.SwitchAccountPermission_2
SwitchScope parameters related to the Account to/from which user switched.
iam.Role.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointPrivilege_2
EndPointPrivilege models privileges defined on managed endpoints (e.g., UCS, IMC), enabling cross-launch or delegated actions. Purpose It exposes endpoint-side…
iam.LdapPolicy_2
Overview The LDAP Policy object is a reusable policy for configuring Lightweight Directory Access Protocol (LDAP) settings, enabling remote user authentication…
iam.ApiKey.Relationship_2
A relationship to the 'iam.ApiKey' resource, or the expanded 'iam.ApiKey' resource, or the 'null' value.
iam.DefaultAuthentication_2
DefaultAuthentication specifies the default login method for an account in appliance contexts, optionally linking to a default LDAP domain. Purpose It streamli…
iam.AccountExperience_2
AccountExperience captures the set of beta or preview features enabled for a specific account. Purpose It allows controlled enablement of new capabilities for…
iam.IpAccessManagement.Relationship_2
A relationship to the 'iam.IpAccessManagement' resource, or the expanded 'iam.IpAccessManagement' resource, or the 'null' value.
iam.Session.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.DefaultPermissionInfo_2
Contains information about a stored default permission and its shared login interface coverage for product-facing default role selection.
iam.EndPointUserRole.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapGroupInventory.Relationship_2
A relationship to the 'iam.LdapGroupInventory' resource, or the expanded 'iam.LdapGroupInventory' resource, or the 'null' value.
iam.UserSetting.Relationship_2
A relationship to the 'iam.UserSetting' resource, or the expanded 'iam.UserSetting' resource, or the 'null' value.
iam.AppCredentials_2
Contains credentials information for a particular client application.
resource.Selector_2
Complex type representing the filter condition to extract the resources.
iam.CertificateRequest_2
The information required to generate a certificate signing request (CSR), which is a block of encoded text that is given to a Certificate Authority when applyi…
iam.PasswordHistorySettingCollection.Response_2
The response body of a HTTP GET request for the 'iam.PasswordHistorySettingCollection' resource. The value may be one of the following types. 1. When 'tag' is…
iam.UserPreference_2
UserPreference captures user interface preferences—such as layout, view state, or theme—persisted per user and identity context. Purpose It enables consistent,…
iam.LocalUserPasswordPolicy.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserPolicy.Response_2
The response body of a HTTP GET request for the 'iam.EndPointUserPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.ApiKey.Response_2
The response body of a HTTP GET request for the 'iam.ApiKey' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query…
iam.LdapMeta_2
LdapMeta stores metadata for internal LDAP connectors created to support an appliance LDAP cluster configuration. Purpose It provides system-managed insight in…
iam.ResourcePermission_2
ResourcePermission represents the permissions defined on a resource like organization.
iam.Idp.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProviderInventory.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Certificate.Relationship_2
A relationship to the 'iam.Certificate' resource, or the expanded 'iam.Certificate' resource, or the 'null' value.
iam.LocalUserPasswordPolicy.Response_2
The response body of a HTTP GET request for the 'iam.LocalUserPasswordPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified…
iam.PasswordHistorySettingCollection_2
The PasswordHistorySettingCollection object is a centralized management entity designed to track and enforce password history across the system. It addresses t…
iam.SessionLimits.Relationship_2
A relationship to the 'iam.SessionLimits' resource, or the expanded 'iam.SessionLimits' resource, or the 'null' value.
iam.Privilege.Relationship_2
A relationship to the 'iam.Privilege' resource, or the expanded 'iam.Privilege' resource, or the 'null' value.
iam.EndPointUserInventory.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ClientMeta_2
Contains meta information of the client. Currently it is used only within OAuth clients.
iam.LdapPolicyInventory.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SessionLimits.Response_2
The response body of a HTTP GET request for the 'iam.SessionLimits' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.EndPointUserRole.Response_2
The response body of a HTTP GET request for the 'iam.EndPointUserRole' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.Permission.Response_2
The response body of a HTTP GET request for the 'iam.Permission' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.IpAccessManagement_2
IpAccessManagement governs IP-based access restrictions for an account, enabling administrators to allowlist trusted ranges and recover from misconfiguration.…
iam.UserGroup_2
UserGroup provides a policy mechanism to assign permissions to cohorts of users based on identity attributes or explicit guest inclusion. Purpose UserGroup sim…
iam.BannerMessage.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserInventory.Relationship_2
A relationship to the 'iam.EndPointUserInventory' resource, or the expanded 'iam.EndPointUserInventory' resource, or the 'null' value.
iam.IdpReference.Response_2
The response body of a HTTP GET request for the 'iam.IdpReference' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.PrivilegeSet.Response_2
The response body of a HTTP GET request for the 'iam.PrivilegeSet' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.UserPreference.Relationship_2
A relationship to the 'iam.UserPreference' resource, or the expanded 'iam.UserPreference' resource, or the 'null' value.
iam.GuestAccessSettings_2
Stores account level settings for guest user access.
iam.Permission_2
Permission provides a way to assign roles to a user or user group to perform operations on object hierarchy.
iam.TrustPoint_2
The TrustPoint object represents a trusted source of certificates within the system, enabling secure communication and authentication. Purpose A TrustPoint ser…
iam.FailureDetails_2
This has information including reason annd timestamp of failure event.
iam.EndPointUserRoleInventory.Response_2
The response body of a HTTP GET request for the 'iam.EndPointUserRoleInventory' resource. The value may be one of the following types. 1. When 'tag' is specifi…
iam.Idp.Relationship_2
A relationship to the 'iam.Idp' resource, or the expanded 'iam.Idp' resource, or the 'null' value.
iam.EndPointUser.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Role_2
A role is a collection of privilege sets that are assigned to a user using a permission object.
iam.FeatureDefinition_2
Feature parameters specified for the account.
iam.ResourceRoles.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Account.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.PrivilegeSetMetaInfo.Response_2
The response body of a HTTP GET request for the 'iam.PrivilegeSetMetaInfo' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.ResourceRoles.Response_2
The response body of a HTTP GET request for the 'iam.ResourceRoles' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
organization.Organization.Relationship_2
A relationship to the 'organization.Organization' resource, or the expanded 'organization.Organization' resource, or the 'null' value.
iam.EndPointPrivilege.Response_2
The response body of a HTTP GET request for the 'iam.EndPointPrivilege' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
iam.LdapConfigParams.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.IpAddress_2
IpAddress represents a single allowlisted IP, CIDR block, or range used by IpAccessManagement. Purpose It models an individual entry in the IP access policy to…
iam.EndPointUserRoleInventory.Relationship_2
A relationship to the 'iam.EndPointUserRoleInventory' resource, or the expanded 'iam.EndPointUserRoleInventory' resource, or the 'null' value.
iam.AccountTypeBase_2
Base type for all user account types in the endpoint user management system. It defines the shared structure and properties that are common to all account type…
iam.LdapMeta.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Account_2
The Account object defines the organizational framework within which users and resources are managed, serving as the central hub for access and permissions. Pu…
iam.PrivilegeSet_2
A collection of privileges.
iam.OAuthToken.Response_2
The response body of a HTTP GET request for the 'iam.OAuthToken' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.EndPointUser.Relationship_2
A relationship to the 'iam.EndPointUser' resource, or the expanded 'iam.EndPointUser' resource, or the 'null' value.
resource.Group.Relationship_2
A relationship to the 'resource.Group' resource, or the expanded 'resource.Group' resource, or the 'null' value.
iam.ResourceLimits.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SecurityHolder.Response_2
The response body of a HTTP GET request for the 'iam.SecurityHolder' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.Permission.Relationship_2
A relationship to the 'iam.Permission' resource, or the expanded 'iam.Permission' resource, or the 'null' value.
iam.AbstractQualifier.Relationship_2
A relationship to the 'iam.AbstractQualifier' resource, or the expanded 'iam.AbstractQualifier' resource, or the 'null' value.
iam.DefaultAuthentication.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SecurityHolder.Relationship_2
A relationship to the 'iam.SecurityHolder' resource, or the expanded 'iam.SecurityHolder' resource, or the 'null' value.
iam.BannerMessage_2
BannerMessage configures a global banner for an account, controlling whether it is displayed and what content it shows. Purpose It provides a mechanism to comm…
iam.PasswordHistorySetting_2
Password history settings for endpoint users.
iam.OAuthToken_2
The meta data for generating OAuth2 token of a user. It is created when user logged in via OAuth2 using Authorization Code grant and deleted upon logout, expir…
iam.Idp_2
The SAML identity provider such as Cisco, that has been used to log in to Intersight.
iam.AbstractClientApplication.Relationship_2
A relationship to the 'iam.AbstractClientApplication' resource, or the expanded 'iam.AbstractClientApplication' resource, or the 'null' value.
iam.ResourcePermission.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ResourceRoles_2
ResourceRoles maps roles to a specific resource (e.g., an organization) within a permission, shaping the effective access model. Purpose It provides fine-grain…
iam.DomainGroup.Relationship_2
A relationship to the 'iam.DomainGroup' resource, or the expanded 'iam.DomainGroup' resource, or the 'null' value.
iam.LdapGroup.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.DomainNameInfo.Response_2
The response body of a HTTP GET request for the 'iam.DomainNameInfo' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.LocalUserPassword.Relationship_2
A relationship to the 'iam.LocalUserPassword' resource, or the expanded 'iam.LocalUserPassword' resource, or the 'null' value.
iam.TrustPoint.Response_2
The response body of a HTTP GET request for the 'iam.TrustPoint' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.TestIdpConfiguration.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.DomainNameInfo.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Certificate_2
Certificate holds a user-provided certificate (signed by a CA) associated with a previously generated CSR, including validation status. Purpose It completes th…
iam.System.Response_2
The response body of a HTTP GET request for the 'iam.System' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query…
iam.SwitchScopePermissions_2
SwitchScope parameters related to the Account to which user switched to.
iam.Privilege.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ResourceLimits_2
ResourceLimits establishes account-level limits and policies for identity-related resources and credentials. Purpose It ensures controlled growth and predictab…
iam.UserQualifier.Response_2
The response body of a HTTP GET request for the 'iam.UserQualifier' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.GuestAccessSettings.Response_2
The response body of a HTTP GET request for the 'iam.GuestAccessSettings' resource. The value may be one of the following types. 1. When 'tag' is specified in…
iam.IpAccessManagement.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapGroupInventory_2
The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint. Purpose The purpose is to grant per…
iam.ServiceProvider_2
ServiceProvider encapsulates the platforms SAML Service Provider (SP) identity and metadata, used to integrate with external IdPs. Purpose It provides SP metad…
iam.EndPointUser_2
The IAM EndPointUser object represents a single local user account. It is a building block used within the EndPointUserPolicy to define the users that should b…
iam.Certificate.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserInventory.Response_2
The response body of a HTTP GET request for the 'iam.EndPointUserInventory' resource. The value may be one of the following types. 1. When 'tag' is specified i…
iam.AbstractQualifier_2
Placeholder for different types of qualifiers.
iam.EndPointUserPolicy.Relationship_2
A relationship to the 'iam.EndPointUserPolicy' resource, or the expanded 'iam.EndPointUserPolicy' resource, or the 'null' value.
iam.ApiKey.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.PermissionToRoles_2
Complex type representing a permission and its associated roles.
iam.LdapConfigParams.Response_2
The response body of a HTTP GET request for the 'iam.LdapConfigParams' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.SessionLimits_2
The session related configuration limits.
iam.EndPointUserPolicy_2
The IAM EndPointUserPolicy object is a reusable policy that enables the creation and management of local user accounts on endpoints, such as server management…
iam.EndPointUserPolicyInventory.Relationship_2
A relationship to the 'iam.EndPointUserPolicyInventory' resource, or the expanded 'iam.EndPointUserPolicyInventory' resource, or the 'null' value.
iam.LdapDnsParameters_2
DNS settings used to access LDAP Providers.
iam.IdpReference_2
The IdpReference object represents the system-provided Cisco IdP association within an account, acting as the default reference for user and group assignments.…
iam.LdapGroup_2
The LDAP Group object creates a mapping between a group in a remote LDAP directory and a set of local roles on an endpoint. Purpose The purpose is to grant per…
iam.EndPointUser.Response_2
The response body of a HTTP GET request for the 'iam.EndPointUser' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.SharingRule.Response_2
The response body of a HTTP GET request for the 'iam.SharingRule' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.UserPreference.Response_2
The response body of a HTTP GET request for the 'iam.UserPreference' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.EndPointUserRoleInventory.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.DomainGroup_2
Intersight services are mapped to three different categories of services for scaling purpose. Three categories are defined: Partition1/Partition2/Partition3. T…
iam.UserGroup.Relationship_2
A relationship to the 'iam.UserGroup' resource, or the expanded 'iam.UserGroup' resource, or the 'null' value.
iam.AppRegistration.Relationship_2
A relationship to the 'iam.AppRegistration' resource, or the expanded 'iam.AppRegistration' resource, or the 'null' value.
iam.IpAddress.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Session.Relationship_2
A relationship to the 'iam.Session' resource, or the expanded 'iam.Session' resource, or the 'null' value.
iam.CuiIntegration_2
Stores CUI and CCC integration details and synchronization status for an account.
iam.ApiKey_2
The ApiKey object is a critical component for secure authentication and authorization within the system. It allows clients to make API requests programmaticall…
iam.LdapPolicy.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.OAuthToken.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
organization.Organization_2
Organization provides multi-tenancy within an account. Multiple organizations can be present under an account. Resources are associated to organization using r…
iam.CertificateRequest.Response_2
The response body of a HTTP GET request for the 'iam.CertificateRequest' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.EndPointRole.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SecurityHolder_2
SecurityHolder aggregates account-wide and organization-scoped permissions, serving as the nexus for effective authorization state across the accounts resource…
iam.DomainGroup.Response_2
The response body of a HTTP GET request for the 'iam.DomainGroup' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.ResourcePermission.Relationship_2
A relationship to the 'iam.ResourcePermission' resource, or the expanded 'iam.ResourcePermission' resource, or the 'null' value.
iam.EndPointUserPolicy.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Session_2
The web session of a user. After a user logs into Intersight, a session object is created. Session object is deleted upon logout, idle timeout, expiry timeout,…
iam.AccountExperience.Response_2
The response body of a HTTP GET request for the 'iam.AccountExperience' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
iam.EndPointRole_2
EndPointRole represents roles defined on managed endpoints that encapsulate one or more endpoint privileges. Purpose It allows administrators to assign endpoin…
iam.AbstractClientApplication_2
Describes an internal application registered against an endpoint in Intersight. The application receives requests specific to its use case and these requests r…
iam.PrivilegeSet.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.User.Relationship_2
A relationship to the 'iam.User' resource, or the expanded 'iam.User' resource, or the 'null' value.
iam.UserSetting_2
UserSetting stores specific UI-related settings that are not part of general preferences, such as session recording opt-in status. Purpose It allows storing di…
iam.UserDetails_2
Holds information such as UserName and Email of a guest user logging in to the account.
iam.ServiceProvider.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Certificate.Response_2
The response body of a HTTP GET request for the 'iam.Certificate' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.UserQualifier.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.IpAddress.Response_2
The response body of a HTTP GET request for the 'iam.IpAddress' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.LdapMeta.Relationship_2
A relationship to the 'iam.LdapMeta' resource, or the expanded 'iam.LdapMeta' resource, or the 'null' value.
iam.LdapMeta.Response_2
The response body of a HTTP GET request for the 'iam.LdapMeta' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL que…
iam.Role.Relationship_2
A relationship to the 'iam.Role' resource, or the expanded 'iam.Role' resource, or the 'null' value.
iam.User_2
The User object represents individual users within the system, encompassing their identity, permissions, and roles. Purpose A User is a central entity within t…
iam.UserSetting.Response_2
The response body of a HTTP GET request for the 'iam.UserSetting' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.AccountTags_2
An arbitrary key and value pair that can be used to tag REST resources and organize managed objects by assigning meta-data tags to any object.
iam.TenantLinking_2
Contains tenant linking information for CUI and CCC integration.
iam.PrivilegeSet.Relationship_2
A relationship to the 'iam.PrivilegeSet' resource, or the expanded 'iam.PrivilegeSet' resource, or the 'null' value.
iam.LdapProvider_2
Overview The LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy. Purpose The…
iam.TestIdpConfiguration_2
TestIdpConfiguration supports validating an IdP setup by performing a controlled authentication, currently supported only for testing LDAP configurations. test…
iam.ServiceProvider.Relationship_2
A relationship to the 'iam.ServiceProvider' resource, or the expanded 'iam.ServiceProvider' resource, or the 'null' value.
iam.EndPointUserRole.Relationship_2
A relationship to the 'iam.EndPointUserRole' resource, or the expanded 'iam.EndPointUserRole' resource, or the 'null' value.
iam.Role.Response_2
The response body of a HTTP GET request for the 'iam.Role' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query,…
iam.EndPointRole.Response_2
The response body of a HTTP GET request for the 'iam.EndPointRole' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
resource.Group_2
The Group object represents a collection of REST resources within the system, designed to streamline resource management through organized groupings. Purpose A…
iam.LdapPolicyInventory.Relationship_2
A relationship to the 'iam.LdapPolicyInventory' resource, or the expanded 'iam.LdapPolicyInventory' resource, or the 'null' value.
iam.Privilege.Response_2
The response body of a HTTP GET request for the 'iam.Privilege' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.AppRegistration_2
The AppRegistration object facilitates the registration of OAuth2 client applications, enabling secure access to APIs using OAuth2 credentials. Purpose An AppR…
iam.LdapProvider.Relationship_2
A relationship to the 'iam.LdapProvider' resource, or the expanded 'iam.LdapProvider' resource, or the 'null' value.
iam.System_2
The System object is the global root within the platform, serving as a container for objects that are shared across all accounts. It centralizes platform-wide…
iam.LdapPolicy.Relationship_2
A relationship to the 'iam.LdapPolicy' resource, or the expanded 'iam.LdapPolicy' resource, or the 'null' value.
iam.PrivateKeySpec.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LocalUserPassword.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.IpAddress.Relationship_2
A relationship to the 'iam.IpAddress' resource, or the expanded 'iam.IpAddress' resource, or the 'null' value.
iam.LdapProviderInventory.Response_2
The response body of a HTTP GET request for the 'iam.LdapProviderInventory' resource. The value may be one of the following types. 1. When 'tag' is specified i…
iam.Account.Response_2
The response body of a HTTP GET request for the 'iam.Account' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL quer…
iam.DomainGroup.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProviderInventory_2
Overview The LDAP Provider object represents a single LDAP server that an endpoint will use for authentication. It is a component of an LdapPolicy. Purpose The…
iam.UserGroup.Response_2
The response body of a HTTP GET request for the 'iam.UserGroup' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL qu…
iam.IdpReference.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserInventory_2
The IAM EndPointUser object represents a single local user account. It is a building block used within the EndPointUserPolicy to define the users that should b…
iam.User.Response_2
The response body of a HTTP GET request for the 'iam.User' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query,…
iam.PrivilegeSetMetaInfo.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Qualifier.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.BannerMessage.Response_2
The response body of a HTTP GET request for the 'iam.BannerMessage' resource. The value may be one of the following types. 1. When 'tag' is specified in the UR…
iam.IdpReference.Relationship_2
A relationship to the 'iam.IdpReference' resource, or the expanded 'iam.IdpReference' resource, or the 'null' value.
iam.Account.Relationship_2
A relationship to the 'iam.Account' resource, or the expanded 'iam.Account' resource, or the 'null' value.
iam.UserPreference.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointPrivilege.Relationship_2
A relationship to the 'iam.EndPointPrivilege' resource, or the expanded 'iam.EndPointPrivilege' resource, or the 'null' value.
iam.ResourceLimits.Relationship_2
A relationship to the 'iam.ResourceLimits' resource, or the expanded 'iam.ResourceLimits' resource, or the 'null' value.
iam.System.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Privilege_2
Privilege represents an action which can be performed in Intersight such as creating server profile, deleting a user etc.
iam.ResourcePermission.Response_2
The response body of a HTTP GET request for the 'iam.ResourcePermission' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.TestIdpConfiguration.Relationship_2
A relationship to the 'iam.TestIdpConfiguration' resource, or the expanded 'iam.TestIdpConfiguration' resource, or the 'null' value.
iam.LocalUserPassword_2
LocalUserPassword provides the mechanism for a local user to change their own password within the platform appliance context. This model is applicable only to…
iam.SecurityHolder.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapPolicy.Response_2
The response body of a HTTP GET request for the 'iam.LdapPolicy' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL q…
iam.DefaultAuthentication.Response_2
The response body of a HTTP GET request for the 'iam.DefaultAuthentication' resource. The value may be one of the following types. 1. When 'tag' is specified i…
iam.EndPointUserPolicyInventory.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.SessionLimits.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointPasswordProperties_2
Password properties for endpoint users.
iam.LdapGroup.Relationship_2
A relationship to the 'iam.LdapGroup' resource, or the expanded 'iam.LdapGroup' resource, or the 'null' value.
iam.LdapBaseProperties_2
Base settings of LDAP required while configuring LDAP policy.
iam.EndPointUserPolicyInventory.Response_2
The response body of a HTTP GET request for the 'iam.EndPointUserPolicyInventory' resource. The value may be one of the following types. 1. When 'tag' is speci…
iam.Idp.Response_2
The response body of a HTTP GET request for the 'iam.Idp' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL query, t…
iam.SharingRule.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.CuiIntegration.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.IpAccessManagement.Response_2
The response body of a HTTP GET request for the 'iam.IpAccessManagement' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.PrivilegeSetMetaInfo_2
PrivilegeSetMetaInfo centralizes metadata to validate, relate, and maintain privilege sets. It captures the context needed to evaluate dependencies and associa…
iam.CertificateRequest.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.EndPointUserRole_2
The IAM EndPointUserRole object is a mapping object that links a local user to their assigned roles and password within the context of an EndPointUserPolicy. P…
iam.SharingRule_2
SharingRule is a rule which signifies a Source Resource is shared with a Destination Resource. Source, Destination can be resources like Organization which are…
iam.GuestAccessSettings.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.Permission.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.OAuthToken.Relationship_2
A relationship to the 'iam.OAuthToken' resource, or the expanded 'iam.OAuthToken' resource, or the 'null' value.
iam.AccountPermissions_2
Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight iden…
iam.LocalUserPassword.Response_2
The response body of a HTTP GET request for the 'iam.LocalUserPassword' resource. The value may be one of the following types. 1. When 'tag' is specified in th…
iam.EndPointPrivilege.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ResourceLimits.Response_2
The response body of a HTTP GET request for the 'iam.ResourceLimits' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
resource.PerTypeCombinedSelector_2
Complex type representing an object type to associated filter by combining all selectors.
iam.LocalUserPasswordPolicy_2
LocalUserPasswordPolicy defines the password complexity and lockout policy for local users within an account. Purpose It establishes compliance and security re…
iam.AccountExperience.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapProvider.Response_2
The response body of a HTTP GET request for the 'iam.LdapProvider' resource. The value may be one of the following types. 1. When 'tag' is specified in the URL…
iam.UserSetting.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.LdapConfigParams_2
LdapConfigParams stores additional configuration metadata used internally to support LDAP integration in appliance contexts. Purpose It centralizes internal pa…
iam.PermissionReference_2
Users can log in through the base URL (https://intersight.com) or account-specific URLs. When the Intersight user logs in through the base URL, Intersight iden…
iam.LdapGroupInventory.Response_2
The response body of a HTTP GET request for the 'iam.LdapGroupInventory' resource. The value may be one of the following types. 1. When 'tag' is specified in t…
iam.User.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.AppRegistration.Response_2
The response body of a HTTP GET request for the 'iam.AppRegistration' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.PrivateKeySpec_2
PrivateKeySpec defines parameters for generating a private key that will be used to sign a certificate signing request (CSR). Purpose It standardizes the key g…
iam.EndPointRole.Relationship_2
A relationship to the 'iam.EndPointRole' resource, or the expanded 'iam.EndPointRole' resource, or the 'null' value.
iam.PrivateKeySpec.Response_2
The response body of a HTTP GET request for the 'iam.PrivateKeySpec' resource. The value may be one of the following types. 1. When 'tag' is specified in the U…
iam.CertificateRequest.Relationship_2
A relationship to the 'iam.CertificateRequest' resource, or the expanded 'iam.CertificateRequest' resource, or the 'null' value.
iam.PasswordHistorySettingCollection.List_2
This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
iam.ServiceProvider.Response_2
The response body of a HTTP GET request for the 'iam.ServiceProvider' resource. The value may be one of the following types. 1. When 'tag' is specified in the…
iam.LdapPolicyInventory.Response_2
The response body of a HTTP GET request for the 'iam.LdapPolicyInventory' resource. The value may be one of the following types. 1. When 'tag' is specified in…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intersight-iam-api-openapi.yml Raw ↑

Other APIs Cisco Intersight publishes across the network.

Cisco Intersight Aaa API
Cisco Intersight Access API
Cisco Intersight Adapter API
Cisco Intersight Apiproxy API
Cisco Intersight Appliance API
Cisco Intersight Asset API
Cisco Intersight Auditd API
Cisco Intersight Bios API
Cisco Intersight Boot API
Cisco Intersight Bulk API
Cisco Intersight Capability API
Cisco Intersight Catalystsdwan API
Where this information came from

This is an independent, third-party profile of Cisco Intersight Iam API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.