TeradataUserPassScanProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TeradataUserPassScanPropertiesTypeConverter))]
public class TeradataUserPassScanProperties : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ITeradataUserPassScanProperties, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.TeradataUserPassScanPropertiesTypeConverter))>]
type TeradataUserPassScanProperties = class
interface ITeradataUserPassScanProperties
interface IJsonSerializable
interface IScanProperties
interface IValidates
Public Class TeradataUserPassScanProperties
Implements ITeradataUserPassScanProperties, IValidates
- Inheritance
-
TeradataUserPassScanProperties
- Attributes
- Implements
Constructors
TeradataUserPassScanProperties() |
Creates an new TeradataUserPassScanProperties instance. |
Properties
Collection | |
CollectionLastModifiedAt | |
CollectionReferenceName | |
CollectionType | |
ConnectedVia | |
ConnectedViaReferenceName | |
CreatedAt | |
LastModifiedAt | |
Password | |
ScanRulesetName | |
ScanRulesetType | |
Username | |
Worker |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TeradataUserPassScanProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TeradataUserPassScanProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ITeradataUserPassScanProperties. |
FromJsonString(String) |
Creates a new instance of TeradataUserPassScanProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TeradataUserPassScanProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |