Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a collection of Azure Active Directory (AAD) resource URLs. This interface defines the structure of a collection of resource URLs.

    interface AadResourceUrls {
        resourceUrls: string[];
    }
    Index

    Properties

    Properties

    resourceUrls: string[]

    An array of resource URLs.