Skip to content

Get-CmAttribute/Get-VdcAttribute no longer outputs object name in result #409

Description

@wilddev65

Environment

Full Operating System: Windows 11
VenafiPS version: 6.13.6 / 7.0.4
PowerShell version: 5.1
TLSPDC version (if applicable): 25.3.3

Steps to reproduce

Get-VdcAttribute -Path "\VED\Policy\Certificates\aaa.bbb.com\iLO Certificates\aaa.bbb.com" -Attribute 'X509 Subject'

Expected behavior

{
"Name ": "aaa.bbb.com",
"Path": "\VED\Policy\Certificates\aaa.bbb.com\iLO Certificates\aaa.bbb.com",
"TypeName": "X509 Server Certificate",
"Guid": "b7a7221b-e038-41d9-9d49-d7f45c1ca128"
"X509 Subject": "aaa.bbb.com",
"Attribute": {
"Locked": false,
"Value": "aaa.bbb.com",
"Name": "X509 Subject",
"PolicyPath": "",
"Overridden": false
}
}

Actual behavior

{
"X509 Subject": "aaa.bbb.com",
"Path": "\VED\Policy\Certificates\aaa.bbb.com\iLO Certificates\aaa.bbb.com",
"Attribute": {
"Locked": false,
"Value": "aaa.bbb.com",
"Name": "X509 Subject",
"PolicyPath": "",
"Overridden": false
}
}

Screenshots

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions