New-AzPurviewSapS4HanaSapS4HanaCredentialScanObject
Create an in-memory object for SapS4HanaSapS4HanaCredentialScan.
Syntax
New-AzPurviewSapS4HanaSapS4HanaCredentialScanObject
-Kind <ScanAuthorizationType>
[-ClientId <String>]
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-ConnectedViaReferenceName <String>]
[-CredentialReferenceName <String>]
[-CredentialType <CredentialType>]
[-JCoLibraryPath <String>]
[-MaximumMemoryAllowedInGb <String>]
[-MitiCache <String>]
[-ScanRulesetName <String>]
[-ScanRulesetType <ScanRulesetType>]
[-Worker <Int32>]
[<CommonParameters>]
Description
Create an in-memory object for SapS4HanaSapS4HanaCredentialScan.
Examples
Example 1: Create SAPS4 Hana Credential Scan Object
New-AzPurviewSapS4HanaSapS4HanaCredentialScanObject -Kind 'SapS4HanaSapS4HanaCredential' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -ClientId '444' -CredentialReferenceName 'fdsafsdf' -CredentialType 'BasicAuth' -MaximumMemoryAllowedInGb 4 -JCoLibraryPath 'file://asdas' -ConnectedViaReferenceName 'IntegrationRuntime-NJh'
ClientId : 444
CollectionLastModifiedAt :
CollectionReferenceName : parv-brs-2
CollectionType : CollectionReference
ConnectedViaReferenceName : IntegrationRuntime-NJh
CreatedAt :
CredentialReferenceName : fdsafsdf
CredentialType : BasicAuth
Id :
JCoLibraryPath : file://asdas
Kind : SapS4HanaSapS4HanaCredential
LastModifiedAt :
MaximumMemoryAllowedInGb : 4
MitiCache :
Name :
Result :
ScanRulesetName :
ScanRulesetType :
Worker :
Create SAPS4 Hana Credential Scan Object
Parameters
-ClientId
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-CollectionReferenceName
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-CollectionType
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-ConnectedViaReferenceName
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-CredentialReferenceName
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-CredentialType
Type: CredentialType
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-JCoLibraryPath
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-Kind
Type: ScanAuthorizationType
Position: Named
Default value: None
Required: True
Accept pipeline input: False
Accept wildcard characters: False
-MaximumMemoryAllowedInGb
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-MitiCache
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-ScanRulesetName
Type: String
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-ScanRulesetType
Type: ScanRulesetType
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
-Worker
Type: Int32
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False
Outputs
SapS4HanaSapS4HanaCredentialScan