Skip to main content
Ctrl+K
IAM-SDK

IAM-SDK

version: 4.0.1a1

Site Navigation

  • Getting Started
  • Configuration
  • SDK Reference
  • Examples
Ctrl+K

Site Navigation

  • Getting Started
  • Configuration
  • SDK Reference
  • Examples
Ctrl+K

Section Navigation

  • ntnx_iam_py_client package
    • api package
      • access_policy_api
      • cert_auth_provider_api
      • directory_service_api
      • operation_api
      • role_api
      • saml_identity_provider_api
      • user_api
      • user_group_api
    • models package
      • common package
        • v1 package
          • config package
            • Flag
            • KVPair
            • Message
            • MessageSeverity
            • TenantAwareModel
          • response package
            • ApiLink
            • ApiResponseMetadata
            • ExternalizableAbstractModel
      • iam package
        • v4 package
          • authn package
            • ActivateUserApiResponse
            • CertAuthProvider
            • CertRevocationInfo
            • ChangeUserPasswordApiResponse
            • ConnectionDirectoryServiceApiResponse
            • CreateCertAuthProviderApiResponse
            • CreateDirectoryServiceApiResponse
            • CreateSamlIdentityProviderApiResponse
            • CreateUserApiResponse
            • CreateUserGroupApiResponse
            • DirectoryService
            • DirectoryServiceConnectionRequest
            • DirectoryServiceInfo
            • DirectoryServiceInfoGroup
            • DirectoryServiceInfoOu
            • DirectoryServiceSearchAttribute
            • DirectoryServiceSearchEntity
            • DirectoryServiceSearchQuery
            • DirectoryServiceSearchResult
            • DirectoryType
            • DsServiceAccount
            • GetCertAuthProviderApiResponse
            • GetDirectoryServiceApiResponse
            • GetSamlIdentityProviderApiResponse
            • GetSamlSpMetadataApiResponse
            • GetUserApiResponse
            • GetUserGroupApiResponse
            • GroupSearchType
            • GroupType
            • IdpProperties
            • ListCertAuthProviderApiResponse
            • ListDirectoryServiceApiResponse
            • ListSamlIdentityProviderApiResponse
            • ListUserApiResponse
            • ListUserGroupApiResponse
            • NameIdPolicyFormat
            • OpenLdapConfig
            • PasswordChangeRequest
            • PasswordResetRequest
            • ResetUserPasswordApiResponse
            • SamlIdentityProvider
            • SearchDirectoryServiceApiResponse
            • UpdateCertAuthProviderApiResponse
            • UpdateDirectoryServiceApiResponse
            • UpdateSamlIdentityProviderApiResponse
            • UpdateUserApiResponse
            • User
            • UserConfiguration
            • UserGroup
            • UserGroupConfiguration
            • UserStateUpdate
            • UserStatusType
            • UserType
          • authz package
            • AccessPolicy
            • AccessPolicyType
            • CreateAccessPolicyApiResponse
            • CreateRoleApiResponse
            • DeleteAccessPolicyApiResponse
            • DeleteRoleApiResponse
            • Filter
            • ListAccessPolicyApiResponse
            • ListOperationApiResponse
            • ListRoleApiResponse
            • Operation
            • Role
            • StatusType
            • UpdateAccessPolicyApiResponse
            • UpdateRoleApiResponse
            • ViewAccessPolicyApiResponse
            • ViewOperationApiResponse
            • ViewRoleApiResponse
          • common package
            • SortOrderType
          • error package
            • AppMessage
            • ErrorResponse
            • SchemaValidationError
            • SchemaValidationErrorMessage
    • api_client
    • api_response
    • configuration
    • rest
  • ntnx_iam_py_client
  • response package
  • ApiLink

ApiLink#

class ApiLink(href=None, rel=None, *args, **kwargs)[source]#

Bases: object

A HATEOAS style link for the response. Each link contains a user friendly name identifying the link and an address for retrieving the particular resource.

Parameters:
  • href – (href) The URL at which the entity described by this link can be accessed.

  • rel – (rel) A name that identifies the relationship of this link to the object that is returned by the URL. The special value of “self” identifies the URL for the object.

property href#

The URL at which the entity described by this link can be accessed.

Type:

str

property rel#

A name that identifies the relationship of this link to the object that is returned by the URL. The special value of “self” identifies the URL for the object.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

previous

response package

next

ApiResponseMetadata

© Copyright 2023, Nutanix.

Created using Sphinx 5.3.0.

Built with the PyData Sphinx Theme 0.13.0.