NAME
Get-DcsObjectImmutabilityApproval
SYNOPSIS
Returns data for all object immutability approvals.
SYNTAX
Get-DcsObjectImmutabilityApproval [ [ -ParentObject ] <String>] [ -Connection <String>] [ -PipelineVariable <String>] [<CommonParameters>]
Get-DcsObjectImmutabilityApproval [ -Immutable] <String> [ -Connection <String>] [ -PipelineVariable <String>] [<CommonParameters>]
DESCRIPTION
Returns data for all object immutability approvals in the specified connection.
PARAMETERS
- -ParentObject <String>
- Name or ID of the parent object.
-
- Required: false
- Position: 1
- Default value:
- Accept pipeline input: true
- Accept wildcard characters: false
-
- -Immutable <String>
- ID of the immutability object.
-
- Required: true
- Position: 1
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -Connection <String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable <String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- <CommonParameters>
- This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (<http://go.microsoft.com/fwlink/?LinkID=113216).>
-
INPUTS
OUTPUTS
ImmutableApprovalDataObject that identifies and describes the immutability approval.
NOTES
Also see Get-DcsObjectImmutability.
EXAMPLES
Get-DcsObjectImmutabilityApproval
Returns data for all object immutability approvals in the server group. In this case there were two approvals.
| ImmutableObjectId | : | 2f8a28c0b6fc487e84a7fc6d18d2db24 |
| ApproverId | : | {77797baa-f155-4de7-939e-da4fe5319e79} |
| ApprovalStatus | : | |
| ApprovalTime | : | 1/1/0001 12:00:00 AM |
| ApprovalMessage | : | |
| SequenceNumber | : | 242541 |
| Id | : | af742d99-2c37-491e-a2da-37a1bad57064 |
| Caption | : | Approval for splitcdptest by user bob |
| ExtendedCaption | : | Approval for splitcdptest by user bob |
| Internal | : | False |
| ImmutableObjectId | : | 525ad88367154f79a6a8c2bca6d0d960 |
| ApproverId | : | {77797baa-f155-4de7-939e-da4fe5319e79} |
| ApprovalStatus | : | |
| ApprovalTime | : | 1/1/0001 12:00:00 AM |
| ApprovalMessage | : | |
| SequenceNumber | : | 242436 |
| Id | : | b6e2c1db-1c96-4b5d-973c-19c8ec9efcb9 |
| Caption | : | Approval for rolltest by user bob |
| ExtendedCaption | : | Approval for rolltest by user bob |
| Internal | : | False |
Get-DcsObjectImmutabilityApproval -ParentObject rolltest
Returns data for all object immutability approvals related to the specified parent object
| ImmutableObjectId | : | 525ad88367154f79a6a8c2bca6d0d960 |
| ApproverId | : | {77797baa-f155-4de7-939e-da4fe5319e79} |
| ApprovalStatus | : | |
| ApprovalTime | : | 1/1/0001 12:00:00 AM |
| ApprovalMessage | : | |
| Sequencenumber | : | 242436 |
| Id | : | b6e2c1db-1c96-4b5d-973c-19c8ec9efcb9 |
| Caption | : | Approval for rolltest by user bob |
| ExtendedCaption | : | Approval for rolltest by user bob |
| Internal | : | False |