public sealed class QueryAuditableServicesResponse.Types.AuditableService : IMessage<QueryAuditableServicesResponse.Types.AuditableService>, IEquatable<QueryAuditableServicesResponse.Types.AuditableService>, IDeepCloneable<QueryAuditableServicesResponse.Types.AuditableService>, IBufferMessage, IMessageReference documentation and code samples for the Identity and Access Management (IAM) v1 API class QueryAuditableServicesResponse.Types.AuditableService.
Contains information about an auditable service.
Implements
IMessageQueryAuditableServicesResponseTypesAuditableService, IEquatableQueryAuditableServicesResponseTypesAuditableService, IDeepCloneableQueryAuditableServicesResponseTypesAuditableService, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
AuditableService()
public AuditableService()AuditableService(AuditableService)
public AuditableService(QueryAuditableServicesResponse.Types.AuditableService other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryAuditableServicesResponseTypesAuditableService |
Properties
Name
public string Name { get; set; }Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.
| Property Value | |
|---|---|
| Type | Description |
string |
|