Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set-JS7IAMService [-Service] <String> [-Type] <String> [[-Ordering] <Int32>] [-Required] [-Disabled] [[-AuthenticationScheme] <String>] [-SingleFactorCertificate] [-SingleFactorPassword] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This cmdlet removes one or more accounts from stores a JOC Cockpit Identity Service.

The following REST Web Service API resources are used:

* /iam/identityservice/store

...

-Ordering <Int32>
Optionally specifies the position in the list of Identity Services.

Required?false
Position?3
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-Required <SwitchParameter>
Specifies if the Identity Service is required. For any required Identity Services users have to perform a login.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-SingleFactorCertificate <SwitchParameter>
iF single-factor authentication is used then this switch specifies if a certificates is are accepted as a single factor.

...

-SingleFactorPassword <SwitchParameter>
iF single-factor authentication is used then this switch specifies if a password is passwords are accepted as a single factor.

...

PS > $service = Set-JS7IAMService -Service 'JOC' -Type 'JOC' -SingleFactorPassword

...

PS > $service = Set-JS7IAMService -Service 'JOC' -Type 'JOC' -AuthenticationScheme 'SINGLE-FACTOR' -SingleFactorCertificate -SingleFactorPassword

...