Skip to main content

Get Credential Details by name

Select

SaaS
Customer Managed

Get details of the credential whose credential name is provided

Path Parameters
  • credentialName string required
Responses

OK


Schema
    oneOf

  • accountType CredentialAccountType

    Possible values: [WINDOWSACCOUNT, LINUXACCOUNT, STORAGE_ARRAY_ACCOUNT, CLOUD_ACCOUNT]

  • vendorType CloudVendorType

    Possible values: [ALICLOUD_OSS, AMAZON_GLACIER, AMAZON, ATT_SYNAPTIC, REVERA_VAULT, CEPH_OBJECT_GATEWAY_S3, CMCC_ONEST, CLOUDIAN_HYPERSTORE, DELL_EMC_ECS_S3, EMC_ATMOS, FUJITSU_STORAGE_ETERNUS, GOOGLE_CLOUD, HDS_HCP, HITACHI_VANTARA_HCP_S3, HUAWEI_OSS, IBM_CLOUD, IBM_CLOUD_S3, INSPUR_CLOUD, IRON_MOUNTAIN_CLOUD, KINGSOFT_KS3, MICROSOFT_AZURE_TYPE, NETAPP_STORAGEGRID, NUTANIX_BUCKETS, OPENSTACK, AMPLIDATA, RACKSPACE_CLOUD_FILES, S3_COMPATIBLE, SALESFORCE_CONNECTED_APP, SCALITY_RING, TELEFONICA_OPEN_CLOUD_OBJECT_STORAGE, VERIZON_CLOUD, WASABI_HOT_CLOUD_STORAGE]

    Cloud vendor types appilcable only for Cloud Account type

  • name string

    Name of Credential

  • userAccount string

    User account of Credential

  • password string

    Password of Credential. Password must be in base64 encoded format.

  • description string

    Description of Credential

  • security object

    Security association of a list of users and user groups

  • owner object

    Owner of a credential can be a user or user group

  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • associations object[]
  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • permissions object

    List of permissions associated with the entity. Either categoryId and categoryName or permissionId and permissionName will be returned. If categoryId or categoryName is returned, all the corresponding permissions in the category are associated with the entity.

  • permissionId int32
  • permissionName string
  • categoryId int32
  • categoryName string
  • type string

    Possible values: [ALL_CATEGORIES, CATEGORY_ENTITY, PERMISSION_ENTITY]

    Returns the type of association.

  • exclude boolean

    Flag to specify if this is included permission or excluded permission.

  • isCreatorAssociation boolean

    To check if the user/user group associated is the owner.

Loading...