pub struct GetConfidentialLedgerResult {
pub azuread_based_service_principals: Output<Vec<GetConfidentialLedgerAzureadBasedServicePrincipal>>,
pub certificate_based_security_principals: Output<Vec<GetConfidentialLedgerCertificateBasedSecurityPrincipal>>,
pub id: Output<String>,
pub identity_service_endpoint: Output<String>,
pub ledger_endpoint: Output<String>,
pub ledger_type: Output<String>,
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§azuread_based_service_principals: Output<Vec<GetConfidentialLedgerAzureadBasedServicePrincipal>>
§certificate_based_security_principals: Output<Vec<GetConfidentialLedgerCertificateBasedSecurityPrincipal>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
identity_service_endpoint: Output<String>
The Identity Service Endpoint for this Confidential Ledger.
ledger_endpoint: Output<String>
The Endpoint for this Confidential Ledger.
ledger_type: Output<String>
The type of Confidential Ledger.
location: Output<String>
The supported Azure location where the Confidential Ledger exists.
name: Output<String>
§resource_group_name: Output<String>
A mapping of tags to assign to the Confidential Ledger.
Auto Trait Implementations§
impl Freeze for GetConfidentialLedgerResult
impl RefUnwindSafe for GetConfidentialLedgerResult
impl Send for GetConfidentialLedgerResult
impl Sync for GetConfidentialLedgerResult
impl Unpin for GetConfidentialLedgerResult
impl UnwindSafe for GetConfidentialLedgerResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more