DataONTAP.Controller.CredentialsData ONTAP Credentials

DataONTAP.Controller.Credentials (ClassType)

Class used for securely storing Data ONTAP credentials.

Knowledge Base article:

Summary

DataONTAP.Controller.Credentials is used to securely store a set of Data ONTAP storage system user credentials.

Configuration

OnCommand supports a single set of credentials per storage appliance. This may be root access, or it may be an RBAC-style user that whose capabilities are tailored to the specific needs of the monitoring functions of OnCommand.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdf4fd6f94-ff8b-8156-faa0-0e6d0b3e8858

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
DataONTAP.Controller.Credentials:
IPAddress  string  IP Address IP Address of controller true 256  False     
Credentials  string  Credentials false 255  True     
Version  string  Version false 10  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Credentials" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Credentials" Type="string" Key="false" CaseSensitive="true" MinLength="0" MaxLength="255"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="10"/>
</ClassType>